Hello Guys ,,,,,
Can any PRO "AutoIt Script v 3" Tell me how make S4league Hack
I make one it's Work With me But People tell me 'Does't Work'
Code i use it
& change file description etc., so Xtrap dont detect "AutoIt Script v 3
Can any PRO "AutoIt Script v 3" Tell me how make S4league Hack
I make one it's Work With me But People tell me 'Does't Work'
Code i use it
Quote:
$S4 = ("S4Client.exe")
$Xtrap = ("xtrap.xt")
$HGWC = ("HGWC.exe")
While True
ProcessWait($HGWC) ;Pause the script, till hgwc.exe is running
TrayTip("EPVP S4 Hack" , "HGWC is running..." , 0) ; Creates a Tray Tip
ProcessWait($Xtrap)
TrayTip("EPVP S4 Hack" , "Xtrap is running..." , 0) ; Creates a Tray Tip
; ...
ProcessWait($S4)
TrayTip("EPVP S4 Hack " , "Hack activiated" , 0) ; Creates a Tray Tip
; ...
WEnd
Func Hack1()
Local $S4C = _MemoryOpen("S4Client.exe")
_MemoryWrite(0xAFDE86, $S4C , "1", "float") ; _MemoryWrite(OFFSET, Processname , Value , type) Type = float,char,byte[4] etc.
MsgBox(0 , "" , "Hack" , 0)
EndFunc
& change file description etc., so Xtrap dont detect "AutoIt Script v 3