Memory Address

03/03/2010 20:52 SaM.ThE.MaN#1
Hey,
when i find a memory adress for Example :name = 0x5AC45(Example)
i add it to my bot and it shows my name but when i close co and open another one it doesnt show my name and when i search for the address it shows another address,i would like to know how to search for the Main address,som1 told me to look for the Pointer,am using cheat engine and idk how to look for the points i right click on the address and click search for pointer an empty box shows up plz help !!!
03/03/2010 23:01 © Haydz#2
Basically you need to find the base pointer for your characters which is located somewhere around the address 0x00588xxx or it may be 0x005888xx, I'll check once I'm home and update my post. So you read that address which gives you your base pointer.

You then read the value at Base Pointer + 0x138 (someone verify this?), That gives you the starting location of your characters name, Then read the string, the length can be retrived by reading Base Pointer + 0x13C, then subtracting that value from the start.

That's the only help I can offer :p
03/04/2010 07:51 SaM.ThE.MaN#3
can u show me screenies :P,
03/04/2010 10:15 Warlax#4
hero base addy = 0058882A
03/04/2010 11:07 SaM.ThE.MaN#5
yeah how do u find it,i want the base,the pointer which writes to addresses common warlax,mr clint noes it -.-
03/04/2010 12:07 Warlax#6
lol i know it too, but dont wanna give away my favourite method :) try bping on all calls to "snprintf", play the unbreakpoint game, then hover ur mouse over hp, or xp gauge. from here u will drop into a function, and around this point will be a mov eax,ecx. the call above this line will be to hero base address, follow it and u should find the line i pasted

edit:

then from here sam, u can bp all calls to hero base, and u have effectively found every important function within conquer :) from jumping to meleeing
03/04/2010 18:25 SaM.ThE.MaN#7
huh WOOOOOOOOOOOOOOOOTTT!!!!????
03/05/2010 04:46 spare2#8
Quote:
Originally Posted by SaM.ThE.MaN View Post
huh WOOOOOOOOOOOOOOOOTTT!!!!????
[Only registered and activated users can see links. Click Here To Register...]
03/05/2010 05:13 InfamousNoone#9
Quote:
Originally Posted by spare2 View Post
[Only registered and activated users can see links. Click Here To Register...]
Have fun posting a REALLY indepth tutorial or videoing it for him.
03/05/2010 06:23 Nullable#10
Beginners style, first page in search -_-:
[Only registered and activated users can see links. Click Here To Register...]
03/05/2010 08:08 SaM.ThE.MaN#11
oh thank u null