Help with Finding the Addresses

03/18/2009 04:16 jerrie#1
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!
03/18/2009 12:11 Adroxxx#2
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 :)
03/18/2009 12:50 jerrie#3
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
03/18/2009 12:56 Adroxxx#4
o.O if you don't have the sourcecode of your "trainer" you cant replace the old addresses with the new ones.
03/18/2009 13:23 jerrie#5
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
03/18/2009 13:40 Adroxxx#6
If you have the AutoHotKey ? Or AutoIt source you can edit it. If you have only the *.exe file , you can't.
03/18/2009 15:33 jerrie#7
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:
[Only registered and activated users can see links. Click Here To Register...]
03/18/2009 16:10 Adroxxx#8
Open games.ini and replace the addresses!
03/18/2009 16:13 jerrie#9
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...=/..
03/18/2009 16:29 Adroxxx#10
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!
03/18/2009 16:31 jerrie#11
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
03/18/2009 16:33 jerrie#12
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
03/18/2009 16:37 jerrie#13
I have no clue what you just said also..xD
pointer?...??
04/30/2009 00:33 pokolong#14
could you tell me how to register!!!n_n