Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › My First Visual Basic's Program.

My First Visual Basic's Program.

Posts 1–15 of 18 · Page 1 of 2
-xGhost-
-xGhost-
My First Visual Basic's Program.
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]http://i714.photobucke*****m/albums/ww144/sandro911/Capture-24.png[/IMG]

VirusTotal Scan.

Code:
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
Thank you for your time
#1 · edited 15y ago · 15y ago
Hassan
Hassan
Thanks for sharing. Hope to see good and useful releases from you in the future. =)
#2 · 15y ago
-xGhost-
-xGhost-
Quote Originally Posted by Xscapism View Post
Thanks for sharing. Hope to see good and useful releases from you in the future. =)
Thank you
#3 · 15y ago
mizzer3
mizzer3
make the file as a attachment.
#4 · 15y ago
Lolland
Lolland
No outside links.

Make it an attachment.

You have 1 day or close and ban.
#5 · 15y ago
wassup40
wassup40
Nice design
#6 · 15y ago
-xGhost-
-xGhost-
Quote Originally Posted by Lolland View Post
No outside links.

Make it an attachment.

You have 1 day or close and ban.
Sorry, I fixed it
#7 · 15y ago
Lolland
Lolland
Also, the scan is broken D:
#8 · 15y ago
Imported
Imported
Good for your first, even if it is a spammer
#9 · 15y ago
Zithium
Zithium
Nice design, nice job
#10 · 15y ago
'Bruno
'Bruno
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.
#11 · edited 15y ago · 15y ago
Void
Void
Brinuz is right, we can't give proper criticism without seeing the code. \:
#12 · 15y ago
-xGhost-
-xGhost-
Quote Originally Posted by Lolland View Post
No outside links.

Make it an attachment.

You have 1 day or close and ban.
Should work now. O_O

Quote Originally Posted by Brinuz View Post
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.
I'm fine with adding the Code, which I already did, Enjoy.
#13 · edited 15y ago · 15y ago
Lolland
Lolland
Ok I approved, next time have 2 virus scans though.
#14 · 15y ago
Blubb1337
Blubb1337
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.
#15 · 15y ago
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Similar Threads

  • Need help with visual basic PHISHING programBy mariofan901 in Visual Basic Programming
    14Last post 16y ago
  • My very first Visual basics 2008 coded hack!!By Ragehax in Combat Arms Hacks & Cheats
    60Last post 17y ago
  • My first 2 Programs on visual basic.By Heroblind in Visual Basic Programming
    5Last post 16y ago
  • My First Creation in Visual basic 6 Direct launch CrossfireBy teun95 in CrossFire Hacks & Cheats
    31Last post 16y ago
  • [Tutorial]Make your first hack in Visual Basic 6 (and a begin in CE) (for noobs)By diamondo25 in Programming Tutorials
    28Last post 17y ago

Tags for this Thread

None