Hab mir mal versucht einen eigenen Pushback hack zu machen...
Leider funktioniert da etwas nicht ^^ (weiß selber nicht was, ist mein erster hack halt)
Hier der Code:
Fehler Meldung ist:
Sagt bitte nicht, dass ichs aufgeben soll ^^ ich will zwar kein großer hacker werden, aber auch die großen haben mal klein angefangen ^^
hoffe ihr könnt mir helfen
Leider funktioniert da etwas nicht ^^ (weiß selber nicht was, ist mein erster hack halt)
Hier der Code:
Code:
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=d:\dennis\spiele\hacks\koda_1.7.0.1\forms\form1.kxf
$Form1_1 = GUICreate("Form1", 217, 129, 261, 266)
$Start = GUICtrlCreateButton("Start", 24, 64, 75, 25, 0)
$Exit = GUICtrlCreateButton("Exit", 112, 64, 75, 25, 0)
$Schreib = GUICtrlCreateInput("Schreib", 32, 16, 121, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Start
_schreib()
EndSwitch
Func _schreib()
$PID = ProcessExists("S4Client.exe")
$hprocess = _MemoryOpen($PID)
_MemoryWrite(0x0CF3044, $hprocess, 9999)
EndFunc
Code:
C:\Program Files (x86)\AutoIt3\Examples\S4Hack.au3 (33) : ==> "While" statement has no matching "Wend" statement.: Func _schreib()
hoffe ihr könnt mir helfen