[Release] Rohan Hacks

08/14/2008 00:21 Killer-K#646
Anyone know were to find good bot???????If so plzzz tell me Thanks lol
08/15/2008 02:12 garrett79#647
I miss the days of the beta bot, and when the hacks where easily to come by. but seriously where's the bot everyone is waiting for?
08/15/2008 06:11 woodyfly#648
Quote:
Originally Posted by Killer-K View Post
Anyone know were to find good bot???????If so plzzz tell me Thanks lol
Stop pming and begging everyone. Read the forums, there is no public free bot and i doubt someone would you give a private one by begging
08/15/2008 06:19 wisewit#649
Someone have step-by-step of adress to client 1.0.4.212 (13/08/2008)?? Can send to m mail? [Only registered and activated users can see links. Click Here To Register...]
08/15/2008 09:03 Kolja#650
Current Address' Version: 1.0.4.212 (FiXed)



~ 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'.)


Initialize Code Cave

Make sure you do this before any other hacks.

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 [Only registered and activated users can see links. Click Here To Register...] to [Only registered and activated users can see links. Click Here To Register...]

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.


(c) Sorien Public Hacks
08/15/2008 12:16 tribond#651
how i can download this hax ? when i use this link [Only registered and activated users can see links. Click Here To Register...]
i cant ..can someone give me another one?
08/17/2008 19:42 CampStaff#652
Sorien's Rohan Hack has been updated to be used with the latest 1.0.4.215 Rohan client. Below is the link to the new updated client.

Quote:
Features..:
Bypass the Patcher
GM Commands
Increase Normal Attack Damage x5
Disabled Attack Animation
Damage Hack
Remove Chat Filter
( [Only registered and activated users can see links. Click Here To Register...]. )

Quote:
Remove Chat Filter

This hack will let you bypass the cuss filter.


Change the code at 004D38CC to JMP SHORT 004D38EA
.[Only registered and activated users can see links. Click Here To Register...]
08/18/2008 23:50 CheeseyYummy#653
i downloaded the client, but i cant extract it, it show the error "VirtualProtectionError"
any idea?
08/20/2008 11:28 kenv202#654
Would someone plz make a tut on how to do dmg hack? like how to disable attack animation and find addresses etc... :handsdown:

I really want to learn these stuffs and make hack by myself.... rather than being a leecher and always have to wait for others to release theirs.....

Specific things to do and look for are what I'm asking :rolleyes:
08/20/2008 13:30 CheeseyYummy#655
Kolja , i hv a question. about the address of Enable GM commands.
i found that the soriens one is 00411095 , but your one is 004111F5.
and the disable animation is different address too. is that means both address is useable or the one i follow (sorien one) already cant used?

and how do you get a new address? o O thx.
08/22/2008 17:45 wendox#656
Oh....sh1T!!!! WTF! I buy new comp, and install rohan on fuck'n vista. and now when i tru start normal game, without hack, I have GG error 114. when i start hacked exe, GG start again update. what i do wrong?
In original:
08/23/2008 14:11 newbmember#657
HELP?!

[Only registered and activated users can see links. Click Here To Register...]
08/23/2008 19:45 CampStaff#658
Updated:

Sorien's Rohan Hack has been updated to be used with the latest 1.0.4.212 Rohan client. Below is the link to the new updated client.

Quote:
Features..:
Bypass the Patcher
GM Commands
Increase Normal Attack Damage x5
Disabled Attack Animation
Damage Hack
Remove Chat Filter
( [Only registered and activated users can see links. Click Here To Register...]. )

Quote:
Remove Chat Filter

This hack will let you bypass the cuss filter.


Change the code at 004D38CC to JMP SHORT 004D38EA
.[Only registered and activated users can see links. Click Here To Register...]
08/25/2008 06:58 rexor93#659
the link doesn't work TT
08/25/2008 13:23 kPro123#660
this does work, but its detected, i got banned lol.