Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "C:\Program Files (x86)\AutoIt3\Plugins\NomadMemory.au3"
- $pid = WinGetProcess("AssaultCube")
- $baseAddress = 0x0279A668
- $memory = _MemoryOpen($pid)
- $value = 200
- _MemoryWrite($baseAddress,$memory,$value,'int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement