Advertisement
BaSs_HaXoR

Batch [Typer] Spammer

Oct 26th, 2015
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. ########################################################################################################
  2. # Using Visual basic script.
  3. # Written in notepad, and saved with a .vbs file extension.
  4. ########################################################################################################
  5. #------------------------------------------------------------------#
  6. #       First, open notepad, and copy and paste this text:         #
  7. #------------------------------------------------------------------#
  8. Set wshShell = wscript.CreateObject("WScript.Shell") #"Microsoft Windows Script Host" allows use of .vbs scripting abilities (ex. sendKeys)
  9. do
  10. wscript.sleep 100                             #Timer in milleseconds to wait to spam (1000 = 1 second)
  11. wshshell.sendkeys "Anything you want here..." #Types the text...
  12. wshshell.sendkeys "~(enter)"                  #sends enter key here
  13. loop #Runs a loop
  14.  
  15. ########################################################################################################
  16. # // BaSs_HaXoR
  17. # //SRC: http://www.instructables.com/id/spam-any-instant-message-with-a-simple-program/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement