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 166–176 of 176 · Page 12 of 12
…
Gorzoid
Gorzoid
the error is coming from private static void SDG.Unturned.receiveClient(CSteamID steamID, byte[] packet, int offset, int size, int channel) the server sends an ESteamRejection in the packet and then it brings you back to the menu with that error. the server also handles it in the same .cs private static void receiveServer(CSteamID steamID, byte[] packet, int offset, int size, int channel). I'm not too knowledgeable with hash checks but hopefully this helps, just search for WRONG_HASH and you will find it

---Update---

here is some data I found

byte[20] objects[4-6] are hashes

hash_0_1(4) = hash of server password -- not gonna be this there is no password
hash_0_2(5) = Level.dat file in Maps -- we are not changing map so not this one
h(6) = one of 7 hashes in appout.log sent in byte objects[7] which is always 1 so its the second hash (20 bytes, so from 0x16 to 0x29) -- hash of the assembly csharp.dll. found it!

so, to bypass you will need to either change in Provider.onLevelLoaded where it sends the hash using Provider.send, or change ReadWrite.appOut where it creates the hash in the first place

Just made a post on it http://www.mpgh.net/forum/showthread.php?t=1068320 its pretty fucking simple.
#166 · edited 10y ago · 10y ago
CY
CyberAce
All the source codes at the start of this thread are very nice, but how do you actually use them in reflector or with something like titanium?
I've been able to do a bunch of stuff by modifying things in reflector, but how can I like change to day on the press of a button?

Do I need to inject a DLL? Or is it possible with reflector?
#167 · 10y ago
CY
CyberAce
I see you guys posting pieces of code to do certain things, but how do you know what they do?
Like how do you know that NetworkTools.disconnect(); will disconnect you?
Or How do you know SpawnItems.reset(); will reset items? Do you have to have a lot of experience with Unity to know these?

Because whatever I try, even the ones you guys posted, it gives an error, The name does not exist in current context.
#168 · edited 10y ago · 10y ago
MR
MrCade237
Do I need to create a new class to do nospread I can't seem to get anything working no matter how hard I try
#169 · 10y ago
iQuintennn
iQuintennn
Quote Originally Posted by MrCade237 View Post
Do I need to create a new class to do nospread I can't seem to get anything working no matter how hard I try
the shitty 16 y/o uses hasfor SPREAD etc... servers now check for the hash spread.
If it isn't the same you shouldn't be able to use weapons

/correct me if I'm wrong
#170 · 10y ago
4T
4TehLulz
Quote Originally Posted by iQuintennn View Post
the shitty 16 y/o uses hasfor SPREAD etc... servers now check for the hash spread.
If it isn't the same you shouldn't be able to use weapons

/correct me if I'm wrong
/corrected
Releasing a dll with no recoil / no shake / no spread.

Quote Originally Posted by MrCade237 View Post
Do I need to create a new class to do nospread I can't seem to get anything working no matter how hard I try
Check PlayerAnimation, I think this is what it is under.
#171 · 10y ago
Kr4ken
Kr4ken
Quote Originally Posted by 4TehLulz View Post
/corrected
Releasing a dll with no recoil / no shake / no spread.



Check PlayerAnimation, I think this is what it is under.
Does this still work?(Under ItemGunAsset)

#172 · 10y ago
ic3w0lf22
ic3w0lf22
how do you make a player esp or item esp or get the items/players around you?
cant seem to do this correctly.
#173 · 10y ago
jsshou123
jsshou123
Thank you
#174 · 9y ago
HacxXcoder_Death
HacxXcoder_Death
Single player (Unsecure Servers)

Fix Tiers
}
if (GUILayout.Button("Repare Tiers", new GUILayoutOption[0]))
{
Player.player.movement.getVehicle().askRepairTire( 0x2710);
}

- - - Updated - - -

Single player or [Unsecure servers]

Full Battery



}
if (GUILayout.Button(" Full Battery ", new GUILayoutOption[0]))
{
Player.player.movement.getVehicle().askChargeBatte ry(0x2710);
}
#175 · 9y ago
nerwows
nerwows
Well, idk if this thread is still alive, but: http://imgur.com/a/tUTMA

How do i show this kind of message with my own text in it? Thanks for any support.
#176 · 9y ago
Posts 166–176 of 176 · Page 12 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