Post: Skype Text Spammer
09-03-2012, 02:07 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Well, I decided to make one because I was bored. Anyways, I've posted it here so everyone can find it even if they aren't premium.

You must login or register to view this content.


Here's the src

    
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using SKYPE4COMLib;

namespace Skype_Spammer
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void timer1_Tick(object sender, EventArgs e)
{
SKYPE4COMLib.Skype Skype = new SKYPE4COMLib.Skype();
Skype.SendMessage(txtUsername.Text, txtText.Text);
}

private void btnStart_Click(object sender, EventArgs e)
{
timer1.Start();
}

private void btnStop_Click(object sender, EventArgs e)
{
timer1.Stop();
}

private void Form1_Load(object sender, EventArgs e)
{

}
}
}




What does this do?
-Spams text to people

What do I do if I have an error?
You need netframework4 installed
You may need this You must login or register to view this content.


You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to TheUnexpected for this useful post:

DerekZil, Fuser's Hoe, InHell, Rangers 1690, Skurt, Urkel, Valid♥
09-03-2012, 03:37 AM #2
Skurt
Do a barrel roll!
Yay time to get people really pissed off on skype. ^^
09-03-2012, 11:09 AM #3
fill0botto95
You talkin to me?
Thanks, this is not another thread about SendKeys!
09-03-2012, 11:16 AM #4
Rangers 1690
Who’s Jim Erased?
thanks just tested it. It really pissed my friends off
09-06-2012, 02:38 AM #5
PUt me in credits Happy
09-07-2012, 12:24 AM #6
Originally posted by TheUnexpected View Post
Well, I decided to make one because I was bored. Anyways, I've posted it here so everyone can find it even if they aren't premium.

You must login or register to view this content.


Here's the src

    
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using SKYPE4COMLib;

namespace Skype_Spammer
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void timer1_Tick(object sender, EventArgs e)
{
SKYPE4COMLib.Skype Skype = new SKYPE4COMLib.Skype();
Skype.SendMessage(txtUsername.Text, txtText.Text);
}

private void btnStart_Click(object sender, EventArgs e)
{
timer1.Start();
}

private void btnStop_Click(object sender, EventArgs e)
{
timer1.Stop();
}

private void Form1_Load(object sender, EventArgs e)
{

}
}
}




What does this do?
-Spams text to people

What do I do if I have an error?
You need netframework4 installed
You may need this You must login or register to view this content.


You must login or register to view this content.


Now add to spam a group chat :p
09-07-2012, 01:25 AM #7
Originally posted by GAMER View Post
Now add to spam a group chat :p


Why? It would be pointless just like this. :p
09-07-2012, 01:51 AM #8
delete
09-07-2012, 09:14 AM #9
Great thread! Also my favorite view.
You must login or register to view this content.
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo