Hey,
ich will ein spambot machen aber hab folgendes problem...
Wenn ich den spambot starte spammt er nur " 4 " bitte hilfe
[cs]#include <GUIConstants.au3>
HotKeySet ("{F6}", "_Exit")
$Form1 = GUICreate("Form1", 210, 154, 463, 177)
$spamgo = GUICtrlCreateButton("Start Spambot", 16, 8, 177, 41, 0)
$text = GUICtrlCreateInput("", 16, 112, 177, 21)
GUISetState(@SW_SHOW)
While 1
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE
Exit
Case $spamgo
GUICtrlRead ($text)
sleep(3000)
While 1
Send ($text)
Send ("{ENTER}")
sleep (250)
WEnd
Func _Exit ()
Exit
EndFunc
EndSwitch
WEnd
[/cs]
Edit: So richtig jetzt?.... hat nix geholfen