URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Hack Community
  HTML https://roshacks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: AutoIt
       *****************************************************
       #Post#: 1058--------------------------------------------------
       _MemoryWrite
   DIR By: pipo1337
       Date: November 12, 2018, 8:48 pm
       ---------------------------------------------------------
       Code below is from my testing so change red texts with your
       settings and will work 100%
       #include "C:\Program Files
       (x86)\AutoIt3\Plugins\NomadMemory.au3"
       $pid = WinGetProcess("AssaultCube")
       $baseAddress = 0x0279A668
       $memory = _MemoryOpen($pid)
       $value = 200
       _MemoryWrite($baseAddress,$memory,$value,'int')
       *****************************************************
       Page 1 of 1