Code

12/30/2010 16:26 Ðσσм™#1
Und zwar habe ich eine Fehler
ist dieser code falsch?

Code:
#include <ButtonConstants.au3>
#include <DateTimeConstants.au3>
#include <GUIConstantsEx.au3>
#include <GuiStatusBar.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\kevin\documents\form1.kxf
$Form1_1 = GUICreate("Form1", 615, 440, 188, 108)
GUISetBkColor(0x800000)
$Button1 = GUICtrlCreateButton("Exit", 16, 224, 75, 25)
$Button2 = GUICtrlCreateButton("Start", 128, 224, 75, 25)
$Checkbox1 = GUICtrlCreateCheckbox("Shop Hack", 24, 48, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Slang", 24, 96, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Ghost Mode", 24, 144, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Mini Arcarde Clear", 24, 192, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Walshoot", 128, 48, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Unlimited Ammo", 128, 96, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("1Hit", 128, 144, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("God Mode", 128, 192, 97, 17)
GUICtrlCreatePic("C:\Users\Kevin\Desktop\MusikBilder\Hammerbruder1.jpg", 328, 8, 268, 220)
$StatusBar1 = _GUICtrlStatusBar_Create($Form1_1)
_GUICtrlStatusBar_SetMinHeight($StatusBar1, 1)
$Date1 = GUICtrlCreateDate("2010/12/29 16:26:57", 352, 232, 186, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd
12/30/2010 17:53 omer36#2
falscher beriech + doppelpost ....

und 3. sieht der ganz normal aus, falls DU eine fehler meldung bekommst, müsstest du das auch shcon posten ...
12/30/2010 18:13 Ðσσм™#3
Fehler :

Line 4 /File "C:\Users\Kevin\Deskto\AutoIt3\SciTE\Hack.au3" ):
#include<NomadMemory.au3>
Error : Error Opening the file.


Edit : hab jetzt in den richtigen bereich gestellt + überarbeitet aber funkt. immernochnicht
ich hab NomadMemory.au3auf meinem pc in include ordner so hat nova es beschreiben
12/30/2010 18:37 omer36#4
Quote:
Originally Posted by [Ranzen] View Post
Fehler :

Line 4 /File "C:\Users\Kevin\Deskto\AutoIt3\SciTE\Hack.au3" ):
#include<NomadMemory.au3>
Error : Error Opening the file.


Edit : Das hier ist doch der Coding Bereich dachte gehört hier her
1. im oberen code ist "#include<NomadMemory.au3>" nicht mitdrin,
diese "NomadMemory.au3" muss tdu googln, downloaden und in dein "Includes"-ordner einfügen (autoit install verzeichniss)
(hier im forum gibts die auch öffters...SuchFunktion nutzen!)

2. ist das hier der "epvp*coders Tutorials" - bereich, d.h. nut tutorials hier posten...

3. ist das da oben AutoIt; also hierrein das nächste mal bitte
--> [Only registered and activated users can see links. Click Here To Register...]