Skip to content

Instantly share code, notes, and snippets.

@iGlitch
Created December 28, 2014 23:31
Show Gist options
  • Save iGlitch/48eb8dcb1017b1e4c4a0 to your computer and use it in GitHub Desktop.
Save iGlitch/48eb8dcb1017b1e4c4a0 to your computer and use it in GitHub Desktop.
Skype Spambot
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
@cactusoftheday
Copy link

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_

@Zephco1
Copy link

Zephco1 commented Apr 2, 2021

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