Post: Extortion's Spambot (OPEN SOURCE)
07-10-2014, 04:29 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NextGenUpdate! Smile

Here Is My Spambot Nothing Special But Here You Go! Winky Winky

Enjoy

Download Link :
You must login or register to view this content.
07-10-2014, 04:02 PM #2
Joshua.avacado
Do a barrel roll!
Can any one test this. vouches? Extortion can u put a virus scan. Also what kind of spambot? maybe a video?

The following user thanked Joshua.avacado for this useful post:

Satanism
07-10-2014, 11:03 PM #3
There's No Need For A Virus Scan lol :p It's An Open Source Winky Winky
07-22-2014, 04:02 AM #4
Pichu
RIP PICHU.
Originally posted by Satanism View Post
There's No Need For A Virus Scan lol :p It's An Open Source Winky Winky


Regardless, you need one. Used to manage this section and I always required any project to include a scan or else I'd remove the link and eventually close the thread/warn the poster (security reasons).
07-24-2014, 09:55 PM #5
SataQ
Space Ninja
It would be handy if you add some screenshots Smile
07-24-2014, 11:26 PM #6
Pichu
RIP PICHU.
Decided to run, shit theme.

Textbox is difficult to see text. Spambot doesn't even work. All he has is just a timer, two buttons and a sendkeys method. Literally 5 lines of code for the entire damn project.

This is just a piece of shit application, nothing to really have as open source.

Satanism, please put some effort into a program before you release and test to ensure it works. Garbage like this shouldn't be shared as it gets picked up by new coders and they think "that's how you're supposed to do it".
07-25-2014, 06:03 PM #7
K3-
Bounty hunter
Pichu has a point right there ^^

The following user thanked K3- for this useful post:

Pichu
07-26-2014, 02:46 PM #8
hotfix
Keeper
Originally posted by Satanism View Post
Hey NextGenUpdate! Smile

Here Is My Spambot Nothing Special But Here You Go! Winky Winky

Enjoy

Download Link :
You must login or register to view this content.



You also could of used one button and an if else statement with a boolean.
    
bool bClicked = true;
private void button1_Click(object sender, EventArgs e)
{
if (bClicked)
{
timer1.Enabled = true;
textBox1.Enabled = false;
bClicked = false;
}
else
{
timer1.Enabled = false;
textBox1.Enabled = true;
bClicked = true;
}
}

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo