Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion
You last visited: Today at 21:46

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

Advertisement



Few hacks and a load of information about memory structures

Discussion on Few hacks and a load of information about memory structures within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 6
Received Thanks: 7
Few hacks and a load of information about memory structures

Hey, I started playing RoM a few weeks ago and within a few days I felt the urge to attach my debugger and spend more time there than in the actual game itself. I have gathered quite some information about the memory structures and I keep an SVN repository with them somewhat updated. (Apart from the pointers to all nearby NPC's which I just found today, Ill post them as soon as possible).

I'm sure most of this is general knowledge around here but I wanted to share this here anyway.

I'd very much appreciate any extra information or pointing out errors. I'm specifically in need of a method to find all surrounding mobs and/or objects. I've Been trying to find those for a while to no avail.

A short description of what is in the SVN: (all sources are under the MIT license)
- a not-so-useful speedhack (binary packages provided)
- a short range teleport hack (binary packages provided)
- a hack to see rogues in stealth (binary packages provided)
- a rough draft of a follow bot
- Information about pointers, player structure, inventory strucures and soon nearby NPC's

And last but certainly not least, the google code project:
clueless_ is offline  
Thanks
6 Users
Old 12/24/2009, 10:02   #2
 
elite*gold: 0
Join Date: May 2009
Posts: 165
Received Thanks: 114
Nice one tested tele hack but it is working quite perfect

but in my taskmanager i can't figure out my pid (win 7 german)

if you have same problem try this (if you got autoit)
Quote:
$list = ProcessList("client.exe")
for $i = 1 to $list[0][0]
msgbox(0, $list[$i][0], $list[$i][1])
next
Peterhartzt is offline  
Thanks
1 User
Old 12/24/2009, 11:35   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 6
Received Thanks: 7
Could you tell me what version of W7 you are using? I'm using W7 professional and getting the PID to display works fine. Are you using a home basic/premium?
clueless_ is offline  
Old 12/24/2009, 11:50   #4
 
elite*gold: 0
Join Date: May 2009
Posts: 165
Received Thanks: 114
I am using Win 7 Ultimate (32bit) and can only diplay the pid for services but for other people i could up a compiled version of this simple code for finding the pid.

Okay now i got it was too early in the morning for me xD *shame on me*
--
Build a little launcher that has a button for every hack and starts it with the PID
of the first process of client.exe.
Attached Images
File Type: jpg rompid.jpg (11.4 KB, 137 views)
Attached Files
File Type: rar rompid.rar (282.6 KB, 113 views)
Peterhartzt is offline  
Old 12/24/2009, 13:31   #5
 
elite*gold: 0
Join Date: Dec 2009
Posts: 6
Received Thanks: 7
Created a short wikipage with pictures and info on how to get the PID in case anyone else tries this early in the morning ;-)

clueless_ is offline  
Thanks
1 User
Old 12/24/2009, 16:32   #6
 
elle56's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 116
Received Thanks: 4
Why I have always wehen I press the F8 key the Error 229while reading player pointer?
elle56 is offline  
Old 12/24/2009, 16:37   #7
 
elite*gold: 0
Join Date: Dec 2009
Posts: 6
Received Thanks: 7
Quote:
Originally Posted by elle56 View Post
Why I have always wehen I press the F8 key the Error 229while reading player pointer?
This is 99% sure a version mismatch, what version and locale of RoM are you using? The hacks are for ENEU v2.1.5.2004

(There are also 2.1.5.2000 hacks if you look at the deprecated downloads)
clueless_ is offline  
Old 12/24/2009, 17:15   #8
 
elite*gold: 0
Join Date: Jun 2009
Posts: 203
Received Thanks: 21
Nice jobs with the hacks clueless_! Guess you'll have to change your username to not_so_clueless. :P

Question about the rogue stealth hack before I download it: Do you need to see the rogue go into stealth, or can you see them right off the bat? elverion said
Quote:
Originally Posted by elverion
There is, however, one problem: You need to be able to see the rogue at least once before he goes stealth. That is, if he's stealthed when you come into the area, the server does not even send you any information about him. If you watch him stealth, you will continue to receive updates from the server about their location.
rawrgodzilla is offline  
Old 12/24/2009, 18:06   #9
 
elite*gold: 0
Join Date: Dec 2009
Posts: 6
Received Thanks: 7
Quote:
Originally Posted by rawrgodzilla View Post
Nice jobs with the hacks clueless_! Guess you'll have to change your username to not_so_clueless. :P

Question about the rogue stealth hack before I download it: Do you need to see the rogue go into stealth, or can you see them right off the bat? elverion said
From what I tested it works right off the bat. But I'm not really sure of it, I haven't done thorough tests. It works by patching the instruction that sets the stealth byte to 0x01 and makes it do nothing at all.

