Hi
i compile client from 3.5 source code but after i try runing, it's always shows "HackShield Init faill.Err100". So how i can fix? please any idea... also i check the links in forum.ragezone and google but nothing help...
ty
Printable View
Hi
i compile client from 3.5 source code but after i try runing, it's always shows "HackShield Init faill.Err100". So how i can fix? please any idea... also i check the links in forum.ragezone and google but nothing help...
ty
HShield.h there are all HS Errorcodes listed
Check your hs folder and files.
ok ty, any idea how to bypass the hshield?
Depends...if u want a bypass for use hack with active hackshield search for some dll injection,if u want to disable it recompile source without hackshield definition
As it's about the fully released ep3.5 source code, change the following line in AtumApplication.h (around Line 200) from:
to:Code:#define GAMEGUARD_TYPE USE_GAMEGUARD_AHNLAB_HACKSHIELD
And compile your client again.Code:#define GAMEGUARD_TYPE USE_GAMEGUARD_NONE
ty Future working!!!