[hallo E*pvp Da ich ein anfänger bin hab ich mir dieses TuT durch geleden und befolgt [Only registered and activated users can see links. Click Here To Register...]
Aber bei mit kommt immer noch eine fehler meldung könnt ihr mir vlt. noch paar tipps geben ?
Func _ Trainer
Func _ Trainer^ ERROR
>Exit code: 1 Time: 0.247
die Meldung
Aber bei mit kommt immer noch eine fehler meldung könnt ihr mir vlt. noch paar tipps geben ?
PHP Code:
#include <GUIConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Trainer = GUICreate("Tainer", 329, 129, 398, 250)
$ShopHack = GUICtrlCreateCheckbox("ShopHack", 56, 16, 105, 33)
$NoFog = GUICtrlCreateCheckbox("No Fog", 56, 56, 105, 49)
$Start = GUICtrlCreateButton("Start", 176, 24, 113, 49)
GUISetState()
#EndRegion ### END Koda GUI section ###
#RequireAdmin
If ProcessExists("S4Client.exe") <> 0 Then
Func _ Trainer
ToolTip("Starte S4...",0,0)
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($ShopHack) = 1 Then
_MemoryWrite(0x00769190,$OPEN,"500","Float")
EndIf
If GUICtrlRead($NoFog) = 1 Then
EndIf
_MemoryClose($OPEN)
Exit
EndFunc ;==>_Trainer
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func _ Trainer
Func _ Trainer^ ERROR
>Exit code: 1 Time: 0.247
die Meldung