Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Basic Spam Bot for Skype filter_list
Author
Message
Basic Spam Bot for Skype #1
Not sure if still working. Was made around 2 years ago.

Just copy and paste the script below into something like notepad

Save it as whatever.vbs

Code:
set shell = createobject ("wscript.shell")
strtext = inputbox("Message :")
strtimes = inputbox("Amount of messages to spam")
strtdelay = inputbox("Delay between messages")
if not isnumeric(strtimes) then
wscript.quit
end if
msgbox "You have 5 seconds to get to your inputbox."
wscript.sleep( 5000 )
for i=1 to strtimes
shell.sendkeys(strtext & "{enter}")
wscript.sleep(strdelay)
next
(This post was last modified: 01-02-2017, 02:16 AM by zenith.)
Who Knows?

Reply

RE: Basic Spam Bot for Skype #2
I don't see why it wouldn't work.

For future reference, you should use [ code ] tags.

Code:
Like this.
(This post was last modified: 01-02-2017, 02:17 AM by Blink.)


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: Basic Spam Bot for Skype #3
(01-02-2017, 02:14 AM)Ender Wrote: I don't see why it wouldn't work.

For future reference, you should use "
Code:
" tags.

[code]Like this.
[/code]

Shit I'll do that now. Just forgot lol.

Skype patched some things in like late 2015 but from what I know the Skype spammers that I do have still work. Just no IP grabbers anymore.
Who Knows?

[+] 1 user Likes zenith's post
Reply

RE: Basic Spam Bot for Skype #4
(01-02-2017, 02:16 AM)Zenith Wrote:
(01-02-2017, 02:14 AM)Ender Wrote: I don't see why it wouldn't work.

For future reference, you should use "
Code:
" tags.

[code]Like this.
[/code]

Shit I'll do that now. Just forgot lol.

Skype patched some things in like late 2015 but from what I know the Skype spammers that I do have still work. Just no IP grabbers anymore.

You can still use Wireshark to obtain internet protocol addresses. Cool Cool Cool

Reply

RE: Basic Spam Bot for Skype #5
(01-02-2017, 03:09 AM)pvnk Wrote:
(01-02-2017, 02:16 AM)Zenith Wrote:
(01-02-2017, 02:14 AM)Ender Wrote: I don't see why it wouldn't work.

For future reference, you should use "
Code:
" tags.

[code]Like this.
[/code]

Shit I'll do that now. Just forgot lol.

Skype patched some things in like late 2015 but from what I know the Skype spammers that I do have still work. Just no IP grabbers anymore.

You can still use Wireshark to obtain internet protocol addresses.  Cool  Cool  Cool

True. and there doesn't seem to be a patch because of the was Skype works.

just made those skype ip grabbers not work.
Who Knows?

Reply







Users browsing this thread: 1 Guest(s)