Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 21:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Rohan Hacks

Discussion on [Release] Rohan Hacks within the Rohan forum part of the MMORPGs category.

Closed Thread
 
Old 08/14/2008, 00:21   #646
 
Killer-K's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 73
Received Thanks: 4
Anyone know were to find good bot???????If so plzzz tell me Thanks lol
Killer-K is offline  
Old 08/15/2008, 02:12   #647
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1
Received Thanks: 0
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?
garrett79 is offline  
Old 08/15/2008, 06:11   #648
 
elite*gold: 0
Join Date: Sep 2005
Posts: 375
Received Thanks: 86
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
woodyfly is offline  
Old 08/15/2008, 06:19   #649
 
wisewit's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 5
Received Thanks: 0
Someone have step-by-step of adress to client 1.0.4.212 (13/08/2008)?? Can send to m mail?
wisewit is offline  
Old 08/15/2008, 09:03   #650
 
elite*gold: 0
Join Date: Feb 2008
Posts: 70
Received Thanks: 23
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 to

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
Kolja is offline  
Old 08/15/2008, 12:16   #651
 
elite*gold: 0
Join Date: Apr 2006
Posts: 133
Received Thanks: 0
how i can download this hax ? when i use this link
i cant ..can someone give me another one?
tribond is offline  
Old 08/17/2008, 19:42   #652
 
elite*gold: 0
Join Date: Jun 2008
Posts: 10
Received Thanks: 15
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
( . )

Quote:
Remove Chat Filter

This hack will let you bypass the cuss filter.


Change the code at 004D38CC to JMP SHORT 004D38EA
.
CampStaff is offline  
Thanks
1 User
Old 08/18/2008, 23:50   #653
 
elite*gold: 0
Join Date: Jul 2008
Posts: 11
Received Thanks: 0
i downloaded the client, but i cant extract it, it show the error "VirtualProtectionError"
any idea?
CheeseyYummy is offline  
Old 08/20/2008, 11:28   #654
 
elite*gold: 0
Join Date: Feb 2008
Posts: 60
Received Thanks: 3
Would someone plz make a tut on how to do dmg hack? like how to disable attack animation and find addresses etc...

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
kenv202 is offline  
Old 08/20/2008, 13:30   #655
 
elite*gold: 0
Join Date: Jul 2008
Posts: 11
Received Thanks: 0
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.
CheeseyYummy is offline  
Old 08/22/2008, 17:45   #656
 
elite*gold: 0
Join Date: Aug 2008
Posts: 6
Received Thanks: 0
Oh....****!!!! WTF! I buy new comp, and install rohan on ****'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:
wendox is offline  
Old 08/23/2008, 14:11   #657
 
newbmember's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 729
Received Thanks: 93
HELP?!

newbmember is offline  
Old 08/23/2008, 19:45   #658
 
elite*gold: 0
Join Date: Jun 2008
Posts: 10
Received Thanks: 15
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
( . )

Quote:
Remove Chat Filter

This hack will let you bypass the cuss filter.


Change the code at 004D38CC to JMP SHORT 004D38EA
.
CampStaff is offline  
Thanks
2 Users
Old 08/25/2008, 06:58   #659
 
elite*gold: 0
Join Date: May 2008
Posts: 25
Received Thanks: 28
the link doesn't work TT
rexor93 is offline  
Old 08/25/2008, 13:23   #660
 
elite*gold: 0
Join Date: Jul 2008
Posts: 6
Received Thanks: 0
this does work, but its detected, i got banned lol.
kPro123 is offline  
Closed Thread


Similar Threads Similar Threads
[Release] Rohan hacks.
09/15/2010 - Rohan - 13 Replies
Instructions: 1. Start Rohan hacks 2. Start the game using botsmall's bot to bypass GG 3. once you are IN GAME press Alt + Insert to activate it. Once activated here are the hack commands. (make sure numlock is enabled) Page up/down - Increase/decrease movement speed Insert - Damage hack (instantly kill mobs...basically it just makes u attack mobs at a insane speed)
[Release] Rohan hacks.
05/16/2010 - Rohan - 15 Replies
Instructions: 1. Start Rohan hacks 2. Start the game using botsmall's bot to bypass GG 3. once you are IN GAME press Alt + Insert to activate it. Once activated here are the hack commands. (make sure numlock is enabled) Page up/down - Increase/decrease movement speed Insert - Damage hack (instantly kill mobs...basically it just makes u attack mobs at a insane speed)



All times are GMT +2. The time now is 21:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.