hi all,
ich hab mich jetzt mal an autoit versucht und hab das TUT von Chillex befolgt
([Only registered and activated users can see links. Click Here To Register...]) bin auch sehr weit gekommen wo jetzt aber die frage ist ob das richtig ist.
Jetzt stecke ich bei Onehit, no miss, skill hack, kingdom, und teleport (wobei ich den teleport überhaupt nich versteh :D )
das is bisher mein script
wer mir hilft und ich den hack fertig bekomme wird auch im hack genannt und bekommt natürlich THX
/EDIT: naja ich schau dann morgen wieder rein freu mich auf eure antworten bd
ich hab mich jetzt mal an autoit versucht und hab das TUT von Chillex befolgt
([Only registered and activated users can see links. Click Here To Register...]) bin auch sehr weit gekommen wo jetzt aber die frage ist ob das richtig ist.
Jetzt stecke ich bei Onehit, no miss, skill hack, kingdom, und teleport (wobei ich den teleport überhaupt nich versteh :D )
das is bisher mein script
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("4Story", 318, 131, 192, 124)
$Button1 = GUICtrlCreateButton("ON", 80, 14, 49, 33, $WS_GROUP)
$Button2 = GUICtrlCreateButton("OFF", 136, 24, 49, 33, $WS_GROUP)
$Button3 = GUICtrlCreateButton("ON", 0, 96, 49, 33, $WS_GROUP)
$Button4 = GUICtrlCreateButton("OFF", 56, 96, 49, 33, $WS_GROUP)
$Button5 = GUICtrlCreateButton("ON", 0, 200, 49, 33, $WS_GROUP)
$Button6 = GUICtrlCreateButton("OFF", 56, 200, 49, 33, $WS_GROUP)
$Button7 = GUICtrlCreateButton("ON", 136, 96, 49, 33, $WS_GROUP)
$Button8 = GUICtrlCreateButton("OFF", 192, 96, 49, 33, $WS_GROUP)
$Button9 = GUICtrlCreateButton("ON", 0, 272, 49, 33, $WS_GROUP)
$Button10 = GUICtrlCreateButton("OFF", 56, 272, 49, 33, $WS_GROUP)
$Button11 = GUICtrlCreateButton("ON", 136, 184, 49, 33, $WS_GROUP)
$Button12 = GUICtrlCreateButton("OFF", 192, 184, 49, 33, $WS_GROUP)
$Button13 = GUICtrlCreateButton("Valo", 136, 264, 49, 33, $WS_GROUP)
$Button14 = GUICtrlCreateButton("Deri", 192, 264, 49, 33, $WS_GROUP)
$Input1 = GUICtrlCreateInput("16700", 0, 24, 49, 21)
$Label1 = GUICtrlCreateInput("Speed", 0, 0, 52, 17)
$Label2 = GUICtrlCreateLabel("One Hit", 0, 72, 52, 17)
$Label3 = GUICtrlCreateLabel("No Miss", 136, 72, 52, 17)
$Label4 = GUICtrlCreateLabel("Skill Hack", 0, 152, 52, 17)
$Label5 = GUICtrlCreateLabel("Unbesiegbar", 0, 248, 52, 17)
$Label6 = GUICtrlCreateLabel("Händler", 136, 160, 52, 17)
$Label7 =GUICtrlCreateLabel("Kingdom Hack", 136, 240, 52, 17)
$Input4 = GUICtrlCreateInput("Skill Value", 0, 176, 65, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$open = _MemoryOpen(ProcessExists("TClient.exe"))
Global $base = 0x00686d04
Global $offis[3] = [0, 0xA08, 0x9F6]
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_MemoryPointerWrite($base,$open,$offis,GUICtrlRead($Input1))
Case $Button2
_MemoryPointerWrite($base,$open,$offis,"16230")
Case $Button3
_MemoryPointerWrite($base,$open,$offis,"")
EndSwitch
WEnd
/EDIT: naja ich schau dann morgen wieder rein freu mich auf eure antworten bd