@BladeKnight109 bro you have Gen Quest
How to clear pk I use /resetpk not clear the status
How to fix Blade Master HP its almost 2M HP![]()
Data/Skill/SkillAdditionInfo.dat Search for Swell Life (DK)
Replace with this:
SwellLifeEffectStart = 5
SwellLifeEffectDiv1 = 100
SwellLifeEffectDiv2 = 200
SwellLifeEffectMax = 50 //-> [0 = without limit]
erhm....did you even read his post? I mean, he's right, and this was previously mentioned too.....its better to hook the antihack to the zclient.dll than to the zmain....meaning-> run main, it calls zclient.dll, wich calls antihack.dll, and if added, check crc32, if any of these steps fails, error pops up.....
Its not easier, but its way better.....anyways....you do it the way you want....
what is your OS?
- - - Updated - - -
im using windows 8 x64 and it working.
have source zClient, you can hook this easy.
LoadLibrary("GameGuard.dll");
Rebuild zClient Source. You can add checksum file (md5, sha, crc32,... bla bla)
- - - Updated - - -
hook = ollydbg
- - - Updated - - -Code:PUSH GameGuard.dll Call LoadLibraryA JMP EntryPoint
![]()