Rohan Gm Commands Hack



  1. Rohan Gm Commands Hack Commands
  2. Rohan Gm Commands Hack Pastebin
  3. Rohan Gm Commands Hack Download

( Current Address Version: 251 )

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.)
This is probably going to be a long one so bear with me. :x

Gm Command (3) Rohan (2) Rohan Blood Feud (1) Rohan Indonesia (3) Rohan XOR (5) Sorien (2) Advertise. Saatnya Balas Dendam!!! Saatnya maen Rohan, saatnya maen curang. May 02, 2012 Hack Explanation #1 - GM Commands Alright well, I guess I'll try my best to show/explain how some of the stuff is done. First you need OllyDBG, which is a debugger. Also, you need some experience with Assembly, or you'll be thinking 'What the hell is that crap?' I'll be explaining how to enable GM commands in this one. File in Videorohanclient: Googledrive: or: or http://rantenah.

Disable Attack Animation
Go to 0048A7EB and change the command there to JE 0048A87D .
This will disable the attack animation for players. (Yourself and others)

Oct 02, 2016 Here's the list of Rohan GM Commands: / Commands silent quiet tele move npc telenpc call callparty kick who whonpc npccut summon create whoall kickall hide i. GM Commands: /gmspeed - try to use '/gmspeed 20' and you can click your minimap inshort ' you can teleport. This is the best way to level up, attack the monster then press 'S' 1 press at a time. /cammode - you canwalk thru walls,and combo with /gmspeed fast walking.


Rohan Gm Commands Hack Commands

Damage Hack
I'm just going to copy and paste the code to make things shorter, and then explain what it does and what not.
For this hack, I'll be using
00427AF4 as the start of the code cave.

Go to Rohan gm commands hack bot00487C31 and change that code to CALL 00427AF4.
This command will jump to our custom code.
Go to 00487C37, right click it, go to Binary, and Fill With NOPs.
This change will disable the client from setting the current attack state.
Go to 00487C67, right click it, go to Binary, and Fill With NOPs.
This change will disable attack speed, so your next attack is called instantly.
Now go to
00427AF4 and put this code. (Make sure it's perfect)
XOR EDI,EDI
MOV EDX,DWORD PTR DS:[0AF1264]
MOV EAX,DWORD PTR DS:[0AF1260]

MOV ECX,DWORD PTR DS:[0AC2F38]
PUSH EDX
PUSH EAX
PUSH 0
PUSH 1308
CALL 004070C0
MOV EDX,DWORD PTR DS:[0AF1264]
MOV EAX,DWORD PTR DS:[0AF1260]
PUSH EDX
PUSH EAX
LEA ECX,DWORD PTR SS:[ESP+1C]
PUSH ECX
MOV ECX,DWORD PTR DS:[0AC2F38]
PUSH 1307
CALL 004070C0
INC EDI
CMP EDI,4
JL SHORT 00427AF6
MOV EDI,EBP
RETN

Rohan Gm Commands Hack Pastebin


Rohan Gm Commands Hack Download

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.)
I think that's everything I should post about this, but I'm tired.. So if I forgot anything, I'll edit it later.