[Problem]Btte helfen!!!

11/13/2010 07:19 alexasama#1
hi ich wollte hier einen spammbot erstellen
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
11/13/2010 14:24 Âgent Smîth#2
;) AutoIT geht in s4league nicht ohne bypass must du mit Visual Basic machen !