Hallo Leute ich hab da so ein problem mit meinem 1. hack
wenn ich ihn starte klappt alles starte dann s4 x-trap kommt und dann beended sich x-trap ohne x-trap detected ....
Vielleicht könnt ihr mir helfen.
Hier der Code
#RequireAdmin
#include <ButtonConstants.au3>
#include <NomadMemory.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <GUIConstants.au3>
#include <GDIPlus.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("S4-League Hack", 396, 153, 192, 124)
$Start = GUICtrlCreateButton("Start", 224, 25, 99, 31)
$Checkbox1 = GUICtrlCreateCheckbox("Red Fog", 48, 32, 121, 21)
$Label1 = GUICtrlCreateLabel("Made by zZz-Striker-zZz©", 50, 80, 227, 24)
GUICtrlSetFont(-1, 12, 800, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0x000000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Start
ToolTip("Waiting for S4League...",0,0)
ProcessWait("S4Client.exe")
Sleep(500)
_Hack()
EndSwitch
WEnd
Func _Hack()
$OPEN = _MemoryOpen(ProcessExists("S4Client.exe"))
_MemoryWrite(0x0048762C, $OPEN, "2332060240", "long")
_MemoryWrite(0x0046764C, $OPEN, "2332060240", "long")
_MemoryWrite(0x0044A22C, $OPEN, "2332060240", "long")
Exit 0
EndFunc
Danke für eure Helfe bzw für den versuch mir zu helfen :handsdown: