EG Hack HILFE

12/04/2010 12:20 Bl4ckH4ck3r#1
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
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"318131192124)
$Button1 GUICtrlCreateButton("ON"80144933$WS_GROUP)
$Button2 GUICtrlCreateButton("OFF"136244933$WS_GROUP)
$Button3 GUICtrlCreateButton("ON"0964933$WS_GROUP)
$Button4 GUICtrlCreateButton("OFF"56964933$WS_GROUP)
$Button5 GUICtrlCreateButton("ON"02004933$WS_GROUP)
$Button6 GUICtrlCreateButton("OFF"562004933$WS_GROUP)
$Button7 GUICtrlCreateButton("ON"136964933$WS_GROUP)
$Button8 GUICtrlCreateButton("OFF"192964933$WS_GROUP)
$Button9 GUICtrlCreateButton("ON"02724933$WS_GROUP)
$Button10 GUICtrlCreateButton("OFF"562724933$WS_GROUP)
$Button11 GUICtrlCreateButton("ON"1361844933$WS_GROUP)
$Button12 GUICtrlCreateButton("OFF"1921844933$WS_GROUP)
$Button13 GUICtrlCreateButton("Valo"1362644933$WS_GROUP)
$Button14 GUICtrlCreateButton("Deri"1922644933$WS_GROUP)
$Input1 GUICtrlCreateInput("16700"0244921)
$Label1 GUICtrlCreateInput("Speed"005217)
$Label2 GUICtrlCreateLabel("One Hit"0725217)
$Label3 GUICtrlCreateLabel("No Miss"136725217)
$Label4 GUICtrlCreateLabel("Skill Hack"01525217)
$Label5 GUICtrlCreateLabel("Unbesiegbar"02485217)
$Label6 GUICtrlCreateLabel("Händler"1361605217)
$Label7 =GUICtrlCreateLabel("Kingdom Hack"1362405217)
$Input4 GUICtrlCreateInput("Skill Value"01766521)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$open _MemoryOpen(ProcessExists("TClient.exe"))
Global 
$base 0x00686d04
Global $offis[3] = [00xA080x9F6]
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 
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
12/04/2010 19:11 .-Frerer#2
Ich würde es so machen:
PHP Code:
#include <ButtonConstants.au3> 
#include <EditConstants.au3> 
#include <GUIConstantsEx.au3> 
#include <WindowsConstants.au3> 
#include <Pointer.au3> 

$Form1_1 GUICreate("4Story"318131192124
$Button1 GUICtrlCreateButton("ON"80144933$WS_GROUP
$Button2 GUICtrlCreateButton("OFF"136244933$WS_GROUP
$Button3 GUICtrlCreateButton("ON"0964933$WS_GROUP
$Button4 GUICtrlCreateButton("OFF"56964933$WS_GROUP
$Button5 GUICtrlCreateButton("ON"02004933$WS_GROUP
$Button6 GUICtrlCreateButton("OFF"562004933$WS_GROUP
$Button7 GUICtrlCreateButton("ON"136964933$WS_GROUP
$Button8 GUICtrlCreateButton("OFF"192964933$WS_GROUP
$Button9 GUICtrlCreateButton("ON"02724933$WS_GROUP
$Button10 GUICtrlCreateButton("OFF"562724933$WS_GROUP
$Button11 GUICtrlCreateButton("ON"1361844933$WS_GROUP
$Button12 GUICtrlCreateButton("OFF"1921844933$WS_GROUP
$Button13 GUICtrlCreateButton("Valo"1362644933$WS_GROUP
$Button14 GUICtrlCreateButton("Deri"1922644933$WS_GROUP
$Input1 GUICtrlCreateInput("16700"0244921
$Label1 GUICtrlCreateInput("Speed"005217
$Label2 GUICtrlCreateLabel("One Hit"0725217
$Label3 GUICtrlCreateLabel("No Miss"136725217
$Label4 GUICtrlCreateLabel("Skill Hack"01525217
$Label5 GUICtrlCreateLabel("Unbesiegbar"02485217
$Label6 GUICtrlCreateLabel("Händler"1361605217
$Label7 =GUICtrlCreateLabel("Kingdom Hack"1362405217
$Input4 GUICtrlCreateInput("Skill Value"01766521
GUISetState(@SW_SHOW
$open _MemoryOpen(ProcessExists("TClient.exe")) 
$base 0x00686d04 
Dim $offisspeed
[3] = [00xA080x9F6
Dim $offisdmg[3] = [0,0xA08,0x000]
While 

    $nMsg 
GUIGetMsg() 
    Switch 
$nMsg 
        
Case $GUI_EVENT_CLOSE 
            
Exit 

        Case 
$Button1 
             AdlibRegister
("speed",20)

        Case 
$Button2 
             AdlibUnRegister
("speed")
            
_MemoryPointerWrite($base,$open,$offisspeed,"16230"

        Case 
$Button3 
             AdlibRegister
("dmg",20)
    EndSwitch 
WEnd  

Func dmg
()
_MemoryPointerWrite($base,$open,$offisdmg,GuiCtrlRead($Input2))
EndFunc
Func speed
()
_MemoryPointerWrite($base,$open,$offisspeed,GUICtrlRead($Input1)) 
EndFunc 
usw...
Musste eben ergänzen und einfügen. Teleport, sähe wie folgt aus:

PHP Code:
_MemoryPointerWrite($base,$open,$offistele,GuICtrlRead($xinput),"float"
Und das gleiche mit Y oder Z. Ansonsten schau mal beim Open Source Thread (Unser 4 4Story Teamwork) oder in der AutoIt Section. Dort passt das eher rein.^^
12/05/2010 11:03 Bl4ckH4ck3r#3
aha ok thx wirst dann in hack genannt :)