#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4story by HShield", 309, 177, 376, 408)
GUISetBkColor(0x0066CC)
$Label1 = GUICtrlCreateLabel("DamgeHack", 32, 64, 64, 17)
$Label2 = GUICtrlCreateLabel("SpeedHack", 32, 88, 61, 17)
$Label3 = GUICtrlCreateLabel("InviHack", 32, 112, 47, 17)
$Label4 = GUICtrlCreateLabel("NoMiss", 32, 136, 39, 17)
$Button1 = GUICtrlCreateButton("ON", 120, 64, 41, 17, 0)
$Button2 = GUICtrlCreateButton("OFF", 176, 64, 41, 17, 0)
$Button3 = GUICtrlCreateButton("ON", 120, 88, 41, 17, 0)
$Button4 = GUICtrlCreateButton("OFF", 176, 88, 41, 17, 0)
$Button5 = GUICtrlCreateButton("ON", 120, 112, 41, 17, 0)
$Button6 = GUICtrlCreateButton("OFF", 176, 112, 41, 17, 0)
$Button7 = GUICtrlCreateButton("ON", 120, 136, 41, 17, 0)
$Button8 = GUICtrlCreateButton("OFF", 176, 136, 41, 17, 0)
$Graphic1 = GUICtrlCreateGraphic(232, 64, 41, 17)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(232, 88, 41, 17)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(232, 112, 41, 17)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(232, 136, 41, 17)
GUICTRLSETBKCOLOR(-1,16711680)
$Label5 = GUICtrlCreateLabel("4Story Nicht Gefunden", 72, 16, 157, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
while ProcessExists("TClient.exe")=False
sleep(200)
WEnd
GUICTRLSETBKCOLOR($Label5,0x00FF00)
GUICtrlSetData ($Label5,"4Story Gefunden")
$open = _MemoryOpen(ProcessExists("TClient.exe"))
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Case $Button2
Case $Button3
Case $Button4
Case $Button5
Case $Button6
Case $Button7
Case $Button8
Case $Graphic1
Case $Graphic2
Case $Graphic3
Case $Graphic4
EndSwitch
WEnd
kan jemand ein beispiel machen wie ich ein pointer rein baue pls