How to run client.exe from Laucher ?

11/09/2012 10:57 kokamentos#1
I want client.exe only run when i call it from Laucher. (if I executed directly, it will not run.)

Help me ! I need it for my antihack.
11/09/2012 14:18 HellSpider#2
Quote:
Originally Posted by kokamentos View Post
I want client.exe only run when i call it from Laucher. (if I executed directly, it will not run.)

Help me ! I need it for my antihack.
Make the executable check for some certain commandline argument. Or if you're using a DLL as your anticheat (loaded by dekaron.exe) make the DLL check for the commandline argument (or some other memory object).
11/09/2012 14:38 kokamentos#3
I used to dll to ani cheat but I have some problem.

- Antihack.dll can edit by UltraEdit.
- It is easily removed with UltraEdit.

My idea is:
Check sum exe file when I run the Launcher.
but to do that I have run client.exe through the Launcher.

HellSpider! you can help me edit client.exe request it run from Laucher.exe
Please !

Code my check sum Client.exe
11/09/2012 21:15 HellSpider#4
Quote:
Originally Posted by kokamentos View Post
I used to dll to ani cheat but I have some problem.

- Antihack.dll can edit by UltraEdit.
- It is easily removed with UltraEdit.

My idea is:
Check sum exe file when I run the Launcher.
but to do that I have run client.exe through the Launcher.

HellSpider! you can help me edit client.exe request it run from Laucher.exe
Please !

Code my check sum Client.exe
Sorry I don't have time to edit stuff for others.

And you should not post the anticheat check code here as someone will know exactly how to bypass it by reading your source.
11/10/2012 00:48 kokamentos#5
Quote:
Originally Posted by HellSpider View Post
Sorry I don't have time to edit stuff for others.

And you should not post the anticheat check code here as someone will know exactly how to bypass it by reading your source.
I will look for other measures.anyway thank you.