Advertisement
kkDav1337

_MemoryRead

Nov 12th, 2018
5,926
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. $Test = _MemoryRead($baseAddress,$memory)
  7. MsgBox("","",$Test)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement