Advertisement
kkDav1337

_MemoryWrite

Nov 12th, 2018
6,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.22 KB | None | 0 0
  1. #include "C:\Program Files (x86)\AutoIt3\Plugins\NomadMemory.au3"
  2.  
  3. $pid = WinGetProcess("AssaultCube")
  4. $baseAddress = 0x0279A668
  5. $memory = _MemoryOpen($pid)
  6. $value = 200
  7. _MemoryWrite($baseAddress,$memory,$value,'int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement