Habe folgendes Problem: Will ein Hack machen für ein offline Game das alt ist.
Habe Pointer für den Hack aber ich brauche noch sowas wie einen Base Pointer. =/
hab bis jz die GUI fertig. weiss nicht mehr weiter. ich hoffe ihr helft mir.
Im Anhang ist das game wenn es euch weiterhilft
#habe das in die AutoIT section erneut gepostet. Da ich mir nicht sicher bin wo genau ich das posten soll. weil beide sections helfen können.
Habe Pointer für den Hack aber ich brauche noch sowas wie einen Base Pointer. =/
hab bis jz die GUI fertig. weiss nicht mehr weiter. ich hoffe ihr helft mir.
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Diamond Hack", 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("Scorehack", 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)
sleep(999999)
#EndRegion ### END Koda GUI section ###
#habe das in die AutoIT section erneut gepostet. Da ich mir nicht sicher bin wo genau ich das posten soll. weil beide sections helfen können.