yet another spam bot
Posted: January 10th, 2006, 7:52 pm
this is just the basic function for my spam bot
as soon as i get the time to do district switching i will repost it
eventually i hope to create a gui with an input box for easy usage, but this does the trick for me now
as with my earlier submission, you will need to compile this with autoit
i can attach exe's of this bot and my kill bot (posted earlier) if you wish
i just thought that the admins would feel safer with harmless code rather than a potentialy evil exe
if there are any questions, please pm me since i cant reply to this topic once its posted
as soon as i get the time to do district switching i will repost it
eventually i hope to create a gui with an input box for easy usage, but this does the trick for me now
as with my earlier submission, you will need to compile this with autoit
i can attach exe's of this bot and my kill bot (posted earlier) if you wish
i just thought that the admins would feel safer with harmless code rather than a potentialy evil exe
Code: Register to unlock hidden link
; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author: djomen
;
; Script Function:a spammer for guild wars
;
;
; ----------------------------------------------------------------------------
Local $PromoteTimer = TimerInit()
While 1
;
Sleep(20000)
If TimerDiff($PromoteTimer) > 10000 Then
$PromoteTimer = TimerInit()
Sleep(1000)
Send('{ENTER}')
Sleep(1000)
Send('~THE DARK REBELLION ACT~ recruiting rebels,bandits,and warlords~http://fizban.f2o.org/phpbb2~{ENTER}')
EndIf
;
Sleep(30000)
WEnd
Exit 0
;EndFunc