Memory

07/20/2009 01:14 Shortpants#1
Hello elitepvpers,

I'm trying to make my own bot, but the addresses keep changing.
Here's an example:
Code:
#include <NomadMemory.au3>

Global $PID = WinGetProcess("Element Client")
Global $x = _MemoryOpen($PID)


While 1
	ToolTip(_MemoryRead(0x912038AB, $x), 0, 0) ;The address used here is an example.
	Sleep(125)
WEnd
Should return the amount of my ammo, and it does until I restart PW.
Could someone explain me how to use NomadMemory/Cheat Engine properly?
As in get an address that doesn't change, or any explanation would be great.



Appreciated, Shortpants.