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 › Steam Games Hacks & Cheats › Unturned Hacks & Cheats › Post Your Source Codes Here

Post Your Source Codes Here

Posts 1–15 of 176 · Page 1 of 12
…
TheMaskedOne
TheMaskedOne
Post Your Source Codes Here
Alright maybe something nice to keep the forum clean and help each other to make great hacks .

Lets do it as follow:

Example:

- Version: 2.2.1 (Maybe usefull for the future)
- what the code does ( print server message)
- Additional info ( References: assembly-CSharp.dll , assembly-CSharp-firstpass.dll, assembly-unityscript-firstpass.dll, unityengine.dll )
Code:
if (Input.GetKeyDown(KeyCode.Home))
        {
            NetworkChat.sendAlert("Print server message :D");
        }
@Color sticky maybe?

Edit: Please do not use this thread to ask for questions how to use it etc PM / VM that person! Keep this thread only with source codes etc


After long consideration, this thread is now a perm. sticky. Please use this thread to share projects or source code from now on. Don't forget we here at MPGH appreciate your efforts and keep on hacking!

-Community Minion Raple
#1 · edited 10y ago · 12y ago
Blueblood1
Blueblood1
Me First :P

- Version: All (Unless Unity updates)
- Spawn on cursor.
Code:
Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
RaycastHit hit;
if (Physics.Raycast(ray, out hit, distance))
{
                
}

- Version: All (Unless lighting is redone)
- Improved Full Bright
Code:
RenderSettings.ambientLight = new Color(0.95f,0.95f,0.95f);
base.ligh*****lor = Color.black;
base.light.intensity = 0f;
- Spawn Items
- Version: 2.2.1
Code:
SpawnItems.spawnItem(itemId, 1, Camera.main.transform.position);
#2 · edited 12y ago · 12y ago
TheMaskedOne
TheMaskedOne
- Version: 2.2.1
- Suicide when pressing home button
Code:
if (Input.GetKeyDown(KeyCode.Home))
        {
            SpawnPlayers.reset();
        }
- Version: 2.2.1
- Panic quit when you hit U
Code:
if (Input.GetKeyDown(KeyCode.U))
        {
            NetworkTools.disconnect();
        }
#3 · 12y ago
Blueblood1
Blueblood1
Trying to one up me eh? take some of this!

- Version: 2.2.1
- Instantly shuts down your game when pressing Numpad Peroid.
Code:
        
#region Panic Button
if (Input.GetKeyDown(KeyCode.KeypadPeriod))
{
     Application.Quit();
}
#endregion
#4 · 12y ago
AlexGeoZz1
AlexGeoZz1
SOURCE WARS lol
#5 · 12y ago
xiEatNoodlezx
xiEatNoodlezx
Code:
if(noodle.energy)
{
Lamp.setLights(true);
}
Makes all Lamps turn on.
#6 · edited 12y ago · 12y ago
xiEatNoodlezx
xiEatNoodlezx
Code:
if(//key)
{
if(Noodle.Achieve < 1)
{
SteamUserStats.IndicateAchievementProgress("crimesagainstzombanity", 500, 0x3e8);
SteamUserStats.IndicateAchievementProgress("outdoorsman", 500, 0x3e8);
SteamUserStats.IndicateAchievementProgress("hunter", 50, 100);
SteamUserStats.IndicateAchievementProgress("crimesagainsthumanity", 50, 100);
SteamUserStats.IndicateAchievementProgress("hoarder", 500, 0x3e8);
SteamUserStats.SetAchievement("abridgetoofar");
SteamUserStats.SetAchievement("adayinthesun");
SteamUserStats.SetAchievement("chess");
SteamUserStats.SetAchievement("trueguts");
SteamUserStats.SetAchievement("graduate");
SteamUserStats.SetAchievement("hero");
SteamUserStats.SetAchievement("bandit");
SteamUserStats.SetAchievement("knowledgeable");
SteamUserStats.SetAchievement("skilled");
SteamUserStats.SetAchievement("experienced");
SteamUserStats.StoreStats();
}
Noodle.Achieve++
}
Unlocks Achievements
#7 · edited 12y ago · 12y ago
OG
oglog
Confused O.o?
Quote Originally Posted by xiEatNoodlezx View Post
Code:
if(//key)
{
if(Noodle.Achieve < 1)
{
SteamUserStats.IndicateAchievementProgress("crimesagainstzombanity", 500, 0x3e8);
SteamUserStats.IndicateAchievementProgress("outdoorsman", 500, 0x3e8);
SteamUserStats.IndicateAchievementProgress("hunter", 50, 100);
SteamUserStats.IndicateAchievementProgress("crimesagainsthumanity", 50, 100);
SteamUserStats.IndicateAchievementProgress("hoarder", 500, 0x3e8);
SteamUserStats.SetAchievement("abridgetoofar");
SteamUserStats.SetAchievement("adayinthesun");
SteamUserStats.SetAchievement("chess");
SteamUserStats.SetAchievement("trueguts");
SteamUserStats.SetAchievement("graduate");
SteamUserStats.SetAchievement("hero");
SteamUserStats.SetAchievement("bandit");
SteamUserStats.SetAchievement("knowledgeable");
SteamUserStats.SetAchievement("skilled");
SteamUserStats.SetAchievement("experienced");
SteamUserStats.StoreStats();
}
Noodle.Achieve++
}
Unlocks Achievements
___________________________
ok so i may be a noob, but how do you use these codes, do you use them in cheat engine or what, some ppl say that i need to use c++ but i dont get it
#8 · 12y ago
xiEatNoodlezx
xiEatNoodlezx
Quote Originally Posted by oglog View Post
___________________________
ok so i may be a noob, but how do you use these codes, do you use them in cheat engine or what, some ppl say that i need to use c++ but i dont get it
http://www.mpgh.net/forum/showthread.php?t=843138

Use part 3
#9 · 12y ago
FinishTheFight
FinishTheFight
Quote Originally Posted by xiEatNoodlezx View Post
Unlocks Achievements
I'm assuming you included Steamworks?
#10 · 12y ago
xiEatNoodlezx
xiEatNoodlezx
Quote Originally Posted by FinishTheFight View Post
I'm assuming you included Steamworks?
Added it as a refrence and refrenced it yes
#11 · 12y ago
LordNature
LordNature
Quote Originally Posted by xiEatNoodlezx View Post
Code:
if(//key)
{
if(Noodle.Achieve < 1)
{
SteamUserStats.IndicateAchievementProgress("crimesagainstzombanity", 500, 0x3e8);
SteamUserStats.IndicateAchievementProgress("outdoorsman", 500, 0x3e8);
SteamUserStats.IndicateAchievementProgress("hunter", 50, 100);
SteamUserStats.IndicateAchievementProgress("crimesagainsthumanity", 50, 100);
SteamUserStats.IndicateAchievementProgress("hoarder", 500, 0x3e8);
SteamUserStats.SetAchievement("abridgetoofar");
SteamUserStats.SetAchievement("adayinthesun");
SteamUserStats.SetAchievement("chess");
SteamUserStats.SetAchievement("trueguts");
SteamUserStats.SetAchievement("graduate");
SteamUserStats.SetAchievement("hero");
SteamUserStats.SetAchievement("bandit");
SteamUserStats.SetAchievement("knowledgeable");
SteamUserStats.SetAchievement("skilled");
SteamUserStats.SetAchievement("experienced");
SteamUserStats.StoreStats();
}
Noodle.Achieve++
}
Unlocks Achievements
Couldn't you just use SAM (Steam Achievement Manager)?
#12 · 12y ago
xiEatNoodlezx
xiEatNoodlezx
Quote Originally Posted by LordNature View Post
Couldn't you just use SAM (Steam Achievement Manager)?
You can, but this is more safe, I mean, you dont have that running a million apps
#13 · 12y ago
LordNature
LordNature
Quote Originally Posted by xiEatNoodlezx View Post
You can, but this is more safe, I mean, you dont have that running a million apps
SAM doesn't run a million apps? SAM is one single program that can edit other games achievements. Pretty much the best achievement editor.
#14 · 12y ago
xiEatNoodlezx
xiEatNoodlezx
Quote Originally Posted by LordNature View Post
SAM doesn't run a million apps? SAM is one single program that can edit other games achievements. Pretty much the best achievement editor.
Yeah, i know what you mean xD but steam stacks the games your on, and trust me, when a user see's that, they open two games at the same time (because it takes a while to tell back to steam that you closed the game) and some have like 5 games open and that alerts the ban system
#15 · 12y ago
Posts 1–15 of 176 · Page 1 of 12
…

Post a Reply

Similar Threads

  • Ask for Source Codes here / Release your Source Codes here [Collection]By taylan in WarRock Hack Source Code
    24Last post 15y ago
  • Release your .SQF Source Code Here! (Godmode, ESP, Etc)By ItsZaydeh in DayZ Mod & Standalone Hacks & Cheats
    28Last post 11y ago
  • Post your USED codes here!By MuffinHD in League of Legends Discussions
    47Last post 12y ago
  • Post your Auth Codes here! (RSBots.net)By Ravallo in Runescape Hacks / Bots
    220Last post 14y ago
  • Post your game name hereBy styx23 in WarRock - International Hacks
    49Last post 19y ago

Tags for this Thread

None