k i took a look at it.
1.) Do never and i mean never trust someone who asks for your login informations.(not even a tool).
2.) For me the tool just chrashes the launcher
3.) Never add yourself in "HKLM\Software\Microsoft\Windows\CurrentVersion\Ru n" without asking the user, a lot of secrurity tools go are very sensitive about that key.
Programming Tips
4.) Close a file after u are not using it anymore. Same goes for all handels
5.) Change the timer proc.
- The handels wont change, in the same launcher instance
- Check if the launcher is ready for input or still initialising
- Check if the client was closed, because the launcher stays in the bg while fiesta is running.
- Move all the code out of the Form(the best is if u dont need any form or timer)
- Make a little bit more readable

it looks kinda weird will all the exits(returns).
----
And if the tool is talkactive or not i can not say. Delphi applications are a pain in the ass to debug. So i wont take a look into it
