Hey Leute ,will nen Hack für mich selber erstellen ^^
[AUTOITLIKE] :D
Hier mal das script : was ist daran falsch ?
Kriege keine Fehlermeldung ,passiert garnix nichtmal tooltip kommt...
[AUTOITLIKE] :D
Hier mal das script : was ist daran falsch ?
Kriege keine Fehlermeldung ,passiert garnix nichtmal tooltip kommt...
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 232, 62, 192, 124)
$Hack1 = GUICtrlCreateButton("Start", 80, 16, 75, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Func Hack1()
ToolTip(S4Client.exe,0,0)
$wait = ProcessWait(S4Client.exe)
$PID = ProcessExists(S4Client.exe)
Sleep(500)
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_Memorywrite(5692314112, $Open, $Checkbox1,long)
_Memorywrite(7985408, $Open, $Checkbox1,long)
_Memorywrite(2348565979, $Open, $Checkbox1,long)
EndIf
EndFunc
EndSwitch
WEnd