Deal for gm command address (rohan global)

06/12/2009 20:22 LNeo#1
OK let's have a deal
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]
As u see, that is old way to make gm command on rohan client. Now i know where the gm command address is of ROHAN GLOBAL, but i dont know address of "Initialize Code Cave". If anyone can tell me what that address is, i'm very please to show u address of gm command of Rohan Global
sr my bad english
06/14/2009 07:23 normanwashere#2
the code cave can be any where... all you have to do is look for an available address and start coding..
06/14/2009 12:14 LNeo#3
IDK any detail of code cave, as u see, the tut doesnt mention how it is
06/19/2009 13:00 hubertfable#4
where do i find 00427C50??
06/19/2009 19:02 LNeo#5
OMG nobody play rohan global?
06/21/2009 02:23 normanwashere#6
THats because its UP to YOU... you can place the code cave anywhere
06/21/2009 06:40 LNeo#7
oh yea i tried but i cant not connect
must have an exact address of code cave
06/26/2009 07:46 dobolz#8
Initialize Code Cave << it means u need to initialize new code cave(make new function/procedure)
Go to 00427C50 and change the command there to RETN. << this is the address that u'll gonna use to put those code .. u dont need to put it at 00427C50, just find some free space.. and put RETN in that place


MOVZX EAX,BYTE PTR SS:[ESP+A9] << use search command to find this and at 0 (zero) before A9 >> MOVZX EAX,BYTE PTR SS:[ESP+0A9]