Thanks for sharing. Hope to see good and useful releases from you in the future. =)
This is one of my first programs made using Visual Basic.
I know it's not much of a big deal but I though i should share it and start contributing to the community with this.
[IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Capture-24.png[/IMG]
VirusTotal Scan.
Thank you for your timeCode:Public Class Form1 Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click spammer.Interval = interval.Text End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Enabled = True End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Timer1.Enabled = False spammer.Interval = False End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick spammer.Enabled = True End Sub Private Sub spammer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles spammer.Tick SendKeys.Send(Message.Text & "{ENTER}") End Sub End Class
Last edited by -xGhost-; 11-01-2010 at 06:57 PM.
[IMG]https://i714.photobucke*****m/albums/ww144/sandro911/ProXtremeSignature.png[/IMG]
[IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Signature.png[/IMG]
Thanks for sharing. Hope to see good and useful releases from you in the future. =)
make the file as a attachment.
Heal Ur Allies, And You Will Win The War.
RESPECT LIST :
- Very Good Friend - Sn0wn00b
- All the Mpgh minions ( special m3 )
- th3reaper
- respeckt52
- s3liskar
- thecamels8
No outside links.
Make it an attachment.
You have 1 day or close and ban.
Nice design
Also, the scan is broken D:
Good for your first, even if it is a spammer![]()
TROLOLOLOLO
Nice design, nice job![]()
"Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™
Ex WarRock Minion Force

290
Ok it's good, but this shouldn't be the point of showing your first releases.. like:
"Yay i did a spammer.."
And all we can comment about is the GUI, because honestly it will be useless to us. And if we can't really give you any advice other then GUI then it is worthless to Post it.
Start at least posting the code of your programs so anyone can actually give you advices on how to improve... And if you are afraid of posting the code of such basic applications, then you are not doing it right.
I'm talking in general, not only to you. Half of this section has numerous releases of the same thing. Webbrowsers, spammers, loaders, etc..
How useful are they? None.. How useful was for the guy who posted it? Nothing. He got either flammed or basically ignored.
Guys, this is the coding section. Code should go in here.. If you want advices or anything from here.. should be coding advices, not GUI.
PS: Yea im a leecher and all i want is your code so i can leech and be a pro reposting something.
Last edited by 'Bruno; 11-01-2010 at 06:40 PM.
Light travels faster than sound. That's why most people seem bright until you hear them speak.
Blubb1337 (11-02-2010),cgallagher21 (11-02-2010),Hassan (11-01-2010),Lolland (11-01-2010),Void (11-01-2010)

205
Brinuz is right, we can't give proper criticism without seeing the code. \:
'Bruno (11-01-2010)

9
Last edited by -xGhost-; 11-01-2010 at 06:59 PM.
[IMG]https://i714.photobucke*****m/albums/ww144/sandro911/ProXtremeSignature.png[/IMG]
[IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Signature.png[/IMG]
Ok I approved, next time have 2 virus scans though.
Tip for you:
Rename your controls. Atleast controls you are accessing...you sure don't have to rename every unused label...but buttons...
like...
cmdStartSpam
btnStartSpam
w/e.
Else, you will always have to switch back to your GUI, click on the button to see which button it is. Helps a lot.