taultunleashed
http://www.taultunleashed.com/phpbb3/

yet another spam bot
http://www.taultunleashed.com/guild-wars-submissions/yet-another-spam-bot-t28229.html
Page 1 of 1

Author:  djomen [ January 10th, 2006, 7:52 pm ]
Post subject:  yet another spam bot

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

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
; ----------------------------------------------------------------------------
;
; 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



if there are any questions, please pm me since i cant reply to this topic once its posted

Author:  deadlyblowfish [ January 15th, 2006, 3:11 am ]
Post subject: 

hmm, really, really basic, but leaving it open

Author:  Tault_admin [ January 15th, 2006, 9:26 am ]
Post subject: 

yay or nay?

Author:  theblaxx [ January 23rd, 2006, 11:46 am ]
Post subject: 

yay it worked for me. easy to compile and change..

Author:  Tault_admin [ January 23rd, 2006, 11:54 am ]
Post subject: 

k one yay. 2 more for this to be premium.

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/