Quote:
Originally Posted by hiep
I know i'm nub but Sneeker can you tell me what you did to make it work? I did everything correctly it's just I didnt understand what Leisures meant when he said
Sorry for the nub question =X. Btw, When I finished the EXE, put it in the rohan folder and targeted it with my bot, a command prompt came up and I got an error like someone's post ahead of mine. =/
|
1st - Backup the original rohanclient.exe (the latest one) from the rohan folder (copy paste it somewere else, but don't move it)
2nd - Open the rohanclient.exe with olly while the client is inside the rohan folder (the exe needs to read some dlls that are inside the game folder)
3rd - right click and select go to; then write the address that needs to be edited
4th - once the program highlights a code DONT scroll down or up, some of the codes are hiden (to make it more understandable) so just click twice on the command and replace it with the ones on leisures code.
NOTE: LEAVE THE fill with NOP's square ticked!
Also remember that in codes like ->
009EF53C MOV BYTE PTR SS:[ESP+A9],0FA
<- you should add a 0 after the "+" or else it won't let you add it.
009EF53C MOV BYTE PTR SS:[ESP+0A9],0FA <- it should look like this.
009EF544 MOVZX EAX,BYTE PTR SS:[ESP+A9] <-this one needs a 0 too.
5th - after you replaced all the codes, right click any part of the client and select copy to executable -> all modifications; a new window will pop up -> right click save executable as -> replace the one in the rohan client.
That should be everything, there's nothing else about it.
---------edited----------to answer--------V the post
Quote:
Originally Posted by Aristeaus
I continually get them, at random intervals.
|
That's strange, i don't know what could be doing it; but the hack can't be it since is working fine; the only thing that comes to mind is a currupted install (probably from the update in the loader) or missing files from the GameGuard folder (the bots emulating the GG protection so if a file's missing it drops like before)