Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ########################################################################################################
- # Using Visual basic script.
- # Written in notepad, and saved with a .vbs file extension.
- ########################################################################################################
- #------------------------------------------------------------------#
- # First, open notepad, and copy and paste this text: #
- #------------------------------------------------------------------#
- Set wshShell = wscript.CreateObject("WScript.Shell") #"Microsoft Windows Script Host" allows use of .vbs scripting abilities (ex. sendKeys)
- do
- wscript.sleep 100 #Timer in milleseconds to wait to spam (1000 = 1 second)
- wshshell.sendkeys "Anything you want here..." #Types the text...
- wshshell.sendkeys "~(enter)" #sends enter key here
- loop #Runs a loop
- ########################################################################################################
- # // BaSs_HaXoR
- # //SRC: http://www.instructables.com/id/spam-any-instant-message-with-a-simple-program/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement