Hallo Leute ich hab ein Problem Mit autoit
den ich wei nicht wie man die pointer einbaut und wen ich hack start und 4story komm immer so ein erro das in der line 48 ein fehler ist Könnte mir einer pls helfen
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <nomadMemory.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4story hack by hshield", 395, 220, 338, 293)
GUISetBkColor(0x00FFFF)
$Label1 = GUICtrlCreateLabel("DamgeHack", 56, 64, 97, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Label2 = GUICtrlCreateLabel("Speedhack", 56, 136, 92, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Label3 = GUICtrlCreateLabel(" NoMisshack", 56, 104, 93, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Label4 = GUICtrlCreateLabel("InviHack ", 64, 168, 59, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Button1 = GUICtrlCreateButton("ON", 152, 64, 49, 25, 0)
$Button2 = GUICtrlCreateButton("OFF", 208, 64, 49, 25, 0)
$Button3 = GUICtrlCreateButton("ON", 152, 96, 49, 25, 0)
$Button4 = GUICtrlCreateButton("OFF", 208, 96, 49, 25, 0)
$Button5 = GUICtrlCreateButton("ON", 152, 128, 49, 25, 0)
$Button6 = GUICtrlCreateButton("OFF", 208, 128, 49, 25, 0)
$Button7 = GUICtrlCreateButton("ON", 152, 160, 49, 25, 0)
$Button8 = GUICtrlCreateButton("OFF", 208, 160, 49, 25, 0)
$Graphic1 = GUICtrlCreateGraphic(272, 64, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(272, 96, 57, 25)
GUICtrlSetColor(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(273, 128, 55, 25)
GUICtrlSetColor(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(272, 160, 57, 25)
GUICtrlSetColor(-1,16711680)
$Label5 = GUICtrlCreateLabel("4Story wurde nicht gefunden !", 88, 16, 205, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While ProcessExists ("TClient.exe")=False
Sleep(700)
WEnd
GUICtrlSetColor($Label5,0x00FF00)
GUICtrlSetData ($Label5,"4story wurde gefunden!")
$Open = _MemoryOpen(ProcessExists("TClient.exe"))
While 1
$NMG = GUIGetMsg()
Switch $NMG
Case $GUI_EVENT_CLOSE Hir mus was faslch sein hab keine anung
Exit
Case $Button1
_MemoryWrite(
EndSwitch
WEnd
Könnt ihr pls helfen wie man pointer einbaut und wie ich den problem lösen kan






?