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 › Complete Noob Tutorial: Spammer

Complete Noob Tutorial: Spammer

Posts 1–5 of 5 · Page 1 of 1
Lolland
Lolland
Complete Noob Tutorial: Spammer
This is the easiest project you will ever do.

I'm going to purposely add errors to the code so that you will learn a thing or two.

First things to do:

Make This:
[IMG]http://i659.photobucke*****m/albums/uu314/Roflolmao/Whattomake1.jpg[/IMG]
Name your buttons and shit accordingly.

Copy and paste this:
Code:
Public Class Form1
    Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As System.Int16) As Int16
    Private Sub StartSpam_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StartSpam.Click
        Timer1.Stard()
   
    End Sub
    Private Sub SpamSomeShit()
        Dim SpamShit As String
        SpanShit = Message.Text
        SentKeys.Send(SpamShit)
   
    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        Dim F2key As Boolean
        Dim F3key As Boolean
        F2key = GetAsyncKeyState(Keys.F2)
        f4key = GetAsyncKeyState(Keys.F3)
        If F2key = True Then
            Timer1.Stard()
        End If
        If F3key = True Them
            Timer1.Stop()
        End If
        Timer1.Interval = MessagesPerSecond.Text * 1000 + MessagesPerMillisecond.Text
        SpamSomeShiz()

    End Sub

    Private Sub StopSpam_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StopSpam.Click
        Timer1.Stop()
    End Sub
Fix errors, debug, win.
#1 · edited 16y ago · 16y ago
CoderNever
CoderNever
Nice! Will Definitely help some visual basic beginners.
#2 · 16y ago
Lolland
Lolland
Yeah, I made a big-ass error, I wrote the script in like 5 minutes, so the code and the picture will brb
#3 · 16y ago
FL
FlashDrive
Can someone post the real code please..
#4 · 16y ago
Pixie
Pixie
Quote Originally Posted by FlashDrive View Post
Can someone post the real code please..
That is the real code
Don't bump 3 week old shit
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • The Complete Noob Proof CA Hack TutorialBy iRageQuit in Combat Arms Tutorials
    19Last post 16y ago
  • Can i have a noob tutorial for making hacks please?By wakaraka in WarRock - International Hacks
    11Last post 18y ago
  • Complete noob with C#By mhcookie in C++/C Programming
    5Last post 18y ago
  • Im must be a complete Noob...By Hrobakca in Combat Arms Hacks & Cheats
    12Last post 18y ago
  • Super Noob Tutorial for Elitevision 3.0By l0dingplzw8 in Combat Arms Hacks & Cheats
    5Last post 18y ago

Tags for this Thread

#complete#noob#spammer#tutorial