S4 League AutoIT Script

09/22/2011 14:38 BeeX#1
Hi all. I'm using a trainer scrip but dont work to new patch change the script?

My Script:

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("BeeX Trainer", 194, 218, 202, 124)
GUISetBkColor(0xFF0000)
$xray = GUICtrlCreateCheckbox("XRay", 24, 16, 97, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$crow = GUICtrlCreateCheckbox("Crow Counter Sword", 24, 40, 137, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$aya = GUICtrlCreateCheckbox("AYA! Rifle", 24, 64, 97, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$toygun = GUICtrlCreateCheckbox("Toy Gun", 24, 88, 97, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$drago = GUICtrlCreateCheckbox("Dragonade", 24, 112, 97, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$twin = GUICtrlCreateCheckbox("Twin Blade", 24, 136, 97, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$start = GUICtrlCreateButton("START", 32, 160, 123, 25)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Label1 = GUICtrlCreateLabel("Hack Created By BeeX", 24, 192, 134, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $start
Hack()
Exit

EndSwitch
WEnd


Func Hack()
ToolTip("Start S4 League!",0,0)
$PID = ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($xray) = 1 then
_MemoryWrite(0xF9DE0C, $OPEN, "10000", "Float")
EndIf
If GUICtrlRead($crow) = 1 then
_MemoryWrite(0x780A65F, $OPEN, "counter_crow_r.scn", "char[19]")
_MemoryWrite(0x77C9917, $OPEN, "counter_crow_l.scn", "char[19]")
_MemoryWrite(0x77C99BA, $OPEN, "weapon_counter_upper03.seq", "char[26]")
EndIf
If GUICtrlRead($aya) = 1 then
_MemoryWrite(0xF8B07C, $OPEN, "ayaya.scn", "char[10]")
EndIf
If GUICtrlRead($toygun) = 1 then
_MemoryWrite(0x6024797, $OPEN, "toygun.scn", "char[11]")
EndIf
If GUICtrlRead($drago) = 1 then
_MemoryWrite(0x77CBC47, $OPEN, "dragonade.scn", "char[17]")
EndIf
If GUICtrlRead($twin) = 1 then
_MemoryWrite(0x62A7197, $OPEN, "taserplasma.scn", "char[15]")
_MemoryWrite(0x62A5DBF, $OPEN, "taserplasma.scn", "char[15]")
EndIf
Exit
EndFunc

not change values in game. pls help
09/22/2011 14:40 Krasti#2
No explain?


Something dude D:
Script is useless...
09/22/2011 14:45 Omdi#3
#no question area
You've to terminate Aegis/64
#moverrequest
09/22/2011 15:00 BeeX#4
my pc 32bit im open game with bypass but script not work
09/22/2011 15:02 aliketenci#5
Well go to auto it forum site and write there. Someone will help you.
09/22/2011 15:03 endri123#6
And than that is useless cause is only graphic effect :faceplam:
09/22/2011 15:11 BeeX#7
yes graphics effect but i cant change other adress. I cant change float adress
09/22/2011 15:13 Krasti#8
Btw this source is changin in lobby..Not in room or out cause you change skins
09/22/2011 15:17 BeeX#9
im in lobby not room but not work script my dlls error?
09/22/2011 18:50 Status#10
wrong section...

i'll move this topic, when i finished all reports..