How Make Hack S4league

05/08/2013 22:00 bydo#1
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

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
05/08/2013 22:44 Virus.bat#2
_MemoryWrite Type ="Long" and delete msgbox..;) are this adress right or false?;)

oh gott that not a Hack..xD
05/09/2013 00:42 PsychoXReaper#3
I'm not an autoit coder but afaik in all languages when u declare the function "hack1" u must call it in order to execute lol basically ur hack only shows tool tips and then ofc ur Addy must be right and value too else s4 crash when executing the Addy
After s4 running tooltip add "Hack1()"
05/09/2013 13:23 bydo#4
aha Thx ;D

can tell my how get Address and Value in s4league ,,,
02/26/2014 15:31 goodjamb#5
what to write here plz help me

[Only registered and activated users can see links. Click Here To Register...]

at value and type
02/27/2014 00:38 *Chiko#6
Value of Godmode as example 0x0000000
02/27/2014 02:44 cheyester10#7
Oh and are you including nomadmemory.au3 or what?