|
You last visited: Today at 15:36
Advertisement
helfe ich komm nicht weiter
Discussion on helfe ich komm nicht weiter within the AutoIt forum part of the Coders Den category.
07/25/2010, 13:48
|
#1
|
elite*gold: 0
Join Date: Apr 2010
Posts: 61
Received Thanks: 8
|
helfe ich komm nicht weiter
hallo liebe leute ich versuche ein hack zu machen aber brauche bisschen hilfe
ich kom m mit den Pointer nicht klar ich hab alle pointer und aber ich kan nicht einbauen könnt ihr pls helfen !!!!!!!
PHP Code:
#include <GUIConstants.au3>
#include <Nomadmemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4story hack by Hshield", 246, 285, 304, 164)
GUISetBkColor(0xFFFFFF)
$Label1 = GUICtrlCreateLabel("DMG PHY", 24, 72, 54, 17)
$Label3 = GUICtrlCreateLabel("Invisible", 24, 120, 42, 17)
$Label4 = GUICtrlCreateLabel("DMG Mage", 24, 104, 59, 17)
$Label6 = GUICtrlCreateLabel("No Miss ", 24, 152, 45, 17)
$Label2 = GUICtrlCreateLabel("Skillhack", 24, 176, 47, 17)
$Label5 = GUICtrlCreateLabel("Händler hack", 24, 200, 68, 17)
$Label7 = GUICtrlCreateLabel("Flayhack", 24, 224, 47, 17)
$Button1 = GUICtrlCreateButton("On", 96, 64, 43, 25, 0)
$Button2 = GUICtrlCreateButton("OFF", 136, 64, 43, 25, 0)
$Button3 = GUICtrlCreateButton("On", 96, 96, 43, 25, 0)
$Button4 = GUICtrlCreateButton("OFF", 136, 96, 41, 25, 0)
$Button5 = GUICtrlCreateButton("On", 96, 120, 41, 25, 0)
$Button6 = GUICtrlCreateButton("OFF", 136, 120, 41, 25, 0)
$Button7 = GUICtrlCreateButton("On", 96, 144, 41, 25, 0)
$Button8 = GUICtrlCreateButton("OFF", 136, 144, 41, 25, 0)
$Button9 = GUICtrlCreateButton("On", 96, 168, 41, 25, 0)
$Button10 = GUICtrlCreateButton("OFF", 136, 168, 41, 25, 0)
$Button11 = GUICtrlCreateButton("On", 96, 192, 41, 25, 0)
$Button12 = GUICtrlCreateButton("OFF", 136, 192, 41, 25, 0)
$Button13 = GUICtrlCreateButton("On", 96, 216, 41, 25, 0)
$Button14 = GUICtrlCreateButton("OFF", 136, 216, 41, 25, 0)
$Graphic1 = GUICtrlCreateGraphic(184, 64, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(184, 96, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(184, 120, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(184, 144, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic5 = GUICtrlCreateGraphic(184, 168, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic6 = GUICtrlCreateGraphic(184, 192, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic7 = GUICtrlCreateGraphic(184, 216, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Group1 = GUICtrlCreateGroup("Hack", 16, 40, 225, 241)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label8 = GUICtrlCreateLabel("4Story Wurde Nicht gefunden", 48, 16, 162, 18)
GUICtrlSetFont(-1, 9, 400, 0, "Constantia")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While ProcessExists ("Tclient.exe")= False
Sleep (500)
WEnd
GUICtrlSetColor($labe18,0x00FF00)
GUICtrlSetData ($labe18,"4Story Wurde gefunden")
SetPrivilege("SebDebugPrivilege",1)
$ah_Handle =_Memoryopen($Tclient)
$iv_Address =0x69F190
Local $av_Offset[6]
$av_Offset[0]=0x45C
$av_Offset[1]=0xA20
$open =_memoryOpen (ProcessExists("tclient.exe"))
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button 1
_MemoryWrite($Pointer, $open, 999999)
EndSwitch
WEnd
|
|
|
07/25/2010, 17:45
|
#2
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
Quote:
PHP Code:
Local $av_Offset[6] $av_Offset[0]=0x45C $av_Offset[1]=0xA20
|
Warum ist der Array 6 Felder groß obwohl 2 völlig gereicht hätten?
|
|
|
07/25/2010, 18:37
|
#3
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
Code:
#include <GUIConstants.au3>
#include <Nomadmemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4story hack by Hshield", 246, 285, 304, 164)
GUISetBkColor(0xFFFFFF)
$Label1 = GUICtrlCreateLabel("DMG PHY", 24, 72, 54, 17)
$Label3 = GUICtrlCreateLabel("Invisible", 24, 120, 42, 17)
$Label4 = GUICtrlCreateLabel("DMG Mage", 24, 104, 59, 17)
$Label6 = GUICtrlCreateLabel("No Miss ", 24, 152, 45, 17)
$Label2 = GUICtrlCreateLabel("Skillhack", 24, 176, 47, 17)
$Label5 = GUICtrlCreateLabel("Händler hack", 24, 200, 68, 17)
$Label7 = GUICtrlCreateLabel("Flayhack", 24, 224, 47, 17)
$Button1 = GUICtrlCreateButton("On", 96, 64, 43, 25, 0)
$Button2 = GUICtrlCreateButton("OFF", 136, 64, 43, 25, 0)
$Button3 = GUICtrlCreateButton("On", 96, 96, 43, 25, 0)
$Button4 = GUICtrlCreateButton("OFF", 136, 96, 41, 25, 0)
$Button5 = GUICtrlCreateButton("On", 96, 120, 41, 25, 0)
$Button6 = GUICtrlCreateButton("OFF", 136, 120, 41, 25, 0)
$Button7 = GUICtrlCreateButton("On", 96, 144, 41, 25, 0)
$Button8 = GUICtrlCreateButton("OFF", 136, 144, 41, 25, 0)
$Button9 = GUICtrlCreateButton("On", 96, 168, 41, 25, 0)
$Button10 = GUICtrlCreateButton("OFF", 136, 168, 41, 25, 0)
$Button11 = GUICtrlCreateButton("On", 96, 192, 41, 25, 0)
$Button12 = GUICtrlCreateButton("OFF", 136, 192, 41, 25, 0)
$Button13 = GUICtrlCreateButton("On", 96, 216, 41, 25, 0)
$Button14 = GUICtrlCreateButton("OFF", 136, 216, 41, 25, 0)
$Graphic1 = GUICtrlCreateGraphic(184, 64, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(184, 96, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(184, 120, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic4 = GUICtrlCreateGraphic(184, 144, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic5 = GUICtrlCreateGraphic(184, 168, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic6 = GUICtrlCreateGraphic(184, 192, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Graphic7 = GUICtrlCreateGraphic(184, 216, 49, 25)
GUICtrlSetBkColor(-1,16711680)
$Group1 = GUICtrlCreateGroup("Hack", 16, 40, 225, 241)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label8 = GUICtrlCreateLabel("4Story Wurde Nicht gefunden", 48, 16, 162, 18)
GUICtrlSetFont(-1, 9, 400, 0, "Constantia")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While ProcessExists ("TClient.exe")= False
Sleep (500)
WEnd
GUICtrlSetColor($Label18,0x00FF00)
GUICtrlSetData ($Label18,"4Story wurde gefunden")
Global $Open_Process_ = _MemoryOpen(ProcessExists("TClient.exe"))
$GamePid = ProcessExists ("TClient.exe")
$GameHandle = _MemoryOpen($GamePid)
;GIB MA HIER NOCHMAL DIE BASEADRESSE EIN UND DEFIENIER SIE MIT $BaseAdresse dan sollte dein Hack gehen
Dim $Offset[3]
$Offset[0]=0
$Offset[1]=0x45C
$Offset[2]=0xA20
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button 1
_MemoryPointerWrite($BaseAdresse, $GameHandle, $Offset, 999999)
EndSwitch
WEnd
|
|
|
 |
Similar Threads
|
KOMM NICHT WEITER!!!HILFE!!!!!
08/27/2010 - Metin2 Private Server - 7 Replies
hallo leutre,
ich hab mich in mienen server eingeloggt,doch als ich dann beim russi händler geschaut habe war der shop leer und beim waffenhändler auch.
Was muss ich machen.
hier ist screenhttp://img833.imageshack.us/img833/7161/item shopproblem.png
bitte helft mir.
helfer bekommt natürlich thx
|
D2NT TheBluebird v1.1 --> komm nicht weiter
05/02/2010 - Diablo 2 - 5 Replies
ich find einfach nicht den befehl das man den game name ändert und des pw raus macht wen man offene gams machen will , kann mir jemand dabei helfen ??
|
Hilfe komm nicht weiter
12/07/2009 - Metin2 Private Server - 0 Replies
Hallo,
Bin grade dabei einen server zu machen ich habe die files und so doch ich komme iwi nicht weiter mit accs erstellen und das der auf hamachi leuft glaub wegen portmaps oder so kp.
wollte fragen obmir jemand helfen kann und es mir über skype und teamviewer erklären kann.
meine skype addi ist: XxSo0nyxX
msn: [email protected]
könnte uach auf nen Ts server kommen
|
Komm nicht weiter :( Longjuyt2
07/31/2009 - Metin2 Private Server - 7 Replies
Hi hab nen 69er wasu
mach kaum dmg und habe kaum deff <.<
komme einfach nicht mehr weiter
wie komm ich an yang?
|
Hilfe bei Modelchange, komm nicht weiter!
02/15/2008 - World of Warcraft - 7 Replies
Naja ich hab eben mal ein wenig gebastelt da ich umbedingt einen Undead haben wollte und mein Charakter ein Taure ist muss ich wohl oder übel modelchangen :)...
Nun hab ich das auch im großen und ganzen hingekriegt aber einiges "kotzt" mich an... aber seht selbst! :(
http://www.abload.de/thumb/hilfehilfelolold7k.jpg
|
All times are GMT +1. The time now is 15:37.
|
|