Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 15:16

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

Advertisement



Help with Finding the Addresses

Discussion on Help with Finding the Addresses within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
Help with Finding the Addresses

Well I was wondering if anyone can fill me in with finding address of like HP, Mp...etc in MMORPG game clients? Just wanted to know if anyone know the trick with game client addresses. =]
I wanted to find addresses for Ether Saga, such as the HP,MP...etc

THANKS!
jerrie is offline  
Old 03/18/2009, 12:11   #2

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Use CheatEngine. Take a Look in the Tutorials Section, we have a few Tutorials about this.
Btw: You can't hack, MP, HP, Spirit, Gold or smt else in Ether Saga. I tried it already
Adroxxx is offline  
Old 03/18/2009, 12:50   #3
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
Quote:
Originally Posted by Adroxxx View Post
Use CheatEngine. Take a Look in the Tutorials Section, we have a few Tutorials about this.
Btw: You can't hack, MP, HP, Spirit, Gold or smt else in Ether Saga. I tried it already
lol haha yea i looked it up how to use it...=D
I did manage to find the memory addresses but iono how to replace the old addresses with the new one...=/..
I am not trying to hack btw...=D
Im trying to edit a trainer's address
jerrie is offline  
Old 03/18/2009, 12:56   #4

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
o.O if you don't have the sourcecode of your "trainer" you cant replace the old addresses with the new ones.
Adroxxx is offline  
Old 03/18/2009, 13:23   #5
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
Quote:
Originally Posted by Adroxxx View Post
o.O if you don't have the sourcecode of your "trainer" you cant replace the old addresses with the new ones.
Oh now that sucks...=/...=D
And only the maker of the trainer can edit that?
but wait don't it automaticly come with the source code and stuff with the trainer?
Im talking about the Autokey here =D
jerrie is offline  
Old 03/18/2009, 13:40   #6

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
If you have the AutoHotKey ? Or AutoIt source you can edit it. If you have only the *.exe file , you can't.
Adroxxx is offline  
Old 03/18/2009, 15:33   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
Quote:
Originally Posted by Adroxxx View Post
If you have the AutoHotKey ? Or AutoIt source you can edit it. If you have only the *.exe file , you can't.
Oh i guess you don't know..=D
Autokey program that Positron made
Here's the link:
jerrie is offline  
Old 03/18/2009, 16:10   #8

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Open games.ini and replace the addresses!
Adroxxx is offline  
Old 03/18/2009, 16:13   #9
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
Quote:
Originally Posted by Adroxxx View Post
Open games.ini and replace the addresses!
Yes thats what i was thinking!
But my address that i found was shorter than the old ones...=/..
jerrie is offline  
Old 03/18/2009, 16:29   #10

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
k your address is maybe 0x9E7C8C then u must type &H9E7C8C i think so =)
if u have a pointer you must set the offset too.
MaxHP = &H9E7C8C,&H28,&H2B0
is imo 0x9E7C8C,28,2B0 and 28 , 2b0 are the offsets for the pointer.

But i am not sure, you must ask the programmer!
Adroxxx is offline  
Old 03/18/2009, 16:31   #11
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
This is the ORIGINAL source code:

[game]
Title = "Ether Saga Online [eso.perfectworld.com]"
AllKeys = "f1,f2,f3,f4,f5,f6,f7,f8,1,2,3,4,5,6,7"
KeyFindMonster = 0
KeyFLeft = 1
KeyFRight = 8
KeyNLeft = 14
KeyNRight = 20
Client = elementclient.exe
ClassName = "XYElementClient Window"
HP = 010A032A023003FE04920B9A0DB60FD20F46140A162618140E A6
MaxHP = 010A032A023003FE04920B9A0DB60FD20F46140A1626181409 2E
MP = 010A032A023003FE04920B9A0DB60FD20F46140A162618140E 42
MaxMP = 010A032A023003FE04920B9A0DB60FD20F46140A1626181408 CA
Level = 010A032A023003FE04920B9A0DB60FD20F46140A162618140F 6E
Exp = 010B032A023003FE04920B9A0DB60FD20F46140A162618140D 16
Money = 010A032A023003FE04920B9A0DB60FD20F46140A162617FD13 56
Money_Format = "#0g #0s #0b"
Target = 010A032A023003FE04920B9A0DB60FD20F46140A1626178A03 52
Relax = 010A032A023003FE04920B9A0DB60FD20F46140A162617E609 F6
X = 010C032A023003FE04920B9A0DB60FD20F46140A162617E60E A6
Z = 010C032A023003FE04920B9A0DB60FD20F46140A162617E60E 42
Y = 010C032A023003FE04920B9A0DB60FD20F46140A162617E60D DE
Video = 010A032A023003DB02D9
Zoom = 010A032A0406058D061E



This is what I have FOUND:

Memory Addresses:
Vigor - 11A5DB80
HP - 11A5DB80
MP - 11A5DB7C
Exp - 0F6D1934
Treasure - 1167825C
jerrie is offline  
Old 03/18/2009, 16:33   #12
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
Quote:
Originally Posted by Adroxxx View Post
k your address is maybe 0x9E7C8C then u must type &H9E7C8C i think so =)
if u have a pointer you must set the offset too.
MaxHP = &H9E7C8C,&H28,&H2B0
is imo 0x9E7C8C,28,2B0 and 28 , 2b0 are the offsets for the pointer.

But i am not sure, you must ask the programmer!
Yea asked him already but he wasn't online so i'll just have to wait until he gets on =D
jerrie is offline  
Old 03/18/2009, 16:37   #13
 
elite*gold: 0
Join Date: Dec 2007
Posts: 63
Received Thanks: 6
I have no clue what you just said also..xD
pointer?...??
jerrie is offline  
Old 04/30/2009, 00:33   #14
 
elite*gold: 0
Join Date: Feb 2009
Posts: 5
Received Thanks: 1
could you tell me how to register!!!n_n
pokolong is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Help with finding static addresses...
07/18/2010 - S4 League - 9 Replies
can someone tell me how to find adress with supsend if i dont log in game???
finding memory addresses
06/01/2010 - General Coding - 8 Replies
hi all! how can i find addresses of functions (to call these) in a game? e.g. if i want that a bot uses a skill, walks around etc? is there a tutorial of finding these functions (maybe with a debugger)? thanks!
Finding Fussion Dekaron Addresses
06/19/2009 - Dekaron Private Server - 0 Replies
Delete
Need help finding GM/AoE addresses.
07/17/2008 - Cabal Online - 1 Replies
The only guide I was able to find was this: Cabal SEA Aoe Hack, Gm Hack address, And a Guide For Always Excellent Combo He doesnt explain it at all because just saying the address is only the address for that version of Cabal. Does anyone know of a better explaination? Because I assume that the only way you can find the GM address is by having a GM character yourself lol. But I could be wrong. If someone does have the GM address then could you either post it or PM it to me? If you also...
[Addresses to help Wsuo] GMS v.52- 53 addresses
05/09/2008 - MapleStory - 7 Replies
Thought i'd leech this to save you some time for what you are looking for.



All times are GMT +1. The time now is 15:16.


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.