My first c++ project

07/12/2011 01:16 iNarcotic#1
ok, my 1st c++ project was a spammer, u know u can spamm text like "Pwned by ==>Me" or something else its easy and simple to use, remember its my first project so dont give it too hard! enjoy

Screenshot:
[Only registered and activated users can see links. Click Here To Register...]

VirusTotal:
[Only registered and activated users can see links. Click Here To Register...]


Dnt Just Say Thankīs , Press It ![Only registered and activated users can see links. Click Here To Register...]
07/12/2011 08:01 Prestino#2
#moverequest to
[Only registered and activated users can see links. Click Here To Register...]
07/12/2011 12:02 iNarcotic#3
lol sorry for the wrong place but im not German so i didnīt know......
07/14/2011 13:36 .Infinite#4
Looks like VB...
07/14/2011 14:03 drifter213#5
Quote:
Originally Posted by .Infinite View Post
Looks like VB...
yea..
it is VB.. look at the icon..
07/14/2011 14:12 hero9910#6
thats wrong. VC has the same icon
07/14/2011 14:43 .Infinite#7
Code:
private void button1_Click(object sender, EventArgs e)
{
    this.timer1.Start();
}
Code:
private void button2_Click(object sender, EventArgs e)
{
    this.timer1.Stop();
}
Code:
private void timer1_Tick(object sender, EventArgs e)
{
    SendKeys.Send(this.textBox1.Text);
    SendKeys.Send("{ENTER}");
}
Quote:
c++ project
your argument is invalid
07/14/2011 14:55 hero9910#8
Soon your projectīs are looking as mine

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]