|
You last visited: Today at 14:37
Advertisement
4story hack mit autoit?
Discussion on 4story hack mit autoit? within the 4Story forum part of the MMORPGs category.
08/10/2010, 23:11
|
#16
|
elite*gold: 0
Join Date: Aug 2010
Posts: 1,074
Received Thanks: 130
|
ich brauche aber diese NomadMemory.au3 datei und da kommt dann ein error.
und ohne diese Datei schließt sich der Hack sofort wenn ich ihn öffne!!
|
|
|
08/10/2010, 23:29
|
#17
|
elite*gold: 0
Join Date: Apr 2010
Posts: 98
Received Thanks: 374
|
ja kla brauchst du ne NomadMemory
des machste mit #include <NomadMemory.au3>
die Memory downloadeste.. dann fügste die in dienen autoit ordner rein.. unter include.. dann haste du und alles passt
mfg
soll ich dir den Link von der NomadMemory.au3 Datei schicken ??
|
|
|
08/11/2010, 01:43
|
#18
|
elite*gold: 95
Join Date: Jul 2009
Posts: 3,543
Received Thanks: 5,065
|
Quote:
Originally Posted by player23454
ja.. ? wieso nicht Hacks mit AutoIt Programmieren ???
ich habe hack 32 bit mit AutoIt gemacht..
Dafür brauchste Bypass von jmd. ...
dann.. musste die Adressen mit CheatEngine suchen daraus Pointer machen... , und diese in Autoit eintragen vor den Adressen 0x hinschreiben.. bei Vista #require Admin..
noch schnell Koda bisschen Form machen und fertig
mfg
|
Quote:
Originally Posted by player23454
ja kla brauchst du ne NomadMemory
des machste mit #include <NomadMemory.au3>
die Memory downloadeste.. dann fügste die in dienen autoit ordner rein.. unter include.. dann haste du und alles passt
mfg
soll ich dir den Link von der NomadMemory.au3 Datei schicken ??
|
besoffen....?
Quote:
Originally Posted by volle14
£2: Ich werd dir jetzt kein Link posten, weil ich dazu jetzt nicht in der Lage bin!
|
XDD
Ansonsten wurde eig. schon alles geklärt... einfach mal auf den Link klicken, den frerer im 2ten Post geschriben hat. Und sonst hilft google einem auch immer weiter.
|
|
|
08/11/2010, 09:47
|
#19
|
elite*gold: 0
Join Date: Aug 2010
Posts: 1,074
Received Thanks: 130
|
Aber ich hab doch diese NomadMemory.au3 im include ordner trotzdem funzt es nich
|
|
|
08/11/2010, 10:03
|
#20
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
zeig mal source
|
|
|
08/11/2010, 10:54
|
#21
|
elite*gold: 0
Join Date: Aug 2010
Posts: 1,074
Received Thanks: 130
|
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Speedhack", 253, 36, 200, 122)
$Button1 = GUICtrlCreateButton("On", 160, 8, 25, 17, $WS_GROUP)
GUICtrlSetFont(-1, 8, 400, 0, "Palatino Linotype")
$Button2 = GUICtrlCreateButton("Off", 192, 8, 25, 17, $WS_GROUP)
GUICtrlSetFont(-1, 8, 400, 0, "Palatino Linotype")
$Input1 = GUICtrlCreateInput("", 80, 8, 73, 19)
GUICtrlSetFont(-1, 6, 400, 0, "Palatino Linotype")
$Label1 = GUICtrlCreateLabel("Speedhack", 8, 8, 58, 20)
GUICtrlSetFont(-1, 8, 400, 0, "Palatino Linotype")
$Graphic1 = GUICtrlCreateGraphic(224, 8, 25, 17)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$GamePid1 = ProcessExists ("TClient.exe")
$GameHandle1 = _MemoryOpen($GamePid1)
$BaseAdresse1 = 0x00686D04
Dim $Speedhack[3]
$Speedhack[0]=0
$Speedhack[1]=0xA08
$Speedhack[2]= 0x9F6
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
AdlibRegister("_Speedhack", 20)
Case $Button2
AdlibUnRegister("_Speedhack")
_MemoryPointerWrite($BaseAdresse1,$GameHandle1,$Sp eedhack, 16230)
GUICtrlSetBkColor($Graphic1, 16711680)
EndSwitch
WEnd
Func _Speedhack()
_MemoryPointerWrite($BaseAdresse1,$GameHandle1,$Sp eedhack, GUICtrlRead($Input1))
GUICtrlSetBkColor($Graphic1, 65280)
EndFunc
|
|
|
08/11/2010, 10:57
|
#22
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Speedhack", 253, 36, 200, 122)
$Button1 = GUICtrlCreateButton("On", 160, 8, 25, 17, $WS_GROUP)
GUICtrlSetFont(-1, 8, 400, 0, "Palatino Linotype")
$Button2 = GUICtrlCreateButton("Off", 192, 8, 25, 17, $WS_GROUP)
GUICtrlSetFont(-1, 8, 400, 0, "Palatino Linotype")
$Input1 = GUICtrlCreateInput("", 80, 8, 73, 19)
GUICtrlSetFont(-1, 6, 400, 0, "Palatino Linotype")
$Label1 = GUICtrlCreateLabel("Speedhack", 8, 8, 58, 20)
GUICtrlSetFont(-1, 8, 400, 0, "Palatino Linotype")
$Graphic1 = GUICtrlCreateGraphic(224, 8, 25, 17)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$GamePid1 = ProcessExists ("TClient.exe")
$GameHandle1 = _MemoryOpen($GamePid1)
$BaseAdresse1 = 0x00686D04
Dim $Speedhack[3]
$Speedhack[0]=0
$Speedhack[1]=0xA08
$Speedhack[2]= 0x9F6
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
AdlibRegister("_Speedhack", 20)
Case $Button2
AdlibUnRegister("_Speedhack")
_MemoryPointerWrite($BaseAdresse1,$GameHandle1,$Speedhack, 16230)
GUICtrlSetBkColor($Graphic1, 16711680)
EndSwitch
WEnd
ok was geht daran nicht  ?
|
|
|
08/11/2010, 11:02
|
#23
|
elite*gold: 0
Join Date: Aug 2010
Posts: 1,074
Received Thanks: 130
|
es kommt dann error:#include <NomadMemory.au3>
|
|
|
Similar Threads
|
[AutoIT] 4story bypass in ein hack
08/09/2010 - AutoIt - 6 Replies
Hi wollte fragen wie ich in autoit in einem hack ein bypass reinbauen
kann damit man nicht immer netzwerkfehler bekommt bitte um hilfe
dringent!
|
4story hack Autoit !!
07/10/2010 - AutoIt - 8 Replies
Hallo Leute ich hab ein Problem Mit autoit
den ich wei nicht wie man die pointer einbaut und wen ich hack start und 4story komm immer so ein erro das in der line 48 ein fehler ist Könnte mir einer pls helfen
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <nomadMemory.au3>
#include <WindowsConstants.au3>
|
All times are GMT +1. The time now is 14:38.
|
|