Hallo ich habe einen kleinen hack erstellt aber brauche hilfe weil er nicht geht.
Könnt ihr helfen das er geht und das der hack funzt? hier den code:
Könnt ihr helfen das er geht und das der hack funzt? hier den code:
Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\chris\Desktop\TuneUp\hack\S4Hack.kxf
$Form1_1 = GUICreate("S4 League Hack", 293, 269, 193, 188)
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("SP Hack", 8, 16, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("HP Hack", 8, 32, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("ArmorHack", 8, 80, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("God Mode", 8, 64, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Ghostmode", 8, 48, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("+7Stats", 8, 192, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Speed Hack", 8, 176, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("NoFumbi", 8, 224, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("Block Hack", 8, 208, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 160, 168, 115, 49, 0)
$Radio1 = GUICtrlCreateRadio("Damage x2", 176, 104, 73, 17)
$Radio2 = GUICtrlCreateRadio("Damage x4", 176, 120, 73, 17)
$Radio3 = GUICtrlCreateRadio("Damage x6", 176, 136, 73, 17)
$Radio4 = GUICtrlCreateRadio("Walljump x2", 176, 40, 81, 17)
$Radio5 = GUICtrlCreateRadio("Walljump x4", 176, 56, 81, 17)
$Group1 = GUICtrlCreateGroup("WallJump", 168, 24, 97, 57)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("DamageHack", 168, 88, 97, 73)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox12 = GUICtrlCreateCheckbox("Shophack", 8, 96, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("WallShot", 8, 112, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("Fastfire", 8, 128, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Instant Respawm", 8, 144, 97, 17)
$Checkbox16 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 160, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Reichweite", 8, 240, 97, 17)
$Button2 = GUICtrlCreateButton("Close", 160, 232, 115, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Form1_1
Case $Form1_1
Case $Form1_1
Case $Form1_1
Case $Checkbox1
Case $Checkbox2
Case $Checkbox3
Case $Checkbox5
Case $Checkbox6
Case $Checkbox7
Case $Checkbox8
Case $Checkbox9
Case $Checkbox10
Case $Button1
Case $Radio1
Case $Radio2
Case $Radio3
Case $Radio4
Case $Radio5
Case $Checkbox12
Case $Checkbox13
Case $Checkbox14
Case $Checkbox15
Case $Checkbox16
Case $Checkbox4
Case $Button2
EndSwitch
WEnd
Func _Start()
ToolTip('Waiting for S4Client.exe...',0,0) ; Tooltip
ProcessWait('S4Client.exe') ; Process
$PID = ProcessExists('S4Client.exe') ; Process
ToolTip('Hack the Game !!!',0,0) ; Tooltip
Sleep(500)
$open = _MemoryOpen($PID)
If GUICtrlRead($Button1) = 1 Then
EndIf
If GUICtrlRead($Button2) = 1 Then
EndIf
ToolTip('Done',0,0) ; Tooltip
ToolTip('',0,0)
_MemoryClose($open)
Exit
EndFunc
Func _Start()
$S4 = 0x00C4912
ProcessWait("S4Client.exe")
ToolTip("S4Client starten ...", 0, 0)
$PID = ProcessExists("S4Client.exe")
$OPEN = _MEMORYOPEN($PID)
_MEMORYWRITE($S4, $OPEN, 99999, "Float")
_MemoryClose($OPEN)
Exit
EndFunc ;==>_Start