Quote Originally Posted by deathfxu View Post
You can store the exe in your program, in it's entirety, and when people double click on your program it would write the exe back onto the disk and execute it. Then when the exe is done running your program would delete it from the hard drive.

I believe that is the most secure you can get, and it doesn't involve hacking at all.
yes! and if after the launcher writes the exe i kill the launcher process... anyone give me an ideia of how to do this a server used the metod of that "command line", the exe only execute when its called like that:
Code:
shell app.path & "\game.exe -play"
how the hacker will know the command the game need to execute?

the hacker injects a dll into the game.exe, i mean, you open the hacker select the game.exe and the hacker dll and click "Inject", then the game.exe opens. if the game need a command, it will not be executed by the hacker, only by the launcher.