Hallo Erst mal
Ich versuch grad ein hack für 4story DE zu machen aber ich schaf es nicht mit den Pointer hab alle Pointer Gescuht und gefunden aber weis nicht wie ich die einbaue kan jemand helfen wäre sehr Nett
Ich versuch grad ein hack für 4story DE zu machen aber ich schaf es nicht mit den Pointer hab alle Pointer Gescuht und gefunden aber weis nicht wie ich die einbaue kan jemand helfen wäre sehr Nett
HTML Code:
#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <NomadMemory.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("4Story hack By HShield :D ", 312, 477, 196, 110) $Label1 = GUICtrlCreateLabel("Damge Hack ", 16, 88, 70, 17) $Label2 = GUICtrlCreateLabel("No Miss ", 32, 120, 45, 17) $Label3 = GUICtrlCreateLabel("Fly hack ", 16, 152, 47, 17) $Label4 = GUICtrlCreateLabel("Invisible ", 24, 184, 45, 17) $Label5 = GUICtrlCreateLabel("Skill Hack", 24, 224, 52, 17) $Label6 = GUICtrlCreateLabel("Skill LVL hack ", 24, 248, 75, 17) $Label7 = GUICtrlCreateLabel("ChatHack ", 24, 296, 55, 17) $Label8 = GUICtrlCreateLabel("King dom hack ", 24, 360, 78, 17) $Label9 = GUICtrlCreateLabel("Damge hack Mage", 16, 400, 95, 17) $Label10 = GUICtrlCreateLabel("unbesiegbar ", 24, 440, 65, 17) $Button1 = GUICtrlCreateButton("ON", 112, 80, 41, 25, 0) $Button2 = GUICtrlCreateButton("OFF", 160, 80, 41, 25, 0) $Button3 = GUICtrlCreateButton("ON", 112, 112, 41, 25, 0) $Button4 = GUICtrlCreateButton("OFF", 160, 112, 41, 25, 0) $Button5 = GUICtrlCreateButton("ON", 112, 144, 41, 25, 0) $Button6 = GUICtrlCreateButton("OFF", 160, 144, 43, 25, 0) $Button7 = GUICtrlCreateButton("ON", 112, 176, 41, 25, 0) $Button8 = GUICtrlCreateButton("OFF", 160, 176, 41, 25, 0) $Button9 = GUICtrlCreateButton("ON", 192, 216, 35, 25, 0) $Button10 = GUICtrlCreateButton("OFF", 232, 216, 35, 25, 0) $Input1 = GUICtrlCreateInput("905", 104, 224, 81, 21) $Input2 = GUICtrlCreateInput("99999999", 104, 248, 81, 21) $Button11 = GUICtrlCreateButton("ON", 192, 248, 33, 25, 0) $Button12 = GUICtrlCreateButton("OFF", 232, 248, 33, 25, 0) $Button13 = GUICtrlCreateButton("ON", 112, 296, 43, 25, 0) $Button14 = GUICtrlCreateButton("OFF", 160, 296, 41, 25, 0) $Button15 = GUICtrlCreateButton("valo", 112, 352, 43, 25, 0) $Button16 = GUICtrlCreateButton("deri", 160, 352, 41, 25, 0) $Button17 = GUICtrlCreateButton("ON", 112, 392, 41, 25, 0) $Button18 = GUICtrlCreateButton("OFF", 160, 392, 41, 25, 0) $Button19 = GUICtrlCreateButton("ON", 112, 432, 41, 25, 0) $Button20 = GUICtrlCreateButton("OFF", 160, 432, 41, 25, 0) $Label11 = GUICtrlCreateLabel("4Story nicht Gefunden !!!!!", 40, 24, 221, 27) GUICtrlSetFont(-1, 14, 400, 0, "Constantia") $Graphic1 = GUICtrlCreateGraphic(256, 80, 41, 25) GUICtrlSETBKColor (-1,16711680) $Graphic2 = GUICtrlCreateGraphic(256, 112, 41, 25) GUICtrlSETBKColor (-1,16711680) $Graphic3 = GUICtrlCreateGraphic(256, 144, 41, 25) GUICtrlSETBKColor (-1,16711680) $Graphic4 = GUICtrlCreateGraphic(256, 176, 41, 25) GUICtrlSETBKColor (-1,16711680) $Graphic5 = GUICtrlCreateGraphic(264, 248, 33, 25) GUICtrlSETBKColor (-1,16711680) $Graphic6 = GUICtrlCreateGraphic(264, 216, 33, 25) GUICtrlSETBKColor (-1,16711680) $Graphic7 = GUICtrlCreateGraphic(216, 296, 41, 25) GUICtrlSETBKColor (-1,16711680) $Graphic8 = GUICtrlCreateGraphic(216, 352, 41, 25) GUICtrlSETBKColor (-1,16711680) $Graphic9 = GUICtrlCreateGraphic(216, 384, 44, 28) GUICtrlSETBKColor (-1,16711680) $Graphic10 = GUICtrlCreateGraphic(216, 432, 41, 25) GUICtrlSETBKColor (-1,16711680) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### Global $Pointer = 0x69f190 Global $Open = _MemoryOpen(ProcessExists("bla.exe")) Global $Offset[3] = [0xa20, 0x45c] GUICtrlSetColor ($label11,0x00AA00) GUICtrlSetData ($label11,"4Story nicht Gefunden !!!!!") While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE case $Button1 _MemoryPointerWrite($Pointer, $Open, $Offset,999999) GUICtrlSETBKColor ($Graphic1,65280) case $Button2 _MemoryPointerWrite($Pointer, $Open, $Offset, 0) GUICtrlSETBKColor ($Graphic1,16711680) Exit