Hallo Liebe Member ^^,
Ich habe ein Problem undzwar Scripte ich nicht sehr lange und mein NosTale Bot will irgendwie nicht werden :(.
Immer kommt der Fehler
"Error:Badly formatted "Func" statement."
Ich hoffe ihr könnt mir helfen das hier habe ich schon mal so hingekleistert.
Ich Danke schonmal :)
Ich habe ein Problem undzwar Scripte ich nicht sehr lange und mein NosTale Bot will irgendwie nicht werden :(.
Immer kommt der Fehler
"Error:Badly formatted "Func" statement."
Ich hoffe ihr könnt mir helfen das hier habe ich schon mal so hingekleistert.
Ich Danke schonmal :)
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("NosTale Boter", 623, 210, 192, 124)
GUISetBkColor(0x3B98D3)
$Button1 = GUICtrlCreateButton("Jobben", 32, 24, 555, 25,)
$Button2 = GUICtrlCreateButton("Pause", 32, 72, 555, 25)
$Button3 = GUICtrlCreateButton("Ende", 32, 120, 555, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
While 1
Sleep(100)
WEnd
Func $Button1()
While 1
Sleep(100)
ControlSend("NosTale","{Space}")
ControlSend("NosTale","{X}")
WEnd
EndFunc
Func $Button2()
While True
Sleep(10000)
WEnd
EndFunc
Func $Button3()
Exit
EndFunc