Danke an dich für dich Pointer :D
Hast en Thanks
xD
Geile Pointer
Hast en Thanks
xD
Geile Pointer
Global $offis[3] = [0, 0xA08, 0x9F6]
Global $offis[3] = [0, 0xA08, 0x474]
#include <GUIConstants.au3>
#include <Pointer.au3>
#NoTrayIcon
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4storyEG Hack", 516, 253, 248, 129)
GUISetBkColor(0xA6CAF0)
$Group1 = GUICtrlCreateGroup("Standart Hacks", 8, 16, 241, 201)
$Label1 = GUICtrlCreateLabel("Speed Hack", 24, 40, 80, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Speed_ON = GUICtrlCreateButton("ON", 24, 64, 33, 25)
$Speed_OFF = GUICtrlCreateButton("OFF", 64, 64, 33, 25)
$Speed_Input = GUICtrlCreateInput("16700", 104, 64, 105, 21)
$DMG_ON = GUICtrlCreateButton("ON", 24, 120, 33, 25)
$Label2 = GUICtrlCreateLabel("DMG Hack", 24, 96, 70, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$DMG_OFF = GUICtrlCreateButton("OFF", 64, 120, 33, 25)
$Label3 = GUICtrlCreateLabel("No Miss Hack", 136, 96, 88, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$No_Miss_ON = GUICtrlCreateButton("ON", 128, 120, 33, 25)
$No_Miss_OFF = GUICtrlCreateButton("OFF", 168, 120, 33, 25)
$Label4 = GUICtrlCreateLabel("Skill Hack", 24, 152, 64, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Skill_ON = GUICtrlCreateButton("ON", 24, 176, 33, 25)
$Skill_Input = GUICtrlCreateInput("Value", 104, 176, 105, 21)
$Skill_OFF = GUICtrlCreateButton("OFF", 64, 176, 33, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Special Hacks", 264, 16, 241, 97)
$Label5 = GUICtrlCreateLabel("Chat Hack", 280, 40, 66, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Chat_ON = GUICtrlCreateButton("ON", 280, 64, 33, 25)
$Chat_OFF = GUICtrlCreateButton("OFF", 320, 64, 33, 25)
$Label6 = GUICtrlCreateLabel("Kingdom Hack", 376, 40, 92, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Kingdom_Deri = GUICtrlCreateButton("Deri", 376, 64, 33, 25)
$Kingdom_Valo = GUICtrlCreateButton("Valo", 416, 64, 33, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$MenuItem1 = GUICtrlCreateMenu("File")
$MenuItem2 = GUICtrlCreateMenuItem("Beenden", $MenuItem1)
$MenuItem3 = GUICtrlCreateMenuItem("© by LittleAnna", $MenuItem1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$open = _MemoryOpen(ProcessExists("TClient.exe"))
Global $base = 0x00686d04
Global $speed[3] = [0, 0xA08, 0x9F6]
Global $dmg_m[3] = [0, 0xA08, 0x480]
Global $dmg_p[3] = [0,0xA08, 0x484]
Global $Skill[3] = [0, 0xA08, 0x474]
Global $king[3] = [0, 0xA08, 0x128]
Global $chat[3] = [0, 0xA08, 0x2c8]
Global $no_miss[3] = [0,0xA08, 0x476]
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $MenuItem2
Exit
Case $Speed_ON
_MemoryPointerWrite($base,$open,$speed,GUICtrlRead($Speed_Input))
Case $Speed_OFF
_MemoryPointerWrite($base,$open,$speed,"16230")
Case $DMG_ON
_MemoryPointerWrite($base,$open,$dmg_m,"999999999")
_MemoryPointerWrite($base,$open,$dmg_p,"999999999")
Case $DMG_OFF
_MemoryPointerWrite($base,$open,$dmg_m,"0")
_MemoryPointerWrite($base,$open,$dmg_p,"0")
Case $No_Miss_ON
_MemoryPointerWrite($base,$open,$no_miss,"999999999")
Case $No_Miss_OFF
_MemoryPointerWrite($base,$open,$no_miss,"0"
Case $Skill_ON
_MemoryPointerWrite($base,$open,$Skill,GUICtrlRead($Skill_Input))
Case $Skill_OFF
_MemoryPointerWrite($base,$open,$Skill,"0")
Case $Chat_ON
_MemoryPointerWrite($base,$open,$chat,"9")
Case $Chat_OFF
_MemoryPointerWrite($base,$open,$chat,"1")
Case $Kingdom_deri
_MemoryPointerWrite($base,$open,$king,"16777215")
Case $Kingdom_valo
_MemoryPointerWrite($base,$open,$king,"16777216")
EndSwitch
WEnd
jo ist bei mir auchQuote:
ok jetzt müste ich ja einen hack skripten können :)
beim chathack stürzt 4story eg ab
und ürgendwie will alles andere bei mir auch nicht xD
hier mal mein Skript
PHP Code:#include <GUIConstants.au3>
#include <Pointer.au3>
#NoTrayIcon
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4storyEG Hack", 516, 253, 248, 129)
GUISetBkColor(0xA6CAF0)
$Group1 = GUICtrlCreateGroup("Standart Hacks", 8, 16, 241, 201)
$Label1 = GUICtrlCreateLabel("Speed Hack", 24, 40, 80, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Speed_ON = GUICtrlCreateButton("ON", 24, 64, 33, 25)
$Speed_OFF = GUICtrlCreateButton("OFF", 64, 64, 33, 25)
$Speed_Input = GUICtrlCreateInput("16700", 104, 64, 105, 21)
$DMG_ON = GUICtrlCreateButton("ON", 24, 120, 33, 25)
$Label2 = GUICtrlCreateLabel("DMG Hack", 24, 96, 70, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$DMG_OFF = GUICtrlCreateButton("OFF", 64, 120, 33, 25)
$Label3 = GUICtrlCreateLabel("No Miss Hack", 136, 96, 88, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$No_Miss_ON = GUICtrlCreateButton("ON", 128, 120, 33, 25)
$No_Miss_OFF = GUICtrlCreateButton("OFF", 168, 120, 33, 25)
$Label4 = GUICtrlCreateLabel("Skill Hack", 24, 152, 64, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Skill_ON = GUICtrlCreateButton("ON", 24, 176, 33, 25)
$Skill_Input = GUICtrlCreateInput("Value", 104, 176, 105, 21)
$Skill_OFF = GUICtrlCreateButton("OFF", 64, 176, 33, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Special Hacks", 264, 16, 241, 97)
$Label5 = GUICtrlCreateLabel("Chat Hack", 280, 40, 66, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Chat_ON = GUICtrlCreateButton("ON", 280, 64, 33, 25)
$Chat_OFF = GUICtrlCreateButton("OFF", 320, 64, 33, 25)
$Label6 = GUICtrlCreateLabel("Kingdom Hack", 376, 40, 92, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Kingdom_Deri = GUICtrlCreateButton("Deri", 376, 64, 33, 25)
$Kingdom_Valo = GUICtrlCreateButton("Valo", 416, 64, 33, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$MenuItem1 = GUICtrlCreateMenu("File")
$MenuItem2 = GUICtrlCreateMenuItem("Beenden", $MenuItem1)
$MenuItem3 = GUICtrlCreateMenuItem("© by LittleAnna", $MenuItem1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$open = _MemoryOpen(ProcessExists("TClient.exe"))
Global $base = 0x00686d04
Global $speed[3] = [0, 0xA08, 0x9F6]
Global $dmg_m[3] = [0, 0xA08, 0x480]
Global $dmg_p[3] = [0,0xA08, 0x484]
Global $Skill[3] = [0, 0xA08, 0x474]
Global $king[3] = [0, 0xA08, 0x128]
Global $chat[3] = [0, 0xA08, 0x2c8]
Global $no_miss[3] = [0,0xA08, 0x476]
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $MenuItem2
Exit
Case $Speed_ON
_MemoryPointerWrite($base,$open,$speed,GUICtrlRead($Speed_Input))
Case $Speed_OFF
_MemoryPointerWrite($base,$open,$speed,"16230")
Case $DMG_ON
_MemoryPointerWrite($base,$open,$dmg_m,"999999999")
_MemoryPointerWrite($base,$open,$dmg_p,"999999999")
Case $DMG_OFF
_MemoryPointerWrite($base,$open,$dmg_m,"0")
_MemoryPointerWrite($base,$open,$dmg_p,"0")
Case $No_Miss_ON
_MemoryPointerWrite($base,$open,$no_miss,"999999999")
Case $No_Miss_OFF
_MemoryPointerWrite($base,$open,$no_miss,"0"
Case $Skill_ON
_MemoryPointerWrite($base,$open,$Skill,GUICtrlRead($Skill_Input))
Case $Skill_OFF
_MemoryPointerWrite($base,$open,$Skill,"0")
Case $Chat_ON
_MemoryPointerWrite($base,$open,$chat,"9")
Case $Chat_OFF
_MemoryPointerWrite($base,$open,$chat,"1")
Case $Kingdom_deri
_MemoryPointerWrite($base,$open,$king,"16777215")
Case $Kingdom_valo
_MemoryPointerWrite($base,$open,$king,"16777216")
EndSwitch
WEnd
#include <GUIConstants.au3>
#include <Pointer.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4Story EG Hack by dragon0660", 503, 346, 193, 125)
$Group1 = GUICtrlCreateGroup("Standart Hacks", 8, 8, 345, 209)
$Input1 = GUICtrlCreateInput("16700", 96, 24, 81, 21)
$Label1 = GUICtrlCreateLabel("Speedhack:", 16, 24, 77, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Button1 = GUICtrlCreateButton("ON", 184, 24, 27, 25)
$Button2 = GUICtrlCreateButton("OFF", 224, 24, 27, 25)
$Button3 = GUICtrlCreateButton("Button3", 248, 40, 1, 9)
$Graphic1 = GUICtrlCreateGraphic(272, 24, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
$Label2 = GUICtrlCreateLabel("OneHit Hack:", 16, 56, 83, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Button4 = GUICtrlCreateButton("ON", 136, 56, 27, 25)
$Button5 = GUICtrlCreateButton("OFF", 184, 56, 25, 25)
$Graphic2 = GUICtrlCreateGraphic(272, 57, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
$Label3 = GUICtrlCreateLabel("NoMiss Hack", 16, 96, 85, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Button6 = GUICtrlCreateButton("ON", 136, 96, 27, 25)
$Button7 = GUICtrlCreateButton("OFF", 184, 96, 25, 25)
$Graphic3 = GUICtrlCreateGraphic(272, 96, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
$Label4 = GUICtrlCreateLabel("Inivisible:", 24, 136, 59, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Button8 = GUICtrlCreateButton("ON", 136, 136, 27, 25)
$Button9 = GUICtrlCreateButton("OFF", 184, 136, 25, 25)
$Graphic4 = GUICtrlCreateGraphic(271, 134, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
$Label5 = GUICtrlCreateLabel("Unbesiegbar:", 16, 176, 86, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Button10 = GUICtrlCreateButton("ON", 136, 176, 27, 25)
$Button11 = GUICtrlCreateButton("OFF", 184, 176, 25, 25)
$Graphic5 = GUICtrlCreateGraphic(269, 171, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Chat Hacks", 16, 232, 121, 105)
$Button12 = GUICtrlCreateButton("Upp Chat", 32, 248, 75, 25)
$Button13 = GUICtrlCreateButton("GM Chat", 32, 288, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("NPC Hacks", 192, 232, 249, 57)
$Button14 = GUICtrlCreateButton("Offen", 264, 248, 35, 25)
$Label6 = GUICtrlCreateLabel("Händler", 200, 248, 52, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Button15 = GUICtrlCreateButton("Schließen", 312, 248, 59, 25)
$Graphic6 = GUICtrlCreateGraphic(390, 246, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$open = _MemoryOpen(ProcessExists("TClient.exe"))
Global $base = 0x00686D04
Global $speed[3] = [0, 0xA08, 0x9F6]
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_MemoryPointerWrite($base, $open, $speed,GUICtrlRead($Input1))
$Graphic1 = GUICtrlCreateGraphic(272, 24, 41, 25)
GUICtrlSetBkColor(-1, 0x00FF00)
Case $Button2
_MemoryPointerWrite($base, $open, $speed,"16230")
$Graphic1 = GUICtrlCreateGraphic(272, 24, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
Case $Button4
$Graphic2 = GUICtrlCreateGraphic(272, 57, 41, 25)
GUICtrlSetBkColor(-1, 0x00FF00)
Case $Button5
$Graphic2 = GUICtrlCreateGraphic(272, 57, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
Case $Button6
$Graphic3 = GUICtrlCreateGraphic(272, 96, 41, 25)
GUICtrlSetBkColor(-1, 0x00FF00)
Case $Button7
$Graphic3 = GUICtrlCreateGraphic(272, 96, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
Case $Button8
$Graphic4 = GUICtrlCreateGraphic(271, 134, 41, 25)
GUICtrlSetBkColor(-1, 0x00FF00)
Case $Button9
$Graphic4 = GUICtrlCreateGraphic(271, 134, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
Case $Button10
$Graphic5 = GUICtrlCreateGraphic(269, 171, 41, 25)
GUICtrlSetBkColor(-1, 0x00FF00)
Case $Button11
$Graphic5 = GUICtrlCreateGraphic(269, 171, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
Case $Button14
$Graphic6 = GUICtrlCreateGraphic(390, 246, 41, 25)
GUICtrlSetBkColor(-1, 0x00FF00)
Case $Button15
$Graphic6 = GUICtrlCreateGraphic(390, 246, 41, 25)
GUICtrlSetBkColor(-1, 0xFF00000)
EndSwitch
WEnd