|
You last visited: Today at 20:13
Advertisement
EG Hack HILFE
Discussion on EG Hack HILFE within the 4Story forum part of the MMORPGs category.
12/04/2010, 12:20
|
#1
|
elite*gold: 0
Join Date: May 2010
Posts: 77
Received Thanks: 23
|
EG Hack HILFE
hi all,
ich hab mich jetzt mal an autoit versucht und hab das TUT von Chillex befolgt
(  ) 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  )
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
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
|
#2
|
elite*gold: 100
Join Date: May 2010
Posts: 2,386
Received Thanks: 3,693
|
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", 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) $open = _MemoryOpen(ProcessExists("TClient.exe")) $base = 0x00686d04 Dim $offisspeed[3] = [0, 0xA08, 0x9F6] Dim $offisdmg[3] = [0,0xA08,0x000] While 1 $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
|
#3
|
elite*gold: 0
Join Date: May 2010
Posts: 77
Received Thanks: 23
|
aha ok thx wirst dann in hack genannt
|
|
|
Similar Threads
|
[HILFE]Brauche HIlfe Um hack Zu erstelln [TuT]
10/20/2010 - S4 League - 5 Replies
WIe Oben schon gesagt wuerde ich gerne fragen wie man eine Guten S4 League hack UND ein Snipe Bot erstellt
Ich wuerde mich Freuen wen Mich jemand per pn oder hier anschreibt und mir es erklert BZW zeigt (per TeamViwer) Zeigen kann
Ich wüde mich Freuen wen mir einer helfen kann ein hack zu erstellen Ohne Viren und Der Auch Mindesten 2 Tage Funst ^^
Wens das falsche section ist SORRY
|
[hilfe]wegen S4league hack erstellen[/hilfe]
06/12/2010 - S4 League - 24 Replies
Hallo,
Ich wollt eienen hack erstellen von bannana crafts anleitung habe auch alles also adressen,KodaCode und AutoIt
jetzt kommt das große ABER
1. wenn ich es starte dann kommt error
2.wo füge ich den eigentlich die adressen ein
wer mir da hilft der kriegt soviele thx bis ich sterbe ò.O ne scherz ich kriegt schon paar Thx hier mal mein Code bis jetzt
|
All times are GMT +1. The time now is 20:13.
|
|