Hab ein Problem

12/12/2010 20:59 xEncounter#1
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.

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 ###
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.
12/12/2010 21:36 maxi39#2
du hast nur ein gui aus dem koda form designer und willstn hack machn? wie wärs mit tuts durch arbeiten...
[Only registered and activated users can see links. Click Here To Register...]
€für den basepointer benutzt dur CE, ich würd dir raten ma die step8 vom CE tut durch zu machen