Rohan Hacks
Make Your Own Rohan Hack, Rohan Hacks, Rohan Online Hacks
Get FREE Full Access for your Exploit or Guide!

Featured Games

MMORPG

FPS

MMOFPS

Browser MMORPG

Facebook Games

MOBA

Login
Username:
Password:

Sponsor
Posted By
Verification
MARKED AS
Working
Not Working!
28
Working!
164
LAST VERIFICATION
Working 8 years ago
by asdfman123 asdfman123
Rating
  • Currently 4.50/5
Rating: 4.5/5 (8 votes cast)

Make Your Own Rohan Hack

Submitted: 15 years ago (03.10.2009) | Thanks: 3

1. Well, basically you need the Rohan Game Client.

2. Then you should download OllyDBG v1.10 here

3. After following the step by step tutorial, make sure you back up your original rohanclient.exe.

4. Finally, save the new edited rohanclient.exe into your installed directory and launch the game from rohanclient.exe itself. Do not run Rohan via the launcher as it will just repatch your edited rohanclient.exe

Step by Step Tutorial
~ Preliminary Notes ~
When assembling code, make sure the Fill with NOPs box is checked at all times.

To save your changes, follow these directions:
Right click the CPU window, Copy to Executable -> All Modifications.
Click Copy All, and then in the new window, right click the code area and click Save file.
(If at any time an error comes up, just press 'Ok'.)
Quote:
Make sure you do this below before anything else
Quote:

Initialize Code Cave

Go to 00427C50 and change the command there to RETN.

Now highlight and select from address 00427C51 to 00427DC9, right click, Binary -> Fill with NOPs.

Enable GM Commands

First, go to the address 004111F5 you should see this:
MOVZX EAX,BYTE PTR SS:[ESP+A9]

So you create a call at that address to a code cave you found/created, in this example, I'll be using the address 00427C52 as my code cave.

So you change the code at 004111F5 to CALL 00427C52 .

Go to 00427C52 and write this code:

MOV BYTE PTR SS:[ESP+0A9],0FA
MOVZX EAX,BYTE PTR SS:[ESP+0A9]
RETN

Increase Normal Attack Damage

Normally when you attack, you tell the server
to start an attack on a target and the server handles everything from there, updating you when you attack and what not.

But there's a way to make attacking client-side, it's a pretty simple exploit, that once built into the game, can become a very good hack.

This hack does not increase your damage, it just makes you attack extremely fast.

You'll need to hack two different things for this one, you need to disable the animations for attacking while its in use and the actual attacking.

(If you leave the animation on, it won't work correctly.)

Disable Attack Animation
Go to 0048AA3B and change the command there to JE 0048AACD .

This will disable the attack animation for players. (Yourself and others)

Damage Hack

For this hack, I'll be using 00427C64 as the start of the code cave.

Go to 00487E81 and change that code to CALL 00427C64 .
This command will jump to our custom code.

Go to 00487E87, right click it, go to Binary -> Fill With NOPs.
This change will disable the client from setting the current attack state.

Go to 00487EB7, right click it, go to Binary -> Fill With NOPs.
This change will disable attack speed, so your next attack is called instantly.


Now go to 00427C64 and put this code:

XOR EDI,EDI
MOV EDX,DWORD PTR DS:[0AF62FC]
MOV EAX,DWORD PTR DS:[0AF62F8]
MOV ECX,DWORD PTR DS:[0AC7FB8]
PUSH EDX
PUSH EAX
PUSH 0
PUSH 1308
CALL 00407030
MOV EDX,DWORD PTR DS:[0AF62FC]
MOV EAX,DWORD PTR DS:[0AF62F8]
PUSH EDX
PUSH EAX
LEA ECX,DWORD PTR SS:[ESP+1C]
PUSH ECX
MOV ECX,DWORD PTR DS:[0AC7FB8]
PUSH 1307
CALL 00407030
INC EDI
CMP EDI,4
JL SHORT 00427C66
MOV EDI,EBP
RETN

This code sends 4 sets of stop attacking / start attacking commands to the server.

The 4 in CMP EDI, 4 is how many loops it does, so you can change it to suit your needs.
(I dont suggest going over 20, 4 should be the perfect number for everyone.. Going too high may make you do less damage.)


Bypass the Patcher

Go to 0043F231 in the code area, right click it and go to Follow in dump -> Immediate Constant.

Now in the dump area, change ·ÎÇÑ to RoHan

Save the file.

Now press CTRL F2.

Once its restarted, go to 0043F1A0 and change the code there to MOV EDX, 9FB1DC .

Go to 0043F1C8 and right click then Binary -> Fill with Nops.


Remove Chat Filter

This hack will let you bypass the cuss filter.

Change the code at 004D38CC to JMP SHORT 004D38EA .

Does this still work?
Please login to verify Make Your Own Rohan Hack