vbs script spammer

vbs script spammer

Good
  33% (3)
Works
  44% (4)
Doenst work
  22% (2)
Poor
  0% (0)

Total Votes: 9

Author Message
CØLLØSUS

  • Total Posts : 21
  • Scores: 2
  • Reward points : 0
  • Joined: 1/3/2011
  • Status: offline
vbs script spammer Thursday, January 27, 2011 10:26 PM (permalink)
5
2 Ways to make a spammer,
============================================
A=Inputbox ("What do u want to spam?")
B=Inputbox ("How fast?")
Set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.Run ("notepad.exe")
WScript.Sleep 1000
Do
WshShell.SendKeys ""+a
WshShell.sendkeys b
Loop
=================================================
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 CREATED BY CØLLØSUS! "
End If
If returnvalue=7 Then
msgbox "Shutting down"
wscript.quit
End IF
loop
 
#1
    ehvbs

    • Total Posts : 3321
    • Scores: 110
    • Reward points : 0
    • Joined: 6/22/2005
    • Location: Germany
    • Status: offline
    Re:vbs script spammer Thursday, January 27, 2011 10:49 PM (permalink)
    1
    From the intro:
    Script should be useful and created by you.
    Why not pick some interesting problems from:
    https://sites.google.com/...ogsite/prolog-problems
    http://rosettacode.org/wiki/Main_Page
    http://projecteuler.net/
    or our forum?
     
    #2

      Online Bookmarks Sharing: Share/Bookmark

      Jump to:

      Current active users

      There are 0 members and 1 guests.

      Icon Legend and Permission

      • New Messages
      • No New Messages
      • Hot Topic w/ New Messages
      • Hot Topic w/o New Messages
      • Locked w/ New Messages
      • Locked w/o New Messages
      • Read Message
      • Post New Thread
      • Reply to message
      • Post New Poll
      • Submit Vote
      • Post reward post
      • Delete my own posts
      • Delete my own threads
      • Rate post

      2000-2012 ASPPlayground.NET Forum Version 3.9