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!

BNS Japanese Client 2014 Game Guard Error

Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,227
Reaction score
160
dear friend I have issue , my client try to communicate with bns jp gameguard i think they not using it anymore , its prevent me for work on my emulator and i am not familier with game guard i be glad if you can help me remove it from the client , discord NaylaHikari#7037
 
Joined
Sep 27, 2006
Messages
557
Reaction score
88
What your gonna need to do is open it up in idapro or ghidra

1. remove the gameguard folder so it triggers a error message.
2. search the string of that error message
3. scroll up to the top of the function then click where it refxs too should jump to where gameguard gets loaded
4. look at top of the function click on it then click the hex window.
5. hex should highlight the funtion and just change the selected bytes to 0x90 "NOP"
6. save the changes in the exe and test the client to make sure.

If there are call backs you might have to NOP the packet or patch the return check in the client.
 
Upvote 0
Back
Top