jedoch arbeitet er nichtn so wie ich will und am ende kommt einen fehlermeldung!!!!wenn sich jemand das script mal snschauen könnte und ein paar fehler ausbessern wäre nett lg alexasama
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("SpammbotForEverything", 507, 152, 192, 124)
GUISetBkColor(0xFF00FF)
$TextHierEingeben = GUICtrlCreateEdit("", 0, 0, 505, 65)
GUICtrlSetData(-1, "TextHierEingeben")
$Button1 = GUICtrlCreateButton("StartSpam", 400, 96, 97, 49)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $btnStart
$String = GUICtrlRead($txtText)
Sleep(2000)
While 2
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
Send($string & @LF)
WEnd
EndSwitch
WEnd






