Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Which antihack is the best?

Status
Not open for further replies.
NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
..about MUGuard, you dont have its payed version if you do then post how unpack i bet you cant..
i doubt if some1 ever bought GameGuard or another anticheat to only be able bypass that sh!t.. :wink:

Take care!
Kisses :love: u know i still love ya

[ame="http://www.youtube.com/watch?v=nzSfxzQWEP8"]YouTube- JNZ to JE[/ame]
 
Last edited:
Kingdom of Shadows
Loyal Member
Joined
Jul 13, 2007
Messages
923
Reaction score
320
i doubt if some1 ever bought GameGuard or another anticheat to only be able bypass that sh!t.. :wink:

Take care!
Kisses :love: u know i still love ya

the funniest thing I saw in MU :lol: , the unstoppable warrior walking in Lorencia, they are too scary to face you:eek:tt1:
 
NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
your anticheat is worth name of it :) i believe its not only called an Anticheat only coz u code it ^^ howeva i will be happy to test my skills on it ^_^

Eric..?! i got nothing on it except he denied my friend invinite on MSN :D The "Muguard killer" was coded on request by one of muguards customers... and word "Imposible" to bypass simply forced me to do it :)
[ame="http://www.youtube.com/watch?v=kIcBGr6wjlo"]YouTube- Untitled[/ame]
 
Last edited:
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
i doubt if some1 ever bought GameGuard or another anticheat to only be able bypass that sh!t.. :wink:

Take care!
Kisses :love: u know i still love ya


Zhyper PWNED :)
 
Newbie Spellweaver
Joined
Feb 9, 2009
Messages
12
Reaction score
0
mauka is it possible ask you to help with your launcher? would be very nice if u write me on skaip, tnq )
 
Experienced Elementalist
Joined
Feb 28, 2010
Messages
223
Reaction score
399
I invite you to try my Antihack



Sorry my bad english:blush:

Code:
10001687                                                               |.  E8 84FBFFFF                               CALL antihack.10001210
1000168C                                                               |.  84C0                                      TEST AL,AL
1000168E                                                               |.  75 4B                                     JNZ SHORT antihack.100016DB

You have to pack your anti cheat, changing that JNZ to JE would avoid the signature detection.

Also try to avoid too much strings releated to important things like:
Code:
100016E3                                                               |> \68 CCBA0010                               PUSH antihack.1000BACC                                            ;  ASCII "HideToolz"
100016E8                                                               |.  6A 00                                     PUSH 0
100016EA                                                               |.  FFD6                                      CALL ESI
100016EC                                                               |.  85C0                                      TEST EAX,EAX
100016EE                                                               |.  74 08                                     JE SHORT antihack.100016F8
100016F0                                                               |.  6A 01                                     PUSH 1                                                            ; /ExitCode = 1
100016F2                                                               |.  FF15 04A00010                             CALL DWORD PTR DS:[<&KERNEL32.ExitProcess>]                       ; \ExitProcess
100016F8                                                               |>  68 D8BA0010                               PUSH antihack.1000BAD8                                            ;  ASCII "MuProxy"
100016FD                                                               |.  6A 00                                     PUSH 0
100016FF                                                               |.  FFD6                                      CALL ESI
10001701                                                               |.  85C0                                      TEST EAX,EAX
10001703                                                               |.  74 08                                     JE SHORT antihack.1000170D
10001705                                                               |.  6A 01                                     PUSH 1                                                            ; /ExitCode = 1
10001707                                                               |.  FF15 04A00010                             CALL DWORD PTR DS:[<&KERNEL32.ExitProcess>]                       ; \ExitProcess
1000170D                                                               |>  68 E0BA0010                               PUSH antihack.1000BAE0                                            ;  ASCII "Mu Proxy"
10001712                                                               |.  6A 00                                     PUSH 0
10001714                                                               |.  FFD6                                      CALL ESI
10001716                                                               |.  85C0                                      TEST EAX,EAX
10001718                                                               |.  74 08                                     JE SHORT antihack.10001722
1000171A                                                               |.  6A 01                                     PUSH 1                                                            ; /ExitCode = 1
1000171C                                                               |.  FF15 04A00010                             CALL DWORD PTR DS:[<&KERNEL32.ExitProcess>]                       ; \ExitProcess
10001722                                                               |>  68 ECBA0010                               PUSH antihack.1000BAEC                                            ;  ASCII "Cheat Engine 5.6.1"

Greets
 
Joined
Mar 13, 2008
Messages
758
Reaction score
1,005
Code:
10001687                                                               |.  E8 84FBFFFF                               CALL antihack.10001210
1000168C                                                               |.  84C0                                      TEST AL,AL
1000168E                                                               |.  75 4B                                     JNZ SHORT antihack.100016DB
You have to pack your anti cheat, changing that JNZ to JE would avoid the signature detection.

Also try to avoid too much strings releated to important things like:
Code:
100016E3                                                               |> \68 CCBA0010                               PUSH antihack.1000BACC                                            ;  ASCII "HideToolz"
100016E8                                                               |.  6A 00                                     PUSH 0
100016EA                                                               |.  FFD6                                      CALL ESI
100016EC                                                               |.  85C0                                      TEST EAX,EAX
100016EE                                                               |.  74 08                                     JE SHORT antihack.100016F8
100016F0                                                               |.  6A 01                                     PUSH 1                                                            ; /ExitCode = 1
100016F2                                                               |.  FF15 04A00010                             CALL DWORD PTR DS:[<&KERNEL32.ExitProcess>]                       ; \ExitProcess
100016F8                                                               |>  68 D8BA0010                               PUSH antihack.1000BAD8                                            ;  ASCII "MuProxy"
100016FD                                                               |.  6A 00                                     PUSH 0
100016FF                                                               |.  FFD6                                      CALL ESI
10001701                                                               |.  85C0                                      TEST EAX,EAX
10001703                                                               |.  74 08                                     JE SHORT antihack.1000170D
10001705                                                               |.  6A 01                                     PUSH 1                                                            ; /ExitCode = 1
10001707                                                               |.  FF15 04A00010                             CALL DWORD PTR DS:[<&KERNEL32.ExitProcess>]                       ; \ExitProcess
1000170D                                                               |>  68 E0BA0010                               PUSH antihack.1000BAE0                                            ;  ASCII "Mu Proxy"
10001712                                                               |.  6A 00                                     PUSH 0
10001714                                                               |.  FFD6                                      CALL ESI
10001716                                                               |.  85C0                                      TEST EAX,EAX
10001718                                                               |.  74 08                                     JE SHORT antihack.10001722
1000171A                                                               |.  6A 01                                     PUSH 1                                                            ; /ExitCode = 1
1000171C                                                               |.  FF15 04A00010                             CALL DWORD PTR DS:[<&KERNEL32.ExitProcess>]                       ; \ExitProcess
10001722                                                               |>  68 ECBA0010                               PUSH antihack.1000BAEC                                            ;  ASCII "Cheat Engine 5.6.1"
Greets

4 ways to detect the hacks. by processes, by window, memory, load dll, also detects hidden processes.
 
Experienced Elementalist
Joined
Feb 28, 2010
Messages
223
Reaction score
399
4 ways to detect the hacks. by processes, by window, memory, load dll, also detects hidden processes.

Bypassing the process scan is enough, The windows caption detection means nothing, you can change windows name easily. Also detecting hidden processes, on ring3 is not reliable, real ones uses driver on ring0.

Code:
10001656                                                               |> \3BEE                                      CMP EBP,ESI
10001658                                                               |.  74 66                                     JE SHORT antihack.100016C0

Change that JE to a JMP 10001809 and it avoids your windows and process scan.

Best solution is to protect your anti cheat with a packer and do custom protection inside. Playing security isnt so easy.
 
NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
Not everyone can develop secutiry software.. mather of fact all anticheat i seen here
for mu is crap and developers are nothing, but copy/paste PRO`s and have lack of logic or simple dont know programming!

i think if u cant do it good then dont do it.. dont even talking about selling that sh!t as anticheat rofl

4 ways to detect the hacks. by processes, by window, memory, load dll, also detects hidden processes.
funny sh!t :) u should code anticheat and sell it
 
Last edited:
Joined
Mar 13, 2008
Messages
758
Reaction score
1,005
Not everyone can develop secutiry software.. mather of fact all anticheat i seen here
for mu is crap and developers are nothing, but copy/paste PRO`s and have lack of logic or simple dont know programming!

i think if u cant do it good then dont do it.. dont even talking about selling that sh!t as anticheat rofl


funny sh!t :) u should code anticheat and sell it
I do not sell anything ..-.-
 
Status
Not open for further replies.
Back
Top