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 › [TUTORIAL]How to make a advanced Beeper!

[TUTORIAL]How to make a advanced Beeper!

Posts 1–9 of 9 · Page 1 of 1
Zoom
Zoom
[TUTORIAL]How to make a advanced Beeper!
Welcome!

You will need:
Visual basic
1 form
2textboxes
1 button

Skillz: None

First put 2 textboxes and 1 button to your form.

Then add this code to the button1:


Code:
Console.Beep(textbox1.text, textbox2.text)
Debug and then enter a number between 37 - 32767 in both textboxes, then press the button1.

Your Pc will make a advanced beep sound.

37 - 32767 Hertz

Want more tutorials[THANK ME]
#1 · edited 16y ago · 16y ago
maarten551
maarten551
lol this is really easy

but tnx i learned something new

PS: my code is console.beep(32767, 37) but i don't hear anything, and i try'd console.beep(37, 32767)

:S explain plox
#2 · edited 16y ago · 16y ago
AS
Asians
Doesn't work for me. I tried 40, 40 and 30.000, 30.000 and 15.000, 25.000 but none of them works.

By the way, you forgot a ) in your code.
#3 · 16y ago
Zoom
Zoom
Quote Originally Posted by Asians View Post
Doesn't work for me. I tried 40, 40 and 30.000, 30.000 and 15.000, 25.000 but none of them works.

By the way, you forgot a ) in your code.
You got sound on?

Thanks, i missed ) Fixed
#4 · 16y ago
AS
Asians
No, wait, I'm stupid I had sound off. /sarcasm

It just doesn't work for me.
#5 · 16y ago
maarten551
maarten551
maby u need a private sub?

im dunno :O

ps: this isn't a very advanced beeper xD
#6 · edited 16y ago · 16y ago
Zoom
Zoom
Quote Originally Posted by maarten551 View Post
maby u need a private sub?

im dunno :O

ps: this isn't a very advanced beeper xD
Haha just harder than beep()
#7 · 16y ago
JI
JIGS4W
My form just freezes when I put a number in and press button 1
#8 · 16y ago
gwentravolta
gwentravolta
DUDE
I AM GOING TO COMPOSE MUSIC WITH THIS
i love you
Code:
Console.Beep(100, 500)
        Console.Beep(600, 500)
        Console.Beep(1100, 500)
        Console.Beep(1600, 500)
        Console.Beep(2100, 500)
        Console.Beep(2600, 500)
        Console.Beep(3100, 500)
        Console.Beep(4100, 500)
        Console.Beep(5100, 500)
        Console.Beep(10100, 500)
        Console.Beep(11100, 500)
        Console.Beep(13100, 500)
        Console.Beep(15100, 500)
#9 · 16y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • {Tutorial} How to make a hack with VBBy ltkort213 in WarRock - International Hacks
    31Last post 19y ago
  • [Tutorial] How to make you'r first hack in CE!!!By Darky in WarRock - International Hacks
    3Last post 19y ago
  • [Tutorial] How to make your own undetected module in VB6By markfracasso11 in Visual Basic Programming
    17Last post 18y ago
  • [Tutorial] How to make an undetected module.By wr194t in Visual Basic Programming
    29Last post 17y ago
  • [Tutorial] How to make your own undetected module in VB6By markfracasso11 in WarRock - International Hacks
    22Last post 19y ago

Tags for this Thread

#advanced#beeper#make#tutorialhow