Ich hab nun angefangen meinen bot zu schreiben und des raus gehen aus rata sum gemacht, jedoch passiert nix wen ich ihn starte kann mir wer helfen?
#include-once
#include "tt6.au3"
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Brutmutter Bot- by zk", 363, 244, 192, 124)
$Start = GUICtrlCreateButton("Start", 56, 144, 177, 65, $WS_GROUP)
$Checkbox1 = GUICtrlCreateCheckbox("Sell after", 64, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Place Money", 64, 64, 97, 17)
$Input1 = GUICtrlCreateInput(" ", 184, 32, 57, 21)
$Input2 = GUICtrlCreateInput(" ", 184, 64, 57, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Global $RundenS = 0, $RundenP = 0
Hotkeyset("{F1}","End")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Start
Main ()
EndSwitch
WEnd
Func End()
Exit
EndFunc
Func Main ()
While 1
goout ()
WEnd
EndFunc
Func goout()
prepmoveto()
If checkarea(16509,19580) Then
moveto(1,15468,14280)
moveto(1,17943,14615)
moveto(1,19248,15476)
moveto(1,19495,16055)
moveto(1,19730,16544)
moveto(1,19932,16773)
ElseIf checkarea(17852,14541) Then
moveto(1,19039,15373)
moveto(1,19372,15893)
moveto(1,19781,16537)
moveto(1,19944,16704)
ElseIf checkarea(16396,19478) Then
moveto(1,17224,18327)
moveto(1,17721,17905)
moveto(1,17821,17320)
moveto(1,18140,16897)
moveto(1,18612,16706)
moveto(1,19129,16755)
moveto(1,19899,16867)
ElseIf checkarea(14457,14952) Then
moveto(1,15428,15615)
moveto(1,16281,15540)
moveto(1,17145,15376)
moveto(1,17812,16176)
moveto(1,18051,16624)
moveto(1,18605,16917)
moveto(1,19900,16833)
ElseIf checkarea(19390,16919) Then
moveto(1,19919,16867)
EndIf
keepmoveto()
loadout()
EndFunc