habe noch ein broplehm mit einen trainer den ich erstellen möchet,
kommt immer AutoIt Error
fehlermeldung !!!
Line14 (file"C:\User\manuel\Desktop\AutoIt v3 Scribt (trainer for s4):"
#include<NomadMemory.au3>
Error: Error opening the file
kann es sein das ich ein fehler in der zeile 14 habe. mfg
kommt immer AutoIt Error
fehlermeldung !!!
Line14 (file"C:\User\manuel\Desktop\AutoIt v3 Scribt (trainer for s4):"
#include<NomadMemory.au3>
Error: Error opening the file
kann es sein das ich ein fehler in der zeile 14 habe. mfg
HTML Code:
#RequireAdmin #include <NomadMemory.au3> #include <GUIConstants.au3> Const $ SE_PRIVILEGE_ENABLED = 0x0002 $Form1_1 = GUICreate("S4 League Hack", 293, 445, 214, 138) $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, 176, 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("Thread on Epvp*", 160, 232, 115, 41, 0) $Button3 = GUICtrlCreateButton("Createt By Dark_Elite", 8, 280, 275, 33, 0) $Button4 = GUICtrlCreateButton("Give me a THANX", 8, 384, 275, 49, 0) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case -3 Exit Case $Button1 _Start() EndSwitch WEnd 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