Autoit spammer?

12/19/2010 19:29 ★JustKeys★#1
kann man mit Autoit ein spammer coden ???? :)
wen einer was hat pls rein posten<3
12/19/2010 19:29 Fani'#2
Sich kann mann.
Schau mal bei den Anleitungen ist einer dabei.
12/19/2010 19:54 ★JustKeys★#3
hab jz ein spammer aber der klickt nicht automatisch enter also schcikt nicht automatisch ab:D
Quote:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.0.0
Author: Forsaken
#ce ----------------------------------------------------------------------------
#include <GUIConstantsEx.au3>

GUICreate("XxJusoxX's spammer", 335, 100)

GUISetState(@SW_SHOW)

GUICtrlCreateLabel("Key", 8, 10)
$key1 = GUICtrlCreateInput("", 35, 8, 120)
GUICtrlCreateLabel("Time", 8, 44)
$time1 = GUICtrlCreateInput("", 35, 40, 120)

$startbutton = GUICtrlCreateButton("Start", 190, 8, 60)

While 1
$msg = GUIGetMsg()

Select

Case $msg = $startbutton

$send1 = GUICtrlRead($key1)
$sleep1 = GUICtrlRead($time1)

While 1
Send($send1)
Sleep($sleep1)
WEnd

Case $msg = $GUI_EVENT_CLOSE
GUIDelete()
ExitLoop

EndSelect

WEnd
help der muss auto enter klicken
12/19/2010 19:58 ZeraPain#4
mach noch n Send("{Enter}") dahinter
12/20/2010 12:51 ★JustKeys★#5
pls kanste mir den ganzen code posten^^<3
12/20/2010 15:41 ★JustKeys★#6
one push for this day:d
12/20/2010 16:07 PenGuin :O#7
Code:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.0.0
Author: Forsaken
#ce ----------------------------------------------------------------------------
#include <GUIConstantsEx.au3>

GUICreate("XxJusoxX's spammer", 335, 100)

GUISetState(@SW_SHOW)

GUICtrlCreateLabel("Key", 8, 10)
$key1 = GUICtrlCreateInput("", 35, 8, 120)
GUICtrlCreateLabel("Time", 8, 44)
$time1 = GUICtrlCreateInput("", 35, 40, 120)

$startbutton = GUICtrlCreateButton("Start", 190, 8, 60)

While 1
$msg = GUIGetMsg()

Select

Case $msg = $startbutton

$send1 = GUICtrlRead($key1)
$sleep1 = GUICtrlRead($time1)

While 1
Send($send1)
Send("{ENTER}")
Sleep($sleep1)
WEnd

Case $msg = $GUI_EVENT_CLOSE
GUIDelete()
ExitLoop

EndSelect

WEnd
Das aber auch das einzige Mal wo wir dir das fertig machen.
Lern AutoIt.
12/20/2010 16:53 ★JustKeys★#8
jut danke:D<3