Either way, feel free to report the results. Just had some fun in a lowbie town by baiting PK rogues and running away when they get near. I think he almost went crazy

Edit: Did some better testing and I'm fairly sure it works right off the bat. Ran with a rogue in stealth from one zone into another zone and a second character saw the rogue right away.
clueless_ is offline  
Old 12/24/2009, 18:11   #10
 
TheStupidDog's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 78
Received Thanks: 54
AWESOME stuff man, the un-hide one is VERY useful in some instances and the short range teleport works great too! some excellent work you've done and im blown away by how quick you've done it all

Any chance you want to put all the hacks into one with a GUI? it'd be really appreciated!

Keep up the good work bud, theres lots of us out there that owe our tanks
TheStupidDog is offline  
Old 12/24/2009, 19:01   #11
 
elite*gold: 0
Join Date: Jun 2009
Posts: 203
Received Thanks: 21
Quote:
Originally Posted by clueless_ View Post
From what I tested it works right off the bat. But I'm not really sure of it, I haven't done thorough tests. It works by patching the instruction that sets the stealth byte to 0x01 and makes it do nothing at all.

Either way, feel free to report the results. Just had some fun in a lowbie town by baiting PK rogues and running away when they get near. I think he almost went crazy

Edit: Did some better testing and I'm fairly sure it works right off the bat. Ran with a rogue in stealth from one zone into another zone and a second character saw the rogue right away.
Cool stuff! This stealth hack is going to come in really handy when I have to go against a rogue in the battlefield. Thanks again mate.
rawrgodzilla is offline  
Old 12/24/2009, 19:08   #12
 
elite*gold: 0
Join Date: May 2009
Posts: 165
Received Thanks: 114
Quote:
Originally Posted by TheStupidDog View Post
AWESOME stuff man, the un-hide one is VERY useful in some instances and the short range teleport works great too! some excellent work you've done and im blown away by how quick you've done it all

Any chance you want to put all the hacks into one with a GUI? it'd be really appreciated!

Keep up the good work bud, theres lots of us out there that owe our tanks
I have had build a little launcher that inputs the PID and starts a hack with one click
Peterhartzt is offline  
Old 12/25/2009, 01:05   #13
 
darklordof101's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 77
Received Thanks: 5
this could be of some use
shame im not playing it
maybe next year :P
darklordof101 is offline  
Old 12/25/2009, 11:33   #14
 
TheStupidDog's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 78
Received Thanks: 54
Quote:
Originally Posted by Peterhartzt View Post
I have had build a little launcher that inputs the PID and starts a hack with one click
lol im such a newb, somehow I missed that post. Now using it and it makes it much easier to launch quickly thanks to you also for your work

These tools are SO promising, it seems that quite alot can be done on the client side of things so I'll be following this thread with great interest. I'd offer help but I suck at coding. If theres any testing or anything I can do though I'd glady help.
TheStupidDog is offline  
Old 12/25/2009, 13:47   #15
 
elite*gold: 0
Join Date: Jun 2009
Posts: 4
Received Thanks: 0
mhh mal schauen was der so bringt^^, echt nützlich beim Winter event wo man auf dächer muss
Vollenger is offline  
Reply


Similar Threads Similar Threads
WDB-Extractor & DBC Structures
01/06/2012 - CO2 Programming - 17 Replies
WDB-Extractor I have made a little program for extracting all files of a WDB package, because there is no public extractor. If you have some request or some problems, just post on this thread. Download WDB-Packer When I posted this thread, I was not sure about this part. If you want to repack the package, just put your edited DBC files in the INI folder. When you will execute Conquer, the DBC files will be merged in the WDB package.
[Q]Packet Structures
06/18/2010 - Kal Online - 10 Replies
any1 can help me with packet structures..? like When I have packet like 0x11 or any other type. Data is for example: 11 00 00 00 4A 58 9A 4A 32 ... Where 4A 58 represents some WORD (coord, playerid, whatever) etc. thanks......
Quick Memory Editor - Alternative Memory Hacking Software
11/21/2009 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 11 Replies
This might be detected or not by GameGuard, I have not tested this on Official servers however it worked perfectly fine on other private servers. http://imagenic.net/images/x0jxwzwpg2zxmkdtcf36.p ng This is just an alternative memory editing tool. Press thanks if this helps. Remember, scan before using this. Cause its 5.5MB.
i want to trade my 100m SRO gold to your levelup load or RF load
04/15/2008 - Silkroad Online Trading - 1 Replies
hi..........anyone want SRO gold i have 100m i want to trade this to your levelup load or RF load anyone have just pm me or contact me this email add. [email protected] or +639202300892



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


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.