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 › Other First Person Shooter Hacks › 7 Days to Die Hacks & Cheats › Basic Assembly Editing Using dnSpy (Video Edition)

Basic Assembly Editing Using dnSpy (Video Edition)

Posts 1–15 of 30 · Page 1 of 2
Sqeegie
Sqeegie
Basic Assembly Editing Using dnSpy (Video Edition)
Greetings fellow MPGH stalkers,

For many, English is not their first language. Due to this language barrier, many find learning how to edit the Assembly-CSharp.dll difficult from the English-only tutorials on this forum. With this issue in mind, as well as the goal of creating better visual-based learning, I've created a few different videos of myself editing the Assembly-CSharp.dll. While the language used the the videos is English (and you cannot copy text from videos into a translator), I hope by giving a visual example, it will be easier for people to follow along by using simple pattern recognition.

I will be using dnSpy as the assembly editor in the videos. While in the past, I've primarily used ILSpy or .NET Reflector, dnSpy can be more beginner friendly in my opinion.


The Beginning
Setting up dnSpy and opening an assembly.

1. Download dnSpy
 
dnSpy

2. Open the Assembly-CSharp.dll
 
OPEN!

3. Setting dnSpy options (IMPORTANT)
 
SHOWME



The Meat (and Potatoes)
Making all of the desired edits to the assembly.

Beyond the several examples shown here, most (if not all) modifications listed in past information sheets still apply. Just pick and choose what you want.

Some of the videos will have "IL" alternatives. These are where the assembly instructions are edited directly like in the past with ILSpy. Editing the assembly using dnSpy's C# method editor is often much easier. However, it does not work all of the time. If errors are generated after editing using the C# editor, you will probably have to edit whatever modification you're doing using the old IL.


4a. Creative and debug menus IL
 
CM&DM

4b. Console Commands
 
Console

4b-2. Console Commands with IL
 
Console IL

4c. Displaying all players on the map
 
Map Features

4c-2. Displaying all players on the map IL
 
Map Features IL

4d. Build Distance, Build Interval, Pickup Distance
 
createWorld Consts



The End
Saving all of the changes.

After make all of the desired modifications to the Assembly-CSharp.dll, you must save the changes. This is very IMPORTANT. Obviously, if you don't save the changes, none of the edits will work.

5. Saving the Assembly
 
PLZSAVE

Summary: File -> Save Module -> Ok


Best,
Sqeegie
#1 · 6y ago
AL
Alma696
Sqeegie Thank you very much, you really helped out and helped me. I did it and I finally can enjoy a normal game.
#2 · 6y ago
1S
1swiftfox1
Solid post man! Managed to get this working, really appreciate it! I had a bit of experience with editing Assemblies but couldn't for the life of me find the CM and DM line. Appreciate it man!
#3 · 6y ago
SI
sirdexter
7DTD Modified Assembly A18.4-b4
can you make me one please ...dll
#4 · 6y ago
CyRex
CyRex
thank you for the work.

The instructions are excellent and easy to understand and implement, with success in this regard.

everyone started as a beginner and starts skills. thx Sqeegie
#5 · 6y ago
DJ
DJOK
How can I give myself an admin panel on the server in the same way? And give out ban, kick, mute to players and all the rest of it? How do I do this in dnSPY, or can you just provide a ready-made file with it?
#6 · 6y ago
JordanHameski
JordanHameski
Quote Originally Posted by DJOK View Post
How can I give myself an admin panel on the server in the same way? And give out ban, kick, mute to players and all the rest of it? How do I do this in dnSPY, or can you just provide a ready-made file with it?
The Admin panel is server-side only files.
You can edit only client-side files in that way.
#7 · 6y ago
JordanHameski
JordanHameski
Hi there.
Can we make all entities, including ZombieEntity displayed on map, using IsOnMapIcon class from EntityPlayer?
#8 · 5y ago
RI
Riseagainstfate
For some reason i change the CM to true like in the video save it like the video shows but when i launch the game, i dont have CM, then when i check the assembly again it shows the changes i made are not there anymore even tho i saved like the video showed? anyone have any idea what i might be doing wrong?
#9 · 5y ago
KI
kivi94
Players
Dont work see players.
why?
#10 · edited 5y ago · 5y ago
SovietObAm
SovietObAm
Hi, thanks for sharing this! The only thing im having trouble with is the show all players on map. I've checked both the IL way and the non IL way. Everything seems the same as yours. Any ides?
#11 · 5y ago
PI
pipocrazy
Thank you very much
Thank you very much
#12 · 5y ago
KU
Kubrows
Can someone post the one for 19.1 please?
#13 · 5y ago
JI
jim2029
Quote Originally Posted by Kubrows View Post
Can someone post the one for 19.1 please?
Did you even try this method on 19.1? If you did, you'll see it works still..... (SMDH)
#14 · 5y ago
ZE
Zeusiosas
Doesnt work for newest version. Only changing it to CM / DM and at Game startup i get blackscreen.
#15 · 5y ago
Posts 1–15 of 30 · Page 1 of 2

Post a Reply

Similar Threads

  • Wanna cut some part of the .mp3 out without using any video editing program?By Deergab in General
    0Last post 15y ago
  • Video Editing ProgramsBy steve000 in Hardware & Software Support
    8Last post 17y ago
  • Video editing tools?By lostcausejr in General
    6Last post 17y ago
  • Video Editing programBy loldilol in Combat Arms Hacks & Cheats
    3Last post 17y ago
  • Free PROFESSIONAL Video Editing with Sony Vegas Pro 9By MissRandomSpam in Combat Arms Discussions
    40Last post 16y ago

Tags for this Thread

None