Makalele Posted July 23, 2010 Posted July 23, 2010 So: i've some value in memory by Cheat Engine, but an address is dynamic so it changes every application execution. But it also says: somefile.dll+somevalue My question are: 1. How to find dll's address? 2. How to calculate final address using this data?
E1M1 Posted July 23, 2010 Posted July 23, 2010 1. You can find dll address by clicking on "memory view" and then selecting view > "Enumerate DLL's and Symols" 2. $address = 0x&Hex($dll + $value) edited
Makalele Posted July 23, 2010 Author Posted July 23, 2010 (edited) 1. You can find dll address by clicking on "memory view" and then selecting view > "Enumerate DLL's and Symols" 2. $address = 0x&Hex($dll + $value) Ad 1. Is there any way to check this using autoit? Is it changing? Ad 2. I wrote a simple program: $dll = 0x6FAC08C0 $value = 0x1234D3 $address = 0x & Hex($dll + $value) msgbox(0,"address=",$address) btw in CE i found 4 addresses to this dll but noone of them using my program give right final address edit: Possible dll addresses: 0x6FAC08C0 0x6FAFBE70 0x6FB12DE0 0x6FB12E20 "$Value" is: 0x1234D3 And "the final" address should be: 0x6FBD34D3 Edited July 23, 2010 by Makalele
E1M1 Posted July 23, 2010 Posted July 23, 2010 (edited) I don't know about that, probably there's way,but i don't know. Are you trying to hack game or what? Edit: Your memoryy address points to Diablo II Edited July 23, 2010 by E1M1 edited
Makalele Posted July 23, 2010 Author Posted July 23, 2010 (edited) I don't know about that, probably there's way,but i don't know.Are you trying to hack game or what?If I want to hack game I'll just use CE I want to learn how to check dll address and calculate any dynamic addresses (ofc using autoit )Edit:Your memoryy address points to Diablo IIMaybe they are.. So what ? Edited July 23, 2010 by Makalele
E1M1 Posted July 23, 2010 Posted July 23, 2010 And then you come up with public hack that makes b.net lag? What might help you is sending message to support@battle.net, and an other message to some admins around here. edited
Makalele Posted July 23, 2010 Author Posted July 23, 2010 And then you come up with public hack that makes b.net lag? What might help you is sending message to support@battle.net, and an other message to some admins around here.Are you finished? I think you don't know what you say, lol. I can learn it on another game/app, i was just chosen this one. Btw "public hacks which make b.net lag" are exploits on the server, it's nothing with the memory.
Developers Jos Posted July 24, 2010 Developers Posted July 24, 2010 Game forum was closed a long time ago for threads like this. *click* SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts