[QUOTE=Wayntressierts;18561764]Why farm Dungeons yourself when you can AutoIt them while you sleep

?
AutoIt Code
for scripts and bots
ofcourse this requires NomadMemory.au3 Plugin.
Code:
SetPrivilege("SeDebugPrivilege", 1)
#include <NomadMemory.au3>
Global $PID = ProcessExists('fixedmain.exe')
Global $proc=_MemoryOpen($PID)
Global $cabalmain = _MemoryModuleGetBaseAddress($PID,"fixedmain.exe")
(...)
Func _setwallhack()
$wh=_MemoryRead($cabalmain+0xC7BF80,$proc,"DWORD")+0x40814;
$test=_MemoryRead($wh,$proc,"DWORD")
For $i=$wh to $wh+0x3ffff step 4
_MemoryWrite($i,$proc,0,"DWORD")
Next
EndFunc
whats with this code
(...)?
I also created a simple bot using autoit. my bot works smoothly, not detected by gameguard.. the problem is, it works only when cabal is the active window, pls need little help... and also where can I get that plugin Nomad.au3??