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 › Programming Tutorials › [Tutorial]Beep in system

[Tutorial]Beep in system

Posts 1–15 of 19 · Page 1 of 2
DA
DarkBright
[Tutorial]Beep in system
This is a nice sound u can disable it and do not any damage to your computer ! ( this goes in a button ) :

Code:
Set oWS = WScript.CreateObject("WScript.Shell")
oWS.Run "%comspec% /c echo " & Chr(07), 0, True
This just make a dumb/weird/funny sound !
#1 · 18y ago
Alen
Alen
This is the beep at start up... and it's not wierd -.-
#2 · 18y ago
OL
olie122333
Quote Originally Posted by DarkBright View Post
This is a nice sound u can disable it and do not any damage to your computer ! ( this goes in a button ) :

Code:
Set oWS = WScript.CreateObject("WScript.Shell")
oWS.Run "%comspec% /c echo " & Chr(07), 0, True
This just make a dumb/weird/funny sound !
get homer simpsons "doh!" sound XD
#3 · 18y ago
radnomguywfq3
radnomguywfq3
I'm going to assume VB.

VB :
Shell("Beep");

C++
system("Beep"); (Or cout \a)
#4 · 18y ago
diamondo25
diamondo25
Quote Originally Posted by jetamay View Post
I'm going to assume VB.

VB :
Shell("Beep");

C++
system("Beep"); (Or cout \a)
And VBA (Visual Basic For Applications):

Beep

#5 · 18y ago
TE
Teeman
woot random beeping noises ftw
#6 · 18y ago
Hispiforce
Hispiforce
dont spam cock sucker
#7 · 18y ago
Credzis
Credzis
Quote Originally Posted by jetamay View Post
I'm going to assume VB.

VB :
Shell("Beep");

C++
system("Beep"); (Or cout a)
works but euh ...

Beep(150, 100);

works fine 2 :\
#8 · 18y ago
FR
freedy1905
thx...............
#9 · 18y ago
TE
Teeman
do i need some sort of module for this too? I just tried it and i got errors.
#10 · 18y ago
WI
Win32Prog.
Their playing around :P
#11 · 18y ago
FR
frono15
get a sound that says''BITCH"
#12 · 18y ago
yacobo
yacobo
it is the speaker inside ur pc that can only beep so u cant get different thing for it to play nub!
#13 · 18y ago
mostwanted
mostwanted
One Beep: DRAM refresh failure

This may be due to
- Bad memory chips
- A bad DMA Chip
- Bad memory addressing chips on the motherboard

Two Beeps: Parity error or Parity Circuit failure
-Your memory may not be seated properly on the mother board.-Unplug and plug it properly

Three Beeps: Bad memory or bad mother board

Four beeps: Timer failure in the RAM.

Five Beeps: CPU chip may be dead

Six Beeps: Keyboard controller may have failed

Seven beeps: CPU is dead. Retry the connections and test.
-Replace the whole motherboard.

Eight Beeps: Video card is missing or Bad.

Nine Beeps : Damaged ROM BIOS.
-BIOS chip has to be replaced if it persists.

Ten Beeps: CMOS shutdown.
-Replace CMOS memory and associated chips.

Eleven Beeps: Cache memory test has failed.
-To enable cache memory try CTRL+ALT+SHIFT++.

One long Beep and Three short Beeps: Memory failure

One long Beep and Eight short Beeps: Video card failure.
-Try to install video card in another slot.

No Beeps: Check Power supply
-Check mother board connections
-Remove all cards except video card and check for system power up
-Insert all cards one at a time and check their operation.
-If system hangs on the installation of a particular card, then it is the cause for the problem and replace it with another of that type and
check

:smiley_mdr:
#14 · 18y ago
Kirge
Kirge
I made a program that made an endless loop of beeping.

while(1==1) {
cout << "\a";
}

Oh, and I gave it to my friend, he kinda freaked out, rofl
#15 · 18y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • [Tutorial] 3# - Login system | SimpleBy Zoom in CrossFire Hack Coding / Programming / Source Code
    12Last post 16y ago
  • [Tutorial] MW2 Ultimate Admin System v3 Guide Made SimpleBy ThrowTheCat in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    8Last post 15y ago
  • Warrock Hack - TutorialBy Dave84311 in WarRock - International Hacks
    667Last post 18y ago
  • Photoshop TutorialsBy Dave84311 in Art & Graphic Design
    3Last post 20y ago
  • Tutorial Replies - Direct Memory Access (DMA) to Static Memory AddressesBy Dave84311 in General Game Hacking
    3Last post 20y ago

Tags for this Thread

#beep#system