hallo liebe leute ich versuche ein hack zu machen aber brauche bisschen hilfe
ich kom m mit den Pointer nicht klar ich hab alle pointer und aber ich kan nicht einbauen könnt ihr pls helfen !!!!!!!
ich kom m mit den Pointer nicht klar ich hab alle pointer und aber ich kan nicht einbauen könnt ihr pls helfen !!!!!!!
PHP Code:
#include <GUIConstants.au3>
#include <Nomadmemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4story hack by Hshield", 246, 285, 304, 164)
GUISetBkColor(0xFFFFFF)
$Label1 = GUICtrlCreateLabel("DMG PHY", 24, 72, 54, 17)
$Label3 = GUICtrlCreateLabel("Invisible", 24, 120, 42, 17)
$Label4 = GUICtrlCreateLabel("DMG Mage", 24, 104, 59, 17)
$Label6 = GUICtrlCreateLabel("No Miss ", 24, 152, 45, 17)
$Label2 = GUICtrlCreateLabel("Skillhack", 24, 176, 47, 17)
$Label5 = GUICtrlCreateLabel("Händler hack", 24, 200, 68, 17)
$Label7 = GUICtrlCreateLabel("Flayhack", 24, 224, 47, 17)
$Button1 = GUICtrlCreateButton("On", 96, 64, 43, 25, 0)
$Button2 = GUICtrlCreateButton("OFF", 136, 64, 43, 25, 0)
$Button3 = GUICtrlCreateButton("On", 96, 96, 43, 25, 0)
$Button4 = GUICtrlCreateButton("OFF", 136, 96, 41, 25, 0)
$Button5 = GUICtrlCreateButton("On", 96, 120, 41, 25, 0)
$Button6 = GUICtrlCreateButton("OFF", 136, 120, 41, 25, 0)
$Button7 = GUICtrlCreateButton("On", 96, 144, 41, 25, 0)
$Button8 = GUICtrlCreateButton("OFF", 136, 144, 41, 25, 0)
$Button9 = GUICtrlCreateButton("On", 96, 168, 41, 25, 0)
$Button10 = GUICtrlCreateButton("OFF", 136, 168, 41, 25, 0)
$Button11 = GUICtrlCreateButton("On", 96, 192, 41, 25, 0)
$Button12 = GUICtrlCreateButton("OFF", 136, 192, 41, 25, 0)
$Button13 = GUICtrlCreateButton("On", 96, 216, 41, 25, 0)
$Button14 = GUICtrlCreateButton("OFF", 136, 216, 41, 25, 0)
$Graphic1 = GUICtrlCreateGraphic(184, 64, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(184, 96, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(184, 120, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(184, 144, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic5 = GUICtrlCreateGraphic(184, 168, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic6 = GUICtrlCreateGraphic(184, 192, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic7 = GUICtrlCreateGraphic(184, 216, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Group1 = GUICtrlCreateGroup("Hack", 16, 40, 225, 241)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label8 = GUICtrlCreateLabel("4Story Wurde Nicht gefunden", 48, 16, 162, 18)
GUICtrlSetFont(-1, 9, 400, 0, "Constantia")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While ProcessExists ("Tclient.exe")= False
Sleep (500)
WEnd
GUICtrlSetColor($labe18,0x00FF00)
GUICtrlSetData ($labe18,"4Story Wurde gefunden")
SetPrivilege("SebDebugPrivilege",1)
$ah_Handle =_Memoryopen($Tclient)
$iv_Address =0x69F190
Local $av_Offset[6]
$av_Offset[0]=0x45C
$av_Offset[1]=0xA20
$open =_memoryOpen (ProcessExists("tclient.exe"))
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button 1
_MemoryWrite($Pointer, $open, 999999)
EndSwitch
WEnd