Blackspell Posted August 15, 2011 Posted August 15, 2011 Currently I try to read some Data out of Infinite Aion (a Aion private Server) with NomadMemory.au3. Im 100% sure the Adress is correct but I always get the result "0". If I enter the same Adress in Cheat Engine the right Value is displayed. My Script: #include <NomadMemory.au3> $Adress = 0x2D091358 $PID = ProcessExists("aion.bin") $Memory = _MemoryOpen($PID) While true $Var = _MemoryRead($Adress, $Memory) ToolTip($Var,0,0) WEnd
Bert Posted August 15, 2011 Posted August 15, 2011 (edited) Please read the announcement concerning gaming and bots. http://www.autoitscript.com/forum/forum-2/announcement-13-forum-rules/ Game automation is a forbidden topic here. Edited August 15, 2011 by MPH The Vollatran project My blog: http://www.vollysinterestingshit.com/
Blackspell Posted August 15, 2011 Author Posted August 15, 2011 I just wanted to display some Information on the Screen but if these things are not allowed on this forum i will stop asking for it. Is there any way to delete this thread?
Developers Jos Posted August 15, 2011 Developers Posted August 15, 2011 On 8/15/2011 at 6:48 PM, 'Blackspell said: Is there any way to delete this thread?*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