Ich verstehe nicht was ich falsch mache O_o , es handelt sich hier um ein Minigamehack O_o ( Habs von TUT von tehcoding) Hier der error :
[Only registered and activated users can see links. Click Here To Register...]
Script :
[Only registered and activated users can see links. Click Here To Register...]
Script :
Quote:
PHP Code:#RequireAdmin
#Include <cgcv.au3>
#include <pointer.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 509, 199, 192, 124)
$Button1 = GUICtrlCreateButton("PunkteHacken", 104, 32, 331, 121, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Case $Punktehackan
$Adresse = 0x04E5F08
$Prozess = _memoryopen(ProcessExists("NostaleX.dat"))
_MemoryASMWrite($Adresse,“81C2 0F270000“,$Prozess)