Porblem

01/05/2010 17:29 [-Lee-]#16
genau das mein ich doch die ganze zeit..
Der script soll starten und nix anderes :P
01/05/2010 20:07 ~kau~#17
Hey Leute hab mir das mal hier so durchhelesen udn dachte ok machste mal mit^^
Hier is mein Spamm bot:
Quote:
;HotKeySet("!e","_Ende")

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Spammer by Kauknochen", 607, 425, 192, 124)
$Button1 = GUICtrlCreateButton("Aus", 8, 384, 89, 33, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Start", 8, 352, 89, 33, $WS_GROUP)
$Input1 = GUICtrlCreateInput("Was soll ich spammen?", 104, 392, 129, 21)
GUISetState(@SW_SHOW)
$Pic1 = GUICtrlCreatePic("C:\Dokumente und Einstellungen\lol\Desktop\awesome.gif",0,0,610,425 )
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $button2
Sleep(3000)
While 1
Send (GUICtrlRead($Input1))
Send("{Enter}")
Sleep (1000)
WEnd
case $button1
Exit
EndSwitch
WEnd
Func _Exit()
Exit
EndFunc
01/06/2010 19:32 KDeluxe#18
Soweit ich das sehe hat das ganze keine "Pause" Funktion

Wenn du eine "Do" Schleife benutzt ist sowas ganz leicht umsetzbar
[Only registered and activated users can see links. Click Here To Register...]