|
You last visited: Today at 05:54
Advertisement
Problem beim Coden
Discussion on Problem beim Coden within the AutoIt forum part of the Coders Den category.
06/09/2010, 15:38
|
#16
|
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
|
So wars bei mir : o
Btw für die Base auf den Pointer klicken und S4Client+.... adden die Adresse die rauskommt nehmen
Code:
#include <Pointer.au3>
Global $pid=ProcessExists("NostaleX.dat");
If $pid = 0 Then Exit
SetPrivilege("SeDebugPrivilege", 1)
Global $ah_Handle1 = _MemoryOpen($pid)
Global $iv_Adress1=0x00797100
Dim $av_Offset2[2];
$av_Offset2[0]=0;
$av_Offset2[1]=0x6D
EndFunc
Global $ReadSitz = _MemoryPointerRead($iv_Adress1,$ah_Handle1,$av_Offset2)
|
|
|
06/09/2010, 15:42
|
#17
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
und das geht ? die 4iv_adress1 soll die Baseadresses ein? und die Offsets drunter einfach offset oder?
|
|
|
06/09/2010, 15:58
|
#18
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
-.- geht nicht
jetzt habe ich 2 probleme :
1. Wie mache ich das das er nachdem er 4StoryEG gestartet hat direkt dannach den Hack startet darunter weil das geht iwie nicht bei mir obwohl gehn sollte.
2.Wieso geht das immernoch nicht mit den Pointer usw unten was mache ich falsch ( ist nur speed eingebaut):
Code:
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>
#RequireAdmin
SetPrivilege("SeDebugPrivilege",1)
If NOT ProcessExists ("TClient.exe") Then
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4StoryEG MultiHack v1.0 by italien1995 feat. Pascal", 299, 288, 346, 120)
GUISetIcon("C:\Users\3troniX\Desktop\beta_v.5_by_Trojan4.exe")
$Icon1 = GUICtrlCreateIcon("C:\Users\3troniX\Desktop\beta_v.5_by_Trojan4.exe", -1, 80, 8, 120, 112, BitOR($SS_NOTIFY,$WS_GROUP))
GUICtrlCreateLabel("Um den Hack zu Starten musst du erst 4StoryEG starten!", 24, 168, 272, 17)
$Label1 = GUICtrlCreateLabel("Klicke auf 4Story EG starten um das Spiel zu starten.", 32, 136, 252, 17)
$Button1 = GUICtrlCreateButton("4StoryEG starten!", 72, 200, 153, 57, $WS_GROUP)
GUICtrlSetFont(-1, 14, 800, 0, "Candara")
$Label2 = GUICtrlCreateLabel("italien1995 <33", 8, 264, 76, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 2
$nMsg1 = GUIGetMsg()
Switch $nMsg1
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Msgbox (64,"4StoryEG MultiHack v1.0 by italien1995 feat. Pascal","4StoryEG wird in kürze gestartet!")
ShellExecute ("4Story.exe","","C:\Program Files\4StoryEG")
WinWaitActive("4Story_US")
Exit
EndSwitch
WEnd
EndIf
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>
#RequireAdmin
SetPrivilege("SeDebugPrivilege",1)
$Form1 = GUICreate("4StoryEG MultiHack v1.0 by italien1995 feat. Pascal", 656, 365, 192, 126)
GUISetIcon("C:\Users\3troniX\Desktop\beta_v.5_by_Trojan4.exe")
GUISetBkColor(0x0000FF)
$Label1 = GUICtrlCreateLabel("Damage Phisik", 24, 56, 75, 17)
$Label2 = GUICtrlCreateLabel("Damage Magic", 24, 88, 76, 17)
$Label3 = GUICtrlCreateLabel("Invisible", 24, 120, 42, 17)
$Label4 = GUICtrlCreateLabel("NoMiss", 24, 152, 39, 17)
$Label5 = GUICtrlCreateLabel("JumpHack", 392, 56, 55, 17)
$Label6 = GUICtrlCreateLabel("Bankierer", 24, 320, 49, 17)
$Label7 = GUICtrlCreateLabel("Verkäufer", 24, 288, 50, 17)
$Label8 = GUICtrlCreateLabel("ChatHack:", 360, 144, 55, 17)
$Label9 = GUICtrlCreateLabel("KingdomHack", 392, 24, 71, 17)
$Label10 = GUICtrlCreateLabel("FlyHack", 392, 88, 43, 17)
$Label11 = GUICtrlCreateLabel("Unbesiegbar", 24, 184, 64, 17)
$Label12 = GUICtrlCreateLabel("Speedhack", 24, 24, 59, 17)
$Input1 = GUICtrlCreateInput("", 96, 24, 121, 21)
$Button1 = GUICtrlCreateButton("On", 224, 24, 25, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Off", 256, 24, 25, 25, $WS_GROUP)
$Button3 = GUICtrlCreateButton("On", 104, 48, 25, 25, $WS_GROUP)
$Button4 = GUICtrlCreateButton("Off", 136, 48, 25, 25, $WS_GROUP)
$Button5 = GUICtrlCreateButton("On", 104, 80, 25, 25, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Off", 136, 80, 25, 25, $WS_GROUP)
$Button7 = GUICtrlCreateButton("On", 104, 112, 25, 25, $WS_GROUP)
$Button8 = GUICtrlCreateButton("Off", 136, 112, 25, 25, $WS_GROUP)
$Button9 = GUICtrlCreateButton("On", 104, 144, 25, 25, $WS_GROUP)
$Button10 = GUICtrlCreateButton("Off", 136, 144, 25, 25, $WS_GROUP)
$Button11 = GUICtrlCreateButton("On", 104, 176, 25, 25, $WS_GROUP)
$Button12 = GUICtrlCreateButton("Off", 136, 176, 25, 25, $WS_GROUP)
$Group1 = GUICtrlCreateGroup("Standard Hacks", 8, 8, 337, 241)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Graphic1 = GUICtrlCreateGraphic(288, 24, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic2 = GUICtrlCreateGraphic(168, 48, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic3 = GUICtrlCreateGraphic(168, 80, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic4 = GUICtrlCreateGraphic(168, 112, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic5 = GUICtrlCreateGraphic(168, 144, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic6 = GUICtrlCreateGraphic(168, 176, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Button13 = GUICtrlCreateButton("All Off", 40, 216, 129, 25, $WS_GROUP)
$Label13 = GUICtrlCreateLabel("Verbunden mit 4StoryEG:", 208, 96, 123, 17)
$Label14 = GUICtrlCreateLabel("Nicht Verbunden", 232, 144, 84, 17)
$Group2 = GUICtrlCreateGroup("Daten", 200, 56, 137, 137)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button14 = GUICtrlCreateButton("On", 88, 280, 25, 25, $WS_GROUP)
$Button15 = GUICtrlCreateButton("Off", 120, 280, 25, 25, $WS_GROUP)
$Button16 = GUICtrlCreateButton("On", 88, 312, 25, 25, $WS_GROUP)
$Button17 = GUICtrlCreateButton("Off", 120, 312, 25, 25, $WS_GROUP)
$Graphic7 = GUICtrlCreateGraphic(152, 280, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic8 = GUICtrlCreateGraphic(152, 312, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Group3 = GUICtrlCreateGroup("Verkaufen und Aufbewahren", 8, 264, 185, 89)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button18 = GUICtrlCreateButton("Derion", 472, 16, 75, 25, $WS_GROUP)
$Button19 = GUICtrlCreateButton("Valorian", 552, 16, 75, 25, $WS_GROUP)
$Button20 = GUICtrlCreateButton("On", 456, 48, 25, 25, $WS_GROUP)
$Button21 = GUICtrlCreateButton("Off", 488, 48, 25, 25, $WS_GROUP)
$Button22 = GUICtrlCreateButton("On", 456, 80, 25, 25, $WS_GROUP)
$Button23 = GUICtrlCreateButton("Off", 488, 80, 25, 25, $WS_GROUP)
$Graphic9 = GUICtrlCreateGraphic(520, 48, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic10 = GUICtrlCreateGraphic(520, 80, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Group4 = GUICtrlCreateGroup("Awsome Hacks", 384, 8, 249, 113)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUICtrlCreateInput("", 424, 144, 121, 21)
$Button24 = GUICtrlCreateButton("On", 552, 144, 25, 25, $WS_GROUP)
$Button25 = GUICtrlCreateButton("Off", 584, 144, 25, 25, $WS_GROUP)
$Graphic11 = GUICtrlCreateGraphic(616, 144, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Group5 = GUICtrlCreateGroup("Chat", 352, 128, 297, 49)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button26 = GUICtrlCreateButton("Credits", 360, 200, 137, 49, $WS_GROUP)
$Label15 = GUICtrlCreateLabel("SkillHack:", 208, 280, 52, 17)
$Label16 = GUICtrlCreateLabel("SkilLevel:", 208, 312, 50, 17)
$Input2 = GUICtrlCreateInput("", 272, 280, 121, 21)
$Input3 = GUICtrlCreateInput("", 272, 312, 121, 21)
$Button27 = GUICtrlCreateButton("On", 400, 280, 25, 25, $WS_GROUP)
$Button28 = GUICtrlCreateButton("Off", 432, 280, 25, 25, $WS_GROUP)
$Button29 = GUICtrlCreateButton("On", 400, 312, 25, 25, $WS_GROUP)
$Button30 = GUICtrlCreateButton("Off", 432, 312, 25, 25, $WS_GROUP)
$Graphic12 = GUICtrlCreateGraphic(464, 280, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic13 = GUICtrlCreateGraphic(464, 312, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Group6 = GUICtrlCreateGroup("Skill", 200, 264, 305, 89)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group7 = GUICtrlCreateGroup("Ersteller", 352, 184, 153, 81)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label17 = GUICtrlCreateLabel("HP", 528, 200, 19, 17)
$Label18 = GUICtrlCreateLabel("Mana", 600, 200, 31, 17)
$Label19 = GUICtrlCreateLabel("1980", 520, 232, 28, 17)
$Label20 = GUICtrlCreateLabel("2221", 600, 232, 28, 17)
$Group8 = GUICtrlCreateGroup("Leben und Mana", 512, 184, 129, 81)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label21 = GUICtrlCreateLabel("4Story Beenden:", 536, 280, 83, 17)
$Button31 = GUICtrlCreateButton("Crash!", 536, 304, 81, 33, $WS_GROUP)
$Group9 = GUICtrlCreateGroup("4StoryEG", 512, 264, 129, 89)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
While ProcessExists("TClient.exe") = False
Sleep ( 700 )
WEnd
GUICTRLSETDATA($Label14,"Verbunden")
Global $pid= ProcessExists("TClient.exe")
If $pid = 0 Then Exit
Global $ah_Handle =_MemoryOpen($pid)
Global $iv_Adress = 0x0686D04
Dim $av_Offset[3]
$av_Offset=0
$av_Offset=0xA08
$av_Offset= 0x9F6
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button31
Processclose("TClient.exe")
Case $Button26
MsgBox(64,"Credits","italien1995 feat. Pascal")
Case $Button1
Global $SpeedAn=_MemoryPointerRead($iv_Adress,$ah_Handle,$av_Offset,$Input1)
GUICtrlSetColor(-1, 0x000000)
GUICTRLSETBKCOLOR($Graphic1,65280)
Case $Button2
Global $SpeedAus=_MemoryPointerRead($iv_Adress,$ah_Handle,$av_Offset,16230)
GUICtrlSetColor(-1, 0x000000)
GUICTRLSETBKCOLOR($Graphic1,16711680)
EndSwitch
WEnd
|
|
|
06/09/2010, 16:33
|
#19
|
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
|
Hab den Fehler
Code:
Dim $av_Offset[3]
$av_Offset=0; wirrrddd zu uuuuuu -> $av_Offset[0]=0
$av_Offset=0xA08; wirrrddd zu uuuuuu -> $av_Offset[1]=0xA08
$av_Offset= 0x9F6 ; wirrrddd zu uuuuuu -> $av_Offset[2]= 0x9F6
Und wie startet ...
ProcessWait("TClient.exe")?
|
|
|
06/09/2010, 17:00
|
#20
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
so teeste gerade ob es jetzt geht...
zum 2 problem ich wil ja das wen das spiel nciht offen ist das da das davor erst kommmt , kommts auch aber ich wil wen dann das spiel offen ist dan der richtige hack aufgeht wie mache ich das^^
|
|
|
06/09/2010, 17:54
|
#21
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
ich danke dir-.- es funkt supper^^ das mit offset war das prob und das ich MemWrite nciht drin hatte.. doch jetzt neues prob alos das der hack dannach nciht startet und das wen ich bei Write/red am ende wo er den wert verändern will $input1 mache passiert nichts stattedesen wen ich 16700 eingebe ist spedhack
Nun habe ich ein neues problem bei: OnehitPhisik und OnehitMagic und zwar, wird der wert wen ich ein monster angreife wieder zurückgesetzt wie baue ich das in meinen script ein das es sich nichtmehr zurücksetzt? Thx schonmal für antworten
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>
#RequireAdmin
SetPrivilege("SeDebugPrivilege",1)
If NOT ProcessExists ("TClient.exe") Then
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4StoryEG MultiHack v1.0 by italien1995 feat. Pascal", 299, 288, 346, 120)
GUISetIcon("C:\Users\3troniX\Desktop\beta_v.5_by_Trojan4.exe")
$Icon1 = GUICtrlCreateIcon("C:\Users\3troniX\Desktop\beta_v.5_by_Trojan4.exe", -1, 80, 8, 120, 112, BitOR($SS_NOTIFY,$WS_GROUP))
GUICtrlCreateLabel("Um den Hack zu Starten musst du erst 4StoryEG starten!", 24, 168, 272, 17)
$Label1 = GUICtrlCreateLabel("Klicke auf 4Story EG starten um das Spiel zu starten.", 32, 136, 252, 17)
$Button1 = GUICtrlCreateButton("4StoryEG starten!", 72, 200, 153, 57, $WS_GROUP)
GUICtrlSetFont(-1, 14, 800, 0, "Candara")
$Label2 = GUICtrlCreateLabel("italien1995 <33", 8, 264, 76, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 2
$nMsg1 = GUIGetMsg()
Switch $nMsg1
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Msgbox (64,"4StoryEG MultiHack v1.0 by italien1995 feat. Pascal","4StoryEG wird in kürze gestartet!")
ShellExecute ("4Story.exe","","C:\Program Files\4StoryEG")
WinWaitActive("4Story_US")
Exit
EndSwitch
WEnd
EndIf
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4Story MiniMultihack v1.0 by Fr0sti", 320, 217, 192, 124)
GUISetIcon("C:\Users\3troniX\Desktop\beta_v.5_by_Trojan4.exe")
$Label1 = GUICtrlCreateLabel("Speedhack", 16, 24, 59, 17)
$Input1 = GUICtrlCreateInput("16700", 88, 24, 121, 21)
$Button1 = GUICtrlCreateButton("On", 216, 24, 25, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Off", 248, 24, 25, 25, $WS_GROUP)
$Graphic1 = GUICtrlCreateGraphic(280, 24, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("NoMiss", 16, 56, 39, 17)
$Label3 = GUICtrlCreateLabel("Invisible", 16, 88, 42, 17)
$Label4 = GUICtrlCreateLabel("Unbesiegbar", 16, 120, 64, 17)
$Label5 = GUICtrlCreateLabel("Damage Phisik", 16, 152, 75, 17)
$Label6 = GUICtrlCreateLabel("Damage Magic", 16, 184, 76, 17)
$Button3 = GUICtrlCreateButton("On", 104, 48, 25, 25, $WS_GROUP)
$Button4 = GUICtrlCreateButton("Off", 136, 48, 25, 25, $WS_GROUP)
$Button5 = GUICtrlCreateButton("On", 104, 80, 25, 25, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Off", 136, 80, 25, 25, $WS_GROUP)
$Button7 = GUICtrlCreateButton("On", 104, 112, 25, 25, $WS_GROUP)
$Button8 = GUICtrlCreateButton("Off", 136, 112, 25, 25, $WS_GROUP)
$Button9 = GUICtrlCreateButton("On", 104, 144, 25, 25, $WS_GROUP)
$Button10 = GUICtrlCreateButton("Off", 136, 144, 25, 25, $WS_GROUP)
$Button11 = GUICtrlCreateButton("On", 104, 176, 25, 25, $WS_GROUP)
$Button12 = GUICtrlCreateButton("Off", 136, 176, 25, 25, $WS_GROUP)
$Graphic2 = GUICtrlCreateGraphic(168, 48, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic3 = GUICtrlCreateGraphic(168, 80, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic4 = GUICtrlCreateGraphic(168, 112, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic5 = GUICtrlCreateGraphic(168, 144, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic6 = GUICtrlCreateGraphic(168, 176, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Group1 = GUICtrlCreateGroup("Hacks", 8, 8, 305, 201)
$Button13 = GUICtrlCreateButton("Credits", 216, 96, 81, 73, $WS_GROUP)
GUICtrlSetFont(-1, 14, 800, 0, "Candara")
$Group2 = GUICtrlCreateGroup("Ersteller", 208, 72, 97, 129)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Global $pid= ProcessExists("TClient.exe")
If $pid = 0 Then Exit
Global $ah_Handle =_MemoryOpen($pid)
Global $iv_Adress = 0x0686D04
Dim $Offset[3]
$Offset[0]=0
$Offset[1]=0xA08
$Offset[2]= 0x9F6
Dim $Offset1[3]
$Offset1[0]=0
$Offset1[1]=0xA08
$Offset1[2]=0x484
Dim $Offset2[3]
$Offset2[0]=0
$Offset2[1]=0xA08
$Offset2[2]=0x480
Dim $Offset3[3]
$Offset3[0]=0
$Offset3[1]=0xA08
$Offset3[2]=0x44C
Dim $Offset4[3]
$Offset4[0]=0
$Offset4[1]=0xA08
$Offset4[2]=0x476
Dim $Offset5[3]
$Offset5[0]=0
$Offset5[1]=0xA08
$Offset5[2]=0x44E
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_MemoryPointerWrite($iv_Adress,$ah_Handle, $Offset,guictrlread($input1) )
_MemoryPointerRead($iv_Adress,$ah_Handle, $Offset,guictrlread($input1) )
GUICtrlSetColor(-1, 0x000000) ;SPEED AN
GUICTRLSETBKCOLOR($Graphic1,65280)
Case $Button2
_MemoryPointerWrite($iv_Adress,$ah_Handle, $Offset, 16230)
_MemoryPointerRead($iv_Adress,$ah_Handle, $Offset, 16230)
GUICtrlSetColor(-1, 0x000000) ; SPEED AUS
GUICTRLSetbKCOLOR($Graphic1,16711680)
Case $Button9
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset1, 99999)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset1, 99999)
GUICtRLSETCOLOR(-1, 0x000000) ;ONEHITPHISIK
GUICTRLSETBKCOLOR($Graphic5,65280)
Case $Button10
_MemoryPointerWrite($iv_Adress, $ah_Handle,$Offset1, 0)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset1, 0)
GUICTRLSETCOLOR(-1,0x000000) ;ONEHITPHISIK AUS
GUICtrlsETBKCOLOR($Graphic5,16711680)
Case $Button11
_MemoryPointerWrite($iv_Adress, $ah_Handle,$Offset2, 99999)
_MemoryPointerRead($iv_Adress, $ah_Handle,$Offset2, 99999)
GUICTRLSEtCOLOR(-1,0x000000)
GUICTRlseTBKCOLOR($Graphic6,65280) ;ONEHITMAGIC
Case $Button12
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset2, 0)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset2, 0)
GUICTRLSEtCOLOR(-1,0x000000) ;ONEHITMAGIC AUS
GUICTRlseTBKCOLOR($Graphic6,16711680)
Case $Button5
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset3, 16842752)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset3, 16842752)
GUICTRLSEtCOLOR(-1,0x000000) ;INVI
GUICTRlseTBKCOLOR($Graphic3,65280)
Case $Button6
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset3, 0)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset3, 0)
GUICTRLSEtCOLOR(-1,0x000000) ;INVI AUS
GUICTRLSETBKCOLOR($Graphic3,16711680)
Case $Button7
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset5, 65793)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset5, 65793)
GUICTRLSETCOLOR(-1,0x000000) ;UNBESIEGBAR
GUICTRLSETBKCOLOR($Graphic4,65280)
Case $Button8
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset5, 0)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset5, 0)
GUICTRLSETCOLOR(-1,0x000000) ; UNBESIEGBAR AUS
GUICTRLSETBKCOLOR($Graphic4,16711680)
Case $Button3
_MemoryPointerWrite($iv_Adress, $ah_Handle,$Offset4, 99999)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset4, 99999)
GUICTRLSETCOLOR(-1,0x000000) ;NOMISS
GUICTRLSETBKCOLOR($Graphic2,65280)
Case $Button4
_MemoryPointerWrite($iv_Adress, $ah_Handle, $Offset4, 0)
_MemoryPointerRead($iv_Adress, $ah_Handle, $Offset4, 0)
Guictrlsetcolor(-1,0x000000) ;NOMISS AUS
GUICTRLSETBKCOLOR($Graphic2,16711680)
Case $Button13
MsgBox(64,"Credits","italien1995")
EndSwitch
WEnd
|
|
|
06/10/2010, 15:41
|
#22
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
#reported
because Double Post
|
|
|
06/10/2010, 17:17
|
#23
|
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
|
Damit es sich nicht umschreibt  ?
Nach dem norm write ein While 1
dann $read1=_MemoryRead...
If $read1<> der Wert den er haben soll
MemorWrite...
Endif
Wend
|
|
|
06/10/2010, 17:22
|
#24
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
wie meinst du das kanste ein beispiel mit meinen achen plsß
Und ich meine z.b. das er den wert 30x in der sekunde ließt dan würde es z.b. gehen weils sich immer zurücksetzt wie mache ich dasß
|
|
|
06/10/2010, 19:39
|
#25
|
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
|
Machs doch so wie ichs beschrieben hab While 1 (dauerschleife)
Dann die Adresse auslesen
Und wenn der Wert anders ist als dein gewünschter Wert dann neu beschreiben
Endif
Wend
|
|
|
06/10/2010, 21:31
|
#26
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
das geht ja nich
|
|
|
06/11/2010, 17:24
|
#27
|
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
|
Das muss gehen
|
|
|
06/11/2010, 17:57
|
#28
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
kay problem hat sich gelöst doch jetzt neues prob da ich cheat engine brauch um pointer rauszufinden und das als hack angezeigt wird immer das spiel beendet gibts irgend nen debugger dafür womit es nicht ausgeht?
|
|
|
06/11/2010, 20:33
|
#29
|
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
|
freeze doch 4Story wenn du suchen willst (process explorer)
|
|
|
06/11/2010, 20:39
|
#30
|
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
|
hää? xD ich will mehr pointer suchen aber CE wird entdeckt wie mache ich das weg auf leichteste methode
|
|
|
 |
|
Similar Threads
|
Hilfe beim coden
04/22/2010 - Kal Online - 6 Replies
Ich weiss das es hier genug leecher und sonstiges gibt, aber vorerst gehöre ich nicht zu denen. Da hier im board ja viele nen Kalbot haben wollte ich fragen ob sich irgendjemand mit mir in verbindung setzen kann und mir helfen kann einen bot zu coden oder für den anfang etwas leichteres- wie gesagt ich erwarte nur hilfe. Ich werde es selbst versuchen weil mich sowas schon seit langem fasziniert. Wäre wirklich freundlich
mfg PuppetMaster : )
|
Hilfe beim Coden
03/27/2010 - WarRock - 11 Replies
Hallo,
Ich habe gerade ein D3D Hack gecodet!
Leider ist der immer Detected..
Kann mir jemand helfen oder kann mir jemand einen empfehlen, der mir dabei helfen könnte?
Danke im Voraus.
|
Probleme beim Coden.
02/12/2010 - WarRock - 24 Replies
Hi ich bin grade meinen 1.WarRock hack am Coden.
Die .dll datei hab ich fertig würd jetz aber gerne den Injektor (.exe datei) machn kann aber CMD nicht speichern ^^
Hilfreicher Post bekommt immer Thanks von mir.
|
Vaettir Bot...NEED HELP beim coden
11/22/2008 - General Coding - 1 Replies
Skillung ist:
1. Glyphe der Schnelligkeit
2.Tödliches Paradoxon
3.Schattenform
4.Ich bin Unaufhaltbar
8.Rückkehr
Der bot startet vor den bjora sümpfen
Gegenstandanvisieren liegt auf "ö"
und Gegenstand ablegen auf "b"
|
All times are GMT +1. The time now is 05:55.
|
|