Quote:
Originally Posted by Mr.KawaiiDeshoo
is this working?
i want test it.
|
No sorry
I do not know why because that when it starts dan comes from nothing so he continues to hack at and then I do s4 come xtrap
Here is the script help meee
#include <NomadMemory.au3>
#include <GUIConstantsEx.au3>
#Include <Constants.au3>
Opt('TrayMenuMode', 1+2)
$startitem = TrayCreateItem('Ready to Hack')
$aboutitem = TrayCreateItem('KiLLeYY')
$exititem = TrayCreateItem('Exit')
TraySetState()
$Form1 = GUICreate('S4League Charackter sicht ändern by _KlaGo_',674,164)
$Label1 = GUICtrlCreateLabel('Charackter sicht Ändern 0 ist Die mitte 700 GANZ oben und - 350 Ein stück unten wen du fertig bist dan auf start und S4Client.exe Starten ',12,13)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
GUICtrlSetColor ($label1, 0x000000)
$Input1 = GUICtrlCreateInput('',12,28,172,20)
Global $Value2 = ''
Global $Value3 = ''
Global $Value4 = ''
Global $Value5 = ''
Global $Value6 = ''
Global $Value7 = ''
$Button1 = GUICtrlCreateButton('Start',18,61,75,23)
$Button2 = GUICtrlCreateButton('Close',331,68,75,23)
GUISetState(@SW_SHOW)
#EndRegion ### GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Start()
Case $Button2
Exit
EndSwitch
$tMsg = TrayGetMsg()
Switch $tMsg
Case $exititem
Exit
Case $aboutitem
MsgBox(4096,'Info','This Trainer was created with the TrainerCreation Tool v7' &@CRLF& _
'Which is a creation by JakeFrost77 from elitepvpers.com!')
Case $startitem
_Start()
EndSwitch
WEnd
Func _Start()
ProcessWait('S4Client.exe')
$PID = ProcessExists('S4Client.exe')
Sleep(500)
$open = _MemoryOpen($PID)
_MemoryWrite(0x00CA71F8,$open,GUICtrlRead($Input1) ,'float')
_MemoryClose($open)
EndFunc