of     1   

Moviuscorpation
#211091490Thursday, March 02, 2017 1:02 PM GMT

This file will auto spam on the input (text box), and you can relax while you your thing auto spams. Please make a way for this .vbs file to not be open while playing ROBLOX or on the ROBLOX website, as this will limit spam. Proof? https://youtu.be/tW2BGZrrCs0 set shell = createobject ("wscript.shell") strtext = inputbox ("Write down your message you like to spam") strtimes = inputbox ("How many times do you like to spam?") strspeed = inputbox ("How fast do you like to spam? (1000 = one per sec, 100 = 10 per sec etc)") strtimeneed = inputbox ("How many SECONDS do you need to get to your victems input box?") If not isnumeric (strtimes & strspeed & strtimeneed) then msgbox "You entered something else then a number on Times, Speed and/or Time need. shutting down" wscript.quit End If strtimeneed2 = strtimeneed * 1000 do msgbox "You have " & strtimeneed & " seconds to get to your input area where you are going to spam." wscript.sleep strtimeneed2 shell.sendkeys ("Spambot activated" & "{enter}") for i=0 to strtimes shell.sendkeys (strtext & "{enter}") wscript.sleep strspeed Next shell.sendkeys ("Spambot deactivated" & "{enter}") wscript.sleep strspeed * strtimes / 10 returnvalue=MsgBox ("Want to spam again with the same info?",36) If returnvalue=6 Then Msgbox "Ok Spambot will activate again" End If If returnvalue=7 Then msgbox "Spambox is shutting down" wscript.quit End IF loop
Moviuscorpation
#211091596Thursday, March 02, 2017 1:08 PM GMT

People like spawm then
iChairman
#211091990Thursday, March 02, 2017 1:28 PM GMT

i dont like spam
Moviuscorpation
#211110329Thursday, March 02, 2017 9:40 PM GMT

Okey that was a bump
Moviuscorpation
#211111711Thursday, March 02, 2017 10:04 PM GMT

You guys like spam then hypocrites
jatinxyz
#211112173Thursday, March 02, 2017 10:11 PM GMT

Having a website open can't force something to shut down, most browsers won't allow that.

    of     1