hallo ich bin neu i m forum und i m scripten
ich habe ein video auf youtube gesehen wie man ein S4League hack macht:
[Only registered and activated users can see links. Click Here To Register...]
das ist mein script:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("CryTiCalFumbi", 447, 216, 385, 153)
$Checkbox1 = GUICtrlCreateCheckbox("GodMode", 16, 80, 161, 33)
GUICtrlSetFont(-1, 16, 400, 0, "MS Sans Serif")
$Checkbox2 = GUICtrlCreateCheckbox("infinity SP", 16, 128, 161, 49)
GUICtrlSetFont(-1, 16, 400, 0, "MS Sans Serif")
$Button1 = GUICtrlCreateButton("Start", 232, 88, 195, 105)
$Label1 = GUICtrlCreateLabel("CryTiCalFumbi", 8, 24, 418, 41, $SS_CENTER)
GUICtrlSetFont(-1, 20, 400, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_CryTiCalFumbi()
EndSwitch
WEnd
Func _CryTiCalFumbi()
ToolTip("Warte auf S4Client.exe",0,0)
$PID = ProcessExists("S4Client.exe")
ProcessWait($PID)
ToolTip("S4 wurde gehackt",0,0)
$OPEN = _MemoryOpen($PID)
If GUICtrlRead(Checkbox1) = 1 Then
_MemoryWrite(0x000000,OPEN,"","")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
MsgBox(0,"$Checkbox2","das ist CheckBox2")
EndIf
EndFunc
und das der fehler.
>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\MC YANNICK\Documents\test.au3"
C:\Users\MC YANNICK\Documents\test.au3 (36) : ==> Missing separator character after keyword.:
If GUICtrlRead(Checkbox1) = 1 Then
If GUICtrlRead(Checkbox1^ ERROR
>Exit code: 1 Time: 0.338
was muss ich andern (habe windows 7 64Bit)
:awesome:
ich habe ein video auf youtube gesehen wie man ein S4League hack macht:
[Only registered and activated users can see links. Click Here To Register...]
das ist mein script:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("CryTiCalFumbi", 447, 216, 385, 153)
$Checkbox1 = GUICtrlCreateCheckbox("GodMode", 16, 80, 161, 33)
GUICtrlSetFont(-1, 16, 400, 0, "MS Sans Serif")
$Checkbox2 = GUICtrlCreateCheckbox("infinity SP", 16, 128, 161, 49)
GUICtrlSetFont(-1, 16, 400, 0, "MS Sans Serif")
$Button1 = GUICtrlCreateButton("Start", 232, 88, 195, 105)
$Label1 = GUICtrlCreateLabel("CryTiCalFumbi", 8, 24, 418, 41, $SS_CENTER)
GUICtrlSetFont(-1, 20, 400, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_CryTiCalFumbi()
EndSwitch
WEnd
Func _CryTiCalFumbi()
ToolTip("Warte auf S4Client.exe",0,0)
$PID = ProcessExists("S4Client.exe")
ProcessWait($PID)
ToolTip("S4 wurde gehackt",0,0)
$OPEN = _MemoryOpen($PID)
If GUICtrlRead(Checkbox1) = 1 Then
_MemoryWrite(0x000000,OPEN,"","")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
MsgBox(0,"$Checkbox2","das ist CheckBox2")
EndIf
EndFunc
und das der fehler.
>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\MC YANNICK\Documents\test.au3"
C:\Users\MC YANNICK\Documents\test.au3 (36) : ==> Missing separator character after keyword.:
If GUICtrlRead(Checkbox1) = 1 Then
If GUICtrlRead(Checkbox1^ ERROR
>Exit code: 1 Time: 0.338
was muss ich andern (habe windows 7 64Bit)
:awesome: