Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 07:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Problem beim Coden

Discussion on Problem beim Coden within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
Problem beim Coden

Hallo liebe community ich spiele seit einiger zeit das spiel 4story und wolte meinen eigenen hack basteln für den privat server... doch hier kom ich nicht weiter und kan mmir nicht erklären wieso pls help o.ô






Quote:
If NOT ProcessExists ("TClient.exe") Then
MsgBox(16,"4StoryEG Hack by Fr0sti u. Electro u. Pascal v1.0","Öffne bitte erst 4StoryEG!")
Exit
EndIf






#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4StoryEG Hack by Fr0sti u. Electro u. Pascal v1.0", 305, 312, 652, 330)
$Label1 = GUICtrlCreateLabel("Speedhack", 40, 32, 59, 17)
$On = GUICtrlCreateButton("On", 112, 24, 25, 25, $WS_GROUP)
$Off = GUICtrlCreateButton("Off", 144, 24, 25, 25, $WS_GROUP)
GUICtrlCreateInput("", 184, 24, 81, 21)
$Label2 = GUICtrlCreateLabel("Invisible", 40, 64, 42, 17)
$O = GUICtrlCreateButton("On", 112, 56, 25, 25, $WS_GROUP)
$Of = GUICtrlCreateButton("Off", 144, 56, 25, 25, $WS_GROUP)
$NoMiss = GUICtrlCreateLabel("NoMiss", 40, 96, 39, 17)
$1 = GUICtrlCreateButton("On", 112, 88, 25, 25, $WS_GROUP)
$2 = GUICtrlCreateButton("Off", 144, 88, 25, 25, $WS_GROUP)
$3 = GUICtrlCreateButton("On", 112, 120, 25, 25, $WS_GROUP)
$4 = GUICtrlCreateButton("Off", 144, 120, 25, 25, $WS_GROUP)
$5 = GUICtrlCreateButton("Off", 144, 152, 25, 25, $WS_GROUP)
$6 = GUICtrlCreateButton("On", 112, 152, 25, 25, $WS_GROUP)
$OneHitMagic = GUICtrlCreateLabel("OneHitMagic", 40, 128, 66, 17)
$OneHitPhisik = GUICtrlCreateLabel("OneHitPhisik", 40, 160, 65, 17)
$Unbesiegbar = GUICtrlCreateLabel("Unbesiegbar", 40, 192, 64, 17)
$Button1 = GUICtrlCreateButton("On", 112, 184, 25, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Off", 144, 184, 25, 25, $WS_GROUP)
GUICtrlCreateGroup("", 24, 8, 249, 217)
$Graphic1 = GUICtrlCreateGraphic(184, 56, 25, 25)
$Graphic2 = GUICtrlCreateGraphic(216, 56, 25, 25)
$Graphic3 = GUICtrlCreateGraphic(216, 88, 25, 25)
$Graphic4 = GUICtrlCreateGraphic(184, 88, 25, 25)
$Graphic5 = GUICtrlCreateGraphic(216, 120, 25, 25)
$Graphic6 = GUICtrlCreateGraphic(184, 120, 25, 25)
$Graphic7 = GUICtrlCreateGraphic(184, 152, 25, 25)
$Graphic8 = GUICtrlCreateGraphic(216, 152, 25, 25)
$Graphic9 = GUICtrlCreateGraphic(272, 216, 1, 9)
$Graphic10 = GUICtrlCreateGraphic(216, 184, 25, 25)
$Graphic11 = GUICtrlCreateGraphic(184, 184, 25, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group1 = GUICtrlCreateGroup("Skillhack", 24, 232, 249, 65)
$Skillhack = GUICtrlCreateLabel("Skillhack", 32, 264, 47, 17)
$Input1 = GUICtrlCreateInput("", 88, 256, 121, 21)
$Cast = GUICtrlCreateButton("Cast", 216, 256, 33, 25, $WS_GROUP)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While ProcessExists("TClient.exe") = False
Sleep ( 700 )

WEnd

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd

#include <NomadMemory.au3>


Global $open =_MemoryOpen(ProcessExists("TClient.exe"))
Global $Pointer = 0x0069D8F0 ;INVISIBLE
Global $Offset[3] = [0, 0xA20, 0x42C ]

While 2
Case $O
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer, $Open, $Offset, 16842753)
GUICTRLSETBKCOLOR($Graphic1,65280)
EndSwitch
WEnd



Global $open1 =_MemoryOpen(ProcessExists("TClient.exe"))
Global $Pointer1 = 0x0069D8F0 ;INVISIBLE AUS
Global $Offset1 [3] = [0, 0xA20, 0x42C ]

While 3
Case $Of
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer1, $Open1, $Offset1,0)
GUICTRLSetbKCOLOR($Graphic2,16711680)
EndSwitch
WEnd


Global $Pointer2 = 0x1DE0F78
Global $Open2 =_MemoryOpen(ProcessExists("TClient.exe")) ;SPEEDHACK
Global $Offset2 [3] = [0, 0x9F6, 0xA08 ]

While 4
Case $On
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer2, $Open2, $Offset2, 16700)
EndSwitch
WEnd


Global $Pointer3 = 0x1DE0F78
Global $Open3 =_MemoryOpen(ProcessExists("TClient.exe")) ;SPEEDHACK AUS
Global $Offset3 [3] = [0, 0x9F6, 0xA08 ]

While 5
Case $Off
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer3, $Open3, $Offset3, 16230)
EndSwitch
WEnd



Global $Pointer4 = 0x1DE09F6
Global $Open4 =_MemoryOpen(ProcessExists("TClient.exe")) ;NOMISS
Global $Offset4 [3] = [0, 0x476, 0xA08 ]

While 6
Case $1
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer4, $Open4, $Offset4, 999999999)
EndSwitch
WEnd




Global $Pointer5 = 0x1DE09F6
Global $Open5 =_MemoryOpen(ProcessExists("TClient.exe")) ;NOMISS OFF
Global $Offset5 [3] = [0, 0x476, 0xA08 ]

While 7
Case $2
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer5, $Open5, $Offset5, 0)
EndSwitch
WEnd


Global $Pointer6 = 0x1DE0A00
Global $Open6 =_MemoryOpen(ProcessExists("TClient.exe")) ;ONEHITMAGIC
Global $Offset6 [3] = [0, 0x480, 0xA08 ]

While 8
Case $3
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer6, $Open6, $Offset6, 999999999)
EndSwitch
WEnd


Global $Pointer7 = 0x1DE0A00
Global $Open7 =_MemoryOpen(ProcessExists("TClient.exe")) ;ONEHITMAGIC OFF
Global $Offset7 [3] = [0, 0x480, 0xA08 ]

While 9
Case $4
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer7, $Open7, $Offset7, 0)
EndSwitch
WEnd


Global $Pointer8 = 0x1DE0A04
Global $Open8 =_MemoryOpen(ProcessExists("TClient.exe")) ;ONEHITPHYSIK
Global $Offset8 [3] = [0, 0x484, 0xA08 ]

While 10
Case $6
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer8, $Open8, $Offset8, 9999999)
EndSwitch
WEnd


Global $Pointer9 = 0x1DE0A04
Global $Open9 =_MemoryOpen(ProcessExists("TClient.exe")) ;ONEHITPHYSIK AUS
Global $Offset9 [3] = [0, 0x484, 0xA08 ]

While 11
Case $5
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer9, $Open9, $Offset9, 0)
EndSwitch
WEnd

Global $Pointer10 = 0x1DE09D0
Global $Open10 =_MemoryOpen(ProcessExists("TClient.exe")) ;UNBESIEGBAR = VALUE 65793
Global $Offset10 [3] = [0, 0x44E, 0xA08 ]

While 11
Case $Button1
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer10, $Open10, $Offset10, 65793)
EndSwitch
WEnd


Global $Pointer11 = 0x1DE09D0
Global $Open11 =_MemoryOpen(ProcessExists("TClient.exe")) ;UNBESIEGBAR = VALUE 65793 AUS
Global $Offset11 [3] = [0, 0x44E, 0xA08 ]

While 12
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer11, $Open11, $Offset11, 0)
EndSwitch
WEnd

While 13
Case $Cast
Global $Pointer12 = 0x1DE09F4
Global $Open12 =_MemoryOpen(ProcessExists("TClient.exe"))
Global $Offset12 [3] = [0, 0x474, 0xA08
$NMG = GUIGetMsg()
Switch $NMG ;SKILLHACK WAHLWIEDERHOLUNG
Exit
_MemoryPointerWrite($Pointer12, $Open12, $Offset12, $Inputbox)
Send ("{F12}")
EndSwitch
WEnd
Italien...Donni is offline  
Old 06/08/2010, 19:27   #2
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
Eine antwort wäre nett-.-

sry fürs doppelpost musste aber auffrischen sonst bekomm ich nie ne antwort-..-
Italien...Donni is offline  
Old 06/08/2010, 19:47   #3
 
elite*gold: 1
Join Date: Oct 2008
Posts: 1,078
Received Thanks: 276
Wenn du hilfe erwartest sag uns doch mal, was überhaupt das Problem ist
Kommen Fehlermeldungen, läuft etwas nicht so wie du es gerne hättest usw.

Wenn du sowas bedenkst kannste dir Doppelposts sparen und musst nicht deine Ungeduld zur schau stellen (du hast keine 24 Stunden vor deinem Push warten können o0)
.nAno is offline  
Old 06/08/2010, 20:06   #4
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
aber 22 Ja es kommn fehlermeldungen und der hack geht nicht obwohl er eig gehn sollte
Italien...Donni is offline  
Old 06/08/2010, 20:50   #5
 
elite*gold: 1
Join Date: Oct 2008
Posts: 1,078
Received Thanks: 276
Was für Fehlermeldungen, können wir hellsehen?
Und wenn du Compilerfehler bekommst sollte dein Bot auch nicht funktionieren...
.nAno is offline  
Old 06/08/2010, 20:55   #6
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
man ich weis nicht was für fehler ey lol deswegen frage ich hier auserdem ist das ein hack
Italien...Donni is offline  
Old 06/08/2010, 21:06   #7
 
elite*gold: 1
Join Date: Oct 2008
Posts: 1,078
Received Thanks: 276
Wenn du nichteinmal in der Lage bist nen Screen hochzuladen oder die Fehler zu zitieren kann dir hier auch keiner helfen
Wir sind nicht deine persönlichen Debugger denen du kommentarlos nen Code vorsetzen kannst und dann hoffst, dass jmnd. ihn dir bereinigt...
.nAno is offline  
Old 06/08/2010, 21:21   #8
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
wen du ka hast dan lass es lieber ey wen du keine lust hast mir zu helfen merkt man das sofort screen blalba kopier einfach code in autoit dan siehst dus-.-
Italien...Donni is offline  
Old 06/08/2010, 21:26   #9
 
elite*gold: 0
Join Date: Feb 2009
Posts: 9
Received Thanks: 0
Thumbs down :D

hömma kollege ^^
du willst hilfe von uns!
und wir sollen dir jetzt noch hinterherrennen damit wir dir helfen können ?
gib uns die fehlermeldungen die beim compilen auftreten versuch uns zu erklären wie du dir dein script vorstellst ect. ect.
hier rennen keine bimbos rum die nur drauf warten leuten wie dir helfen zu dürfen
chewawa is offline  
Old 06/08/2010, 21:33   #10
 
HardCore.1337's Avatar
 
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
Ja sollen wir raten?
Wenn du nicht mit solchen Programmen umgehen kannst, dann lass es lieber.
Ein bisschen Eigeninitiatives wäre wohl angebracht oder?
HardCore.1337 is offline  
Old 06/08/2010, 21:44   #11
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,149
Dein "Hack" besteht im wesentlichen nur aus
Code:
;...
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd
;...
Die ganzen anderen Schleifen sind sozusagen nur Restmüll, du musst schon alles in eine Schleife packen.
KDeluxe is offline  
Thanks
2 Users
Old 06/08/2010, 21:51   #12
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
Quote:
Originally Posted by KillerDeluxe View Post
Dein "Hack" besteht im wesentlichen nur aus
Code:
;...
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd
;...
Die ganzen anderen Schleifen sind sozusagen nur Restmüll, du musst schon alles in eine Schleife packen.
THx die erste richtige antwort:

Ich habe gemacht was du gemacht hier der ourcce-code:
Quote:
MsgBox(0,"4Story hack by italien1995, Pascal, Mazizzle v1.0","Viel Spaß beim Hacken!")


#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>
#RequireAdmin
SetPrivilege("SeDebugPrivilege",1)

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("4Story Multihack by italien1995, Pascal, Maxzizzle v1.0", 340, 445, 650, 122)
GUISetBkColor(0xFFFF00)
$Label1 = GUICtrlCreateLabel("Speedhack", 24, 32, 59, 17)
$Label2 = GUICtrlCreateLabel("Damage", 24, 72, 44, 17)
$Label3 = GUICtrlCreateLabel("Invisible", 24, 104, 42, 17)
$Label4 = GUICtrlCreateLabel("NoMiss", 24, 136, 39, 17)
$Label5 = GUICtrlCreateLabel("Unbesiegbar", 24, 168, 64, 17)
$Input1 = GUICtrlCreateInput("", 96, 32, 121, 21)
$Button1 = GUICtrlCreateButton("On", 224, 32, 25, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Off", 256, 32, 25, 25, $WS_GROUP)
$Button3 = GUICtrlCreateButton("On", 96, 64, 25, 25, $WS_GROUP)
$Button4 = GUICtrlCreateButton("Off", 128, 64, 25, 25, $WS_GROUP)
$Button5 = GUICtrlCreateButton("On", 96, 96, 25, 25, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Off", 128, 96, 25, 25, $WS_GROUP)
$Button7 = GUICtrlCreateButton("On", 96, 128, 25, 25, $WS_GROUP)
$Button8 = GUICtrlCreateButton("Off", 128, 128, 25, 25, $WS_GROUP)
$Button9 = GUICtrlCreateButton("On", 96, 160, 25, 25, $WS_GROUP)
$Button10 = GUICtrlCreateButton("Off", 128, 160, 25, 25, $WS_GROUP)
$Graphic1 = GUICtrlCreateGraphic(288, 32, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic2 = GUICtrlCreateGraphic(160, 64, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic3 = GUICtrlCreateGraphic(160, 96, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic4 = GUICtrlCreateGraphic(160, 128, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic5 = GUICtrlCreateGraphic(160, 160, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Button11 = GUICtrlCreateButton("All Off", 48, 200, 129, 25, $WS_GROUP)
$Group1 = GUICtrlCreateGroup("Standard Hacks", 8, 16, 321, 217)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Daten", 192, 64, 121, 153)
$Label6 = GUICtrlCreateLabel("Verbunden mit TClient:", 200, 104, 108, 17)
$Label7 = GUICtrlCreateLabel("Nicht Verbunden", 216, 152, 84, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label8 = GUICtrlCreateLabel("Verkäufer", 24, 272, 50, 17)
$Label9 = GUICtrlCreateLabel("Bankierer", 24, 304, 49, 17)
$Button12 = GUICtrlCreateButton("On", 80, 264, 25, 25, $WS_GROUP)
$Button13 = GUICtrlCreateButton("Off", 112, 264, 25, 25, $WS_GROUP)
$Button14 = GUICtrlCreateButton("On", 80, 296, 25, 25, $WS_GROUP)
$Button15 = GUICtrlCreateButton("Off", 112, 296, 25, 25, $WS_GROUP)
$Graphic6 = GUICtrlCreateGraphic(144, 264, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Graphic7 = GUICtrlCreateGraphic(144, 296, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Group3 = GUICtrlCreateGroup("Verkaufen und Aufbewahren", 8, 248, 177, 81)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label10 = GUICtrlCreateLabel("Skill Hack:", 32, 352, 55, 17)
$Button16 = GUICtrlCreateButton("On", 224, 352, 25, 25, $WS_GROUP)
$Button17 = GUICtrlCreateButton("Off", 256, 352, 25, 25, $WS_GROUP)
$Graphic8 = GUICtrlCreateGraphic(288, 352, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Skill = GUICtrlCreateGroup("Skill", 8, 336, 321, 81)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Input2 = GUICtrlCreateInput("", 96, 352, 121, 21)
$Label11 = GUICtrlCreateLabel("Skill Level:", 32, 384, 55, 17)
$Input3 = GUICtrlCreateInput("BUGGED!", 96, 384, 121, 21)
$Button18 = GUICtrlCreateButton("On", 224, 384, 25, 25, $WS_GROUP)
$Button19 = GUICtrlCreateButton("Off", 256, 384, 25, 25, $WS_GROUP)
$Graphic9 = GUICtrlCreateGraphic(288, 384, 25, 25)
GUICtrlSetColor(-1, 0x000000)
GUICtrlSetBkColor(-1, 0xFF0000)
$Button20 = GUICtrlCreateButton("Credits", 224, 264, 73, 49, $WS_GROUP)
$Group4 = GUICtrlCreateGroup("Ersteller", 192, 248, 137, 81)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###


While ProcessExists("TClient.exe") = False
Sleep ( 700 )
WEnd

GUICTRLSETDATA($Label7,"Verbunden")

Global $open =_MemoryOpen(ProcessExists("TClient.exe"))
Global $Pointer = 0x1DE0F76;speeeddhaCKK
Global $Offset[3] = [0, 0xA08, 0x9F6]
Global $Pointer1 = 0x1DE50A04 ; ONEHITPHISIK
Global $Offset1[3] = [0, 0xA08, 0x484]
Global $Pointer2 = 0x1DE0A00 ;ONEHITMAGIC
Global $Offset2[3] = [0, 0xA08, 0x480]
Global $Pointer3 = 0x1DD09CC ;INVISIBLE
Global $Offset3[3] = [0, 0xA08, 0x44C]
Global $Pointer4 = 0x1DE09F6 ;NOMMISS
Global $Offset4[3] = [0, 0xA08, 0x476]
Global $Pointer5 = 0x1DE09D0 ; UNBESIEGBAR
Global $Offset5[3] = [0,0xA08, 0x44E]
Global $Pointer6 = 0x459E4C90 ;VERKÄUFER
Global $Offset6[3] = [0,0xA08, 0x128]
Global $Pointer7 = 0x1DE09F4 ;SKILLHACK
Global $Offset7[3] = [0, 0xA08, 0x474]


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button20
MsgBox(64,"Credits"," italien1995, Pascal und Maxzizzle") ; CREDITS
Case $Button1
_MemoryPointerWrite($Pointer, $open, $Offset, $Input1,'dword')
GUICtrlSetColor(-1, 0x000000) ;SPEED AN
GUICTRLSETBKCOLOR($Graphic1,65280)
Case $Button2
_MemoryPointerWrite($Pointer, $open, $Offset, 16230,"dword")
GUICtrlSetColor(-1, 0x000000) ; SPEED AUS
GUICTRLSetbKCOLOR($Graphic1,16711680)
Case $Button3
_MemoryPointerWrite($Pointer1, $open, $Offset1, 99999,"dword")
GUICtRLSETCOLOR(-1, 0x000000) ;ONEHITPHISIK
GUICTRLSETBKCOLOR($Graphic2,65280)
Case $Button4
_MemoryPointerWrite($Pointer1, $open, $Offset1, 0, 'dword')
GUICTRLSETCOLOR(-1,0x000000) ;ONEHITPHISIK AUS
GUICtrlsETBKCOLOR($Graphic2,16711680)
Case $Button3
_MemoryPointerWrite($Pointer2, $open, $Offset2, 99999, 'dword')
GUICTRLSEtCOLOR(-1,0x000000)
GUICTRlseTBKCOLOR($Graphic2,65280) ;ONEHITMAGIC
Case $Button4
_MemoryPointerWrite($Pointer2, $open, $Offset2, 0, 'dword')
GUICTRLSEtCOLOR(-1,0x000000) ;ONEHITMAGIC AUS
GUICTRlseTBKCOLOR($Graphic2,16711680)
Case $Button5
_MemoryPointerWrite($Pointer3, $open, $Offset3, 16842752, 'dword')
GUICTRLSEtCOLOR(-1,0x000000) ;INVI
GUICTRlseTBKCOLOR($Graphic3,65280)
Case $Button6
_MemoryPointerWrite($Pointer3, $open, $Offset3, 0, 'dword')
GUICTRLSEtCOLOR(-1,0x000000) ;INVI AUS
GUICTRLSETBKCOLOR($Graphic3,16711680)
Case $Button7
_MemoryPointerWrite($Pointer4, $open, $Offset4, 99999, 'dword')
GUICTRLSETCOLOR(-1,0x000000) ;NOMISS
GUICTRLSETBKCOLOR($Graphic4,65280)
Case $Button8
_MemoryPointerWrite($Pointer4, $open, $Offset4, 0, 'dword')
Guictrlsetcolor(-1,0x000000) ;NOMISS AUS
GUICTRLSETBKCOLOR($Graphic4,16711680)
Case $Button9
_MemoryPointerWrite($Pointer5, $open, $Offset5, 65793, 'dword')
GUICTRLSETCOLOR(-1,0x000000) ;UNBESIEGBAR
GUICTRLSETBKCOLOR($Graphic5,65280)
Case $Button10
_MemoryPointerWrite($Pointer5, $open, $Offset5, 0, 'dword')
GUICTRLSETCOLOR(-1,0x000000) ; UNBESIEGBAR AUS
GUICTRLSETBKCOLOR($Graphic5,16711680)
Case $Button11
_MemoryPointerWrite($Pointer5, $open, $Offset5, 0, 'dword')
GUICTRLSETCOLOR(-1,0x000000)
GUICTRLSETBKCOLOR($Graphic5,16711680)
_MemoryPointerWrite($Pointer4, $open, $Offset4, 0, 'dwprd')
Guictrlsetcolor(-1,0x000000)
GUICTRLSETBKCOLOR($Graphic4,16711680)
_MemoryPointerWrite($Pointer3, $open, $Offset3, 0, 'dword')
GUICTRLSEtCOLOR(-1,0x000000) ;Alles AUs
GUICTRLSETBKCOLOR($Graphic3,16711680)
_MemoryPointerWrite($Pointer2, $open, $Offset2, 0, 'dword')
GUICTRLSEtCOLOR(-1,0x000000)
GUICTRlseTBKCOLOR($Graphic2,16711680)
_MemoryPointerWrite($Pointer, $open, $Offset, 16230,'dword')
GUICtrlSetColor(-1, 0x000000)
GUICTRLSetbKCOLOR($Graphic1,16711680)
Case $Button12
_MemoryPointerWrite($Pointer6, $open, $Offset6, 1, 'dword')
GUICTRLSETCOLOR(-1,0x000000) ;VErKÄUFER
GUICTRLSETBKCOLOR($Graphic6,65280)
Case $Button13
_MemoryPointerWrite($Pointer6, $open, $Offset6, 0, 'dword')
GUICTRLSETCOLOR(-1,0x000000) ;VERKÄUFER AUS
GUICTRLSETBKCOLOR($Graphic6,16711680)
Case $Button16
_MemoryPointerWrite($Pointer7, $open, $Offset7, $Input2,'4dword')
GUICTRLSETCOLOR(-1,0x000000) ;SKILLHACK
GUICTRLSETBKCOLOR($Graphic8,65280)
Send("{F12}")
Case $Button17
_MemoryPointerWrite($Pointer7, $open, $Offset7, 0,'dword')
GUICTRLSETCOLOR(-1,0x000000) ;SKILLHACK AUS
GUICTRLSETBKCOLOR($Graphic8,16711680)

EndSwitch
WEnd
Bei dem Skil-Lvl und Bankier ist noch nicht fertig...
Der script hat keine fehler also zeigt keine an wen ich das script öffnen wil aber wen ichs öffne funktionieren die funktionen einfach nicht-.-
Italien...Donni is offline  
Old 06/08/2010, 22:19   #13
 
suiluJ.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 2,210
Received Thanks: 6,755
Kann es sein , dass du die Pointer falsch deklariert hast btw. nicht die BaseAdresse genommen hast ?
suiluJ. is offline  
Old 06/08/2010, 22:45   #14
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,149
Du schreibst den Wert mit einem klick nur einmal, du musst es mir einer If-Abfrage machen:

Code:
;...
Global $write1
;...

Case $Button1
$write1 = Not $write1
;...

If $write1 = True Then _MemoryPointerWrite()
;...
KDeluxe is offline  
Old 06/09/2010, 07:16   #15
 
elite*gold: 0
Join Date: Sep 2009
Posts: 531
Received Thanks: 1,775
Wo muss ich den den Basepointer einbauen??
@Killer wärde ich später testn
Italien...Donni is offline  
Reply


Similar Threads 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 07:02.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.