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 › MultiPlayer Game Hacks & Cheats › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › [Source]Sound Changer

Cool[Source]Sound Changer

Posts 1–5 of 5 · Page 1 of 1
Samueldo
Samueldo
[Source]Sound Changer
To stop choobs leeching, I'm not showing how to use it.

If you do use it in any way then please credit me on the tool! Or I won't release source like this anymore.

Code:
Public Class Form1
    Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If Dir(TextBox1.Text + "\Game\BGM\") <> "" Then
            System.IO.File.SetAttributes(TextBox1.Text + "\Game\BGM\BGM_LOOP.mp3", System.IO.FileAttributes.Normal)
            Rename(TextBox1.Text + "\Game\BGM\BGM_LOOP.mp3", TextBox1.Text + "\Game\BGM\BGM_LOOP_2.mp3")
            IO.File.Move(TextBox2.Text + TextBox3.Text, TextBox1.Text + "\Game\BGM\")
            Rename(TextBox1.Text + "\Game\BGM\" + TextBox2.Text, TextBox1.Text + "\Game\BGM\BGM_LOOP.mp3")
        Else
            Label5.Text = "Status: BGM Failed!"
        End If
        Label5.Text = "Status: BGM Replaced!"

        If Dir(TextBox1.Text + "\Game\BGM\") <> "" Then
            System.IO.File.SetAttributes(TextBox1.Text + "\Game\BGM\Map_Loading.mp3", System.IO.FileAttributes.Normal)
            Rename(TextBox1.Text + "\Game\BGM\Map_Loading.mp3", TextBox1.Text + "\Game\BGM\Map_Loading_2.mp3")
            IO.File.Move(TextBox4.Text + TextBox5.Text, TextBox1.Text + "\Game\BGM\")
            Rename(TextBox1.Text + "\Game\BGM\" + TextBox5.Text, TextBox1.Text + "\Game\BGM\Map_Loading.mp3")
        Else
            Label5.Text = "Status: Loading Failed!"
        End If
        Label5.Text = "Status: Loading Replaced!"

        If Dir(TextBox1.Text + "\Game\BGM\") <> "" Then
            System.IO.File.SetAttributes(TextBox1.Text + "\Game\BGM\QRT_Count_BGM.mp3", System.IO.FileAttributes.Normal)
            Rename(TextBox1.Text + "\Game\BGM\QRT_Count_BGM.mp3", TextBox1.Text + "\Game\BGM\QRT_Count_BGM_2.mp3")
            IO.File.Move(TextBox6.Text + TextBox7.Text, TextBox1.Text + "\Game\BGM\")
            Rename(TextBox1.Text + "\Game\BGM\" + TextBox7.Text, TextBox1.Text + "\Game\BGM\QRT_Count_BGM.mp3")
        Else
            Label5.Text = "Status: BGM Failed!"
        End If
        Label5.Text = "Status: BGM Replaced!"
    End Sub
End Class
#1 · 16y ago
MugNuf
MugNuf
Easy to make into a program, lol, even for choobs. Good job :P.
#2 · 16y ago
Samueldo
Samueldo
If they can work VB they're only half-choob so this is what I've done.
#3 · 16y ago
MG
MGHP
I think this is for vb 2008 express..Right?

And i have another question why did you use label5 but not 1?When i read the code i have realised that xD
#4 · 16y ago
Samueldo
Samueldo
Yep, it's 08 Express. And it was Label5 because the other 4 were just info, like "Replacement:" and "CA folder:" so people know what the hell they're doing.
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Sound Changer (evolved from BGM Changer)By Samueldo in Combat Arms Hacks & Cheats
    19Last post 16y ago
  • Sound Changer 1.1By Samueldo in Combat Arms Hacks & Cheats
    21Last post 16y ago
  • Combat arms sounds to Counter Strike source soundBy calmiller in Combat Arms Mod Request
    5Last post 16y ago
  • Counterstrike : Source soundsBy Zanxx in CrossFire Mods & Rez Modding
    10Last post 16y ago
  • Counter Strike Source sound (Requested by andreas322) by inc3ndiumBy inc3ndium in CrossFire Mods & Rez Modding
    10Last post 15y ago

Tags for this Thread

None