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!

[Solved] HackShield Error 100

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 31, 2012
Messages
8
Reaction score
3
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
 
Last edited by a moderator:
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146
Re: HackShield Error 100

Check your hs folder and files.
 
Upvote 0
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146
Re: HackShield Error 100

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
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: HackShield Error 100

ok ty, any idea how to bypass the hshield?

As it's about the fully released ep3.5 source code, change the following line in AtumApplication.h (around Line 200) from:

Code:
#define GAMEGUARD_TYPE 	USE_GAMEGUARD_AHNLAB_HACKSHIELD

to:

Code:
#define GAMEGUARD_TYPE USE_GAMEGUARD_NONE

And compile your client again.
 
Upvote 0
Status
Not open for further replies.
Back
Top