Rabu, 19 Agustus 2009

ROHAN indonesia bot

ROHAN indonesia bot
Botsmall
Autohunt
Download the latest version from official site: www.auto369.net or www.botsmall.com extract to a new folder.



Download

Read More.

Rohan Hack #3 - Bypass Patcher

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

Now in the dump area, change http://login.rohan.co.kr to http://login.playrohan.com/

Highlight what you just changed, right click it and click Copy to executable file, right click the new window and click save file.

Now press CTRL F2.

Once its restarted, go to 0043ED80 and change the code there to MOV EDX, 9F81B4

Also, make sure Fill with NOPs is checked in the assemble window.

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

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.

Read More.

Rohan Hack #2 - Increased Damage

( 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

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)

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 00487C31 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

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

Read More.

Rohan Hack #1 - GM Commands

( Current Address Version: 251 )

I'll be explaining how to enable GM commands in this one.

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

The command above reads your access level and moves it to the EAX Register (Padded with 0's), so what you need to do is create your own function to write your own access level.

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

So you change the code at 00411145 to:
CALL 00427AE2
then you go to 00427AE2 and write this code:
MOV BYTE PTR SS:[ESP+0A9],0FA
MOVZX EAX,BYTE PTR SS:[ESP+0A9]
RETN

via sorien

Read More.

The list of Rohan GM Commands

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
invisible
detect
snoop
good
health
return
ban
changejob
givemoney
giveabi
giveski
givelevel
cheathelp
showme
showtext
showui
showall
showframe
minimapjump
respawncurpos
respawnbindpos
cammode
showtexttexture
telepos
notice
settime
save_current_siege_status
clientshop
gmspeed
gmroom
getquest
guildview
guildset
getbank
prison
parole
abm
rbm
gbm
sbm
noticebox
createlocalnetentity
clearlocalnetentity
noticetext
savepos
twarea
twstatus
twinfo
twterm
teleportal
teleportalauto
sysvocinfo
screenfontsize
createeffect
viewani
printf_cmd
localteleportal
cameratest
cameraold
chwinmode
minioffset
setminimap
mypos
presentring
usekeymoving
seteventlevel
guildwarequal
guildwarblocking
trade

!* Commands
respawn bind pos
respawn cur pos
test camera on
test camera off
show target info on
show target info off
camera mode 0
camera mode 1
camera mode 2
camera mode 3
camera mode 4

Read More.