Created
December 28, 2014 23:31
-
-
Save iGlitch/48eb8dcb1017b1e4c4a0 to your computer and use it in GitHub Desktop.
Skype Spambot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set shell = createobject ("wscript.shell") | |
'extention_type=".vbs" (Visual Basic Script) | |
'msgbox "Copyright 2014 Glitch." | |
strtext = inputbox("Enter the message you want to send in the box below. No longer than 100 characters.") | |
strtimes = inputbox("Now, enter the ammount of messages you want to send in the box below. Do not go above 500.") | |
strtdelay = inputbox("How much time should the bot wait in between messages? Enter your value in the box below, in seconds. Decimal points ARE allowed. No less than 0.1.") | |
if not isnumeric(strtimes) then | |
wscript.quit | |
end if | |
msgbox "Make sure Skype is started up. Once you hit ok, you will have 5 seconds to get to the inputbox on Skype." | |
wscript.sleep( 5000 ) | |
for i=1 to strtimes | |
shell.sendkeys(strtext & "{enter}") | |
wscript.sleep(strdelay) | |
next |
this is EPIC i just spammed 1000 messages to my bff thanks bot 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IT IS ACTUALLY BROKEN. IT OPENED ALL OF MY FILES IN DIFFERENT WAYS AND STARTED SPAMMING MY MESSAGE EVERY WHERE. MY COMPUTEFSr IS STILL BROKEN> CAN YOU HEAR ME_