[Tutorial]Eigenen Counterstrike Source Hack erstellen

05/08/2010 23:16 Darkynessy#16
Hmm also ich finde es dumm für Css Hacks zu machen Bzw Welche zu haben, weil es ohne mehr Spaß macht....
05/12/2010 18:05 -kr1n.#17
ist def hack dann ud?^^
05/15/2010 22:35 DarkPain007#18
Mal eine frage da wo du den text schwartz makierst wie machst du dan das sich dieses fenster öffnet wo dan der text ist und alles so bund ist also bei dem Code weil da siht man net wie du das offen machst
05/19/2010 20:06 Jaack95#19
Allso ich hab andere Codes:

##################################
# sv_cheats ## 2051F774 #
# wallhack ## 243B0C9C #
# NoSmoke ## 243E9C34 #
# Playerbox ## 243B3054 #
##################################


Bin gerade am testn..

EDIT:


Ok es Funkt. so bei mir =D
06/25/2010 13:11 sl1q#20
Hab ein Problem komme aber net drauf was sein kann!

[Only registered and activated users can see links. Click Here To Register...]
06/25/2010 13:14 sl1q#21
Hier die PHP

Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("sl1q.little.CS:S.Hack_v0.1", 333, 162, 560, 282)
$Label1 = GUICtrlCreateLabel("sv_cheats bypass", 16, 72, 89, 17)
$Label2 = GUICtrlCreateLabel("Wallhack", 16, 104, 49, 17)
$Label3 = GUICtrlCreateLabel("ESP/Playerbox", 16, 136, 76, 17)
$Button2 = GUICtrlCreateButton("Inaktiv", 208, 64, 81, 25, $WS_GROUP)
$Button3 = GUICtrlCreateButton("Aktiv", 120, 96, 81, 25, $WS_GROUP)
$Button4 = GUICtrlCreateButton("Inaktiv", 208, 96, 81, 25, $WS_GROUP)
$Button5 = GUICtrlCreateButton("Aktiv", 120, 128, 81, 25, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Inaktiv", 208, 128, 81, 25, $WS_GROUP)
$Button1 = GUICtrlCreateButton("Aktiv", 120, 64, 81, 25, $WS_GROUP)
$Graphic1 = GUICtrlCreateGraphic(296, 64, 25, 25)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(296, 96, 25, 25)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(296, 128, 25, 25)
GUICTRLSETBKCOLOR(-1,16711680)
$Label4 = GUICtrlCreateLabel(" sl1q^ first CS:S Hack v0.1", 8, 8, 308, 26)
GUICtrlSetFont(-1, 20, 800, 0, "Garamond")
GUICtrlSetColor(-1, 0x800000)
$Label5 = GUICtrlCreateLabel("Counter Strike Source nicht gefunden!", 32, 40, 265, 23)
GUICtrlSetFont(-1, 12, 800, 0, "Candara")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

while ProcessExists("hl2.exe") = False
sleep ( 700 )

WEnd

GUICtrlSetColor($Label5,0x00FF00)
GUICtrlSetData($Label5,"Counterstrike Source gefunden!")

$open = _MemoryOpen (ProcessExists ("hl2.exe") )


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1;sv_cheats ON
_MemoryWrite (0x2051E744,$open,1,"dword")
GUICTRLSETBKCOLOR($Graphic1,65280)
Case $Button2
_MemoryWrite (0x2051E744,$open,0,"dword")
GUICTRLSETBKCOLOR($Graphic1,16711680)

Case $Button3;Wallhack ON
_MemoryWrite (0x243AEC3C,$open,2,"dword")
GUICTRLSETBKCOLOR($Graphic3,65280)
Case $Button4
_MemoryWrite (0x243AEC3C,$open,1,"dword")
GUICTRLSETBKCOLOR($Graphic3,16711680)

Case $Button5;PlayerBox ON
_MemoryWrite (0x243B0FF4,$open,1,"dword")
GUICTRLSETBKCOLOR($Graphic4,65280)
Case $Button6
_MemoryWrite (0x243B0FF4,$open,0,"dword")
GUICTRLSETBKCOLOR($Graphic4,16711680)

EndSwitch
WEnd
06/25/2010 13:22 Imaginär#22
Du musst die NomadMemory.au3 includen, da in ihr diese Funktionen des Memoryeditings definiert wird.

[Only registered and activated users can see links. Click Here To Register...]

Im 1.Link vom Autoitscript-forum sollte ein Download vorhanden sein!
06/25/2010 13:28 sl1q#23
So habs inVerzeichnis geschoben aber problem ist immernoch da
06/25/2010 13:32 sl1q#24
Ahh okay habs ins falsche Verzeichnis danke!
06/25/2010 14:35 sl1q#25
Kann das sein das diese Methode Hack zumachen nicht mehr Funktioniert weil CSS immer die Adressen ändert?

weil jedes mal sind die Adressen anderes
06/25/2010 14:42 sl1q#26
Aktuell

Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 331, 225, 497, 195)
$Label1 = GUICtrlCreateLabel("sl1q^", 144, 8, 53, 41)
GUICtrlSetFont(-1, 22, 800, 0, "Candara")
GUICtrlSetColor(-1, 0xFFFF00)
$Label2 = GUICtrlCreateLabel("sv_cheats Bypass", 8, 104, 106, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("Wallhack", 8, 136, 57, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0x00FFFF)
$Label4 = GUICtrlCreateLabel("Playerbox", 8, 168, 59, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF00FF)
$Button1 = GUICtrlCreateButton("Aktiv", 128, 96, 73, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Inaktiv", 216, 96, 73, 25, $WS_GROUP)
$Button3 = GUICtrlCreateButton("Aktiv", 128, 128, 73, 25, $WS_GROUP)
$Button4 = GUICtrlCreateButton("Inaktiv", 216, 128, 73, 25, $WS_GROUP)
$Button5 = GUICtrlCreateButton("Aktiv", 128, 160, 73, 25, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Inaktiv", 216, 160, 73, 25, $WS_GROUP)
$Graphic1 = GUICtrlCreateGraphic(296, 96, 25, 25)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic2 = GUICtrlCreateGraphic(296, 128, 25, 25)
GUICTRLSETBKCOLOR(-1,16711680)
$Graphic3 = GUICtrlCreateGraphic(296, 160, 25, 25)
GUICTRLSETBKCOLOR(-1,16711680)
$Label5 = GUICtrlCreateLabel("First CSS Hack v 0.1", 104, 40, 131, 23)
GUICtrlSetFont(-1, 12, 800, 0, "Candara")
GUICtrlSetColor(-1, 0x000000)
$Label6 = GUICtrlCreateLabel("Counter Strike Source läuft nicht", 32, 64, 269, 27)
GUICtrlSetFont(-1, 14, 800, 0, "Candara")
GUICtrlSetColor(-1, 0x000000)
$Label7 = GUICtrlCreateLabel("www.***********", 104, 192, 128, 27)
GUICtrlSetFont(-1, 14, 800, 0, "Candara")
GUICtrlSetColor(-1, 0x800080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

while ProcessExists("hl2.exe") = False
sleep ( 700 )

WEnd

GUICtrlSetColor($Label6,0x00FF00)
GUICtrlSetData($Label6," Counterstrike Source läuft!")

$open = _MemoryOpen(ProcessExists("hl2.exe"))


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1;sv_cheats ON
_MemoryWrite (0x0F3E4768,$open,1,"dword")
GUICTRLSETBKCOLOR($Graphic1,65280)
Case $Button2
_MemoryWrite (0x0F3E4768,$open,0,"dword")
GUICTRLSETBKCOLOR($Graphic1,16711680)
Case $Button3;Wallhack ON
_MemoryWrite (0x15CFC388,$open,2,"dword")
GUICTRLSETBKCOLOR($Graphic2,65280)
Case $Button4
_MemoryWrite (0x15CFC388,$open,1,"dword")
GUICTRLSETBKCOLOR($Graphic2,16711680)
Case $Button5;PlayerBox ON
_MemoryWrite (0x15CFD170,$open,1,"dword")
GUICTRLSETBKCOLOR($Graphic3,65280)
Case $Button6
_MemoryWrite (0x15CFD170,$open,0,"dword")
GUICTRLSETBKCOLOR($Graphic3,16711680)

EndSwitch
WEnd
06/25/2010 15:19 quivar#27
quadro poster oO

es gibt nen edit-button..
06/25/2010 15:30 sl1q#28
Js sry bin ein Kind und kenn mich noch nicht so damit aus :(
hat denn jemand ne Idee wie ich das mit den Adressen hinbekomme?
06/25/2010 18:33 bladerofdarknes#29
auto offset, google bildet, wird nur schwer das usercmd deaktiviert wurde ;)
06/26/2010 23:31 iCox_#30
ist der dann auch ud