Post Reply Home » Forums » Guild Wars » GW Submissions

yet another spam bot : GW Submissions

Posted: January 10th, 2006
djomen
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

Code: Select all

; ----------------------------------------------------------------------------
;
; 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
Posted: January 15th, 2006
User avatar
Total Posts:731 Joined:2005
hmm, really, really basic, but leaving it open

_________________
Image
Posted: January 15th, 2006
User avatar
administrator
Total Posts:29918 Joined:2002
yay or nay?
Posted: January 23rd, 2006
theblaxx
yay it worked for me. easy to compile and change..
Posted: January 23rd, 2006
User avatar
administrator
Total Posts:29918 Joined:2002
k one yay. 2 more for this to be premium.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 38 guests
Post Reply