Ich hab mich mal an ein Game mit GG gewagt X_X.Ich hab noch paar Fragen xD wie immer:
:handsdown:Naja THX für Hilfe:handsdown:
Edit noch was wie is der Befehl für maximiert?
Ich Brauche eure Hilfe, gibt es diese Functionen die 1. Gegner erkännt 2. Sie tötet 3.Items nemen?Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Form1", 216, 104, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 8, 8, 89, 49, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Button2", 8, 64, 89, 33, $WS_GROUP)
$Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 112, 8, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 112, 32, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Checkbox3", 112, 56, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Checkbox4", 112, 80, 97, 17)
GUISetState(@SW_SHOW)
While True
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Do
$Msg = GUIGetMsg()
Switch $Msg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
; Funktion
If BitAND($Checkbox1, $GUI_CHECKED) = $GUI_CHECKED Then
; Funktion
EndIf
Until $Msg = $Button2
EndSwitch
WEnd
:handsdown:Naja THX für Hilfe:handsdown:
Edit noch was wie is der Befehl für maximiert?