In Silence – How to create lobbies that hackers can’t join

In Silence – How to create lobbies that hackers can’t join 1 - steamlists.com
In Silence – How to create lobbies that hackers can’t join 1 - steamlists.com

This will provide the tools you need to create private lobbies for friends that won’t be ruined by some random joining and screaming the N-Word. Password-protected lobbies don’t work, but this guide does work.
 
 

Introduction

Hackers currently can run wild in this game. There is no anti-cheat, which means even password protected lobbies are not safe. In this guide, I show you how to modify your game files to prevent hackers from joining your private lobby.
 
 
Essentially a change to one of your game files lets you create private lobbies that don’t show up in the lobby browser, so hackers do not see it and cannot join. Your friends are able to join when you use the “Invite” menu in-game to directly invite them.
 
 
For this to work, you’ll need to be able to navigate to your game’s local files. You can right-click on the game in steam and “Browse Local Files” or navigate there manually. The relevant file will be in a folder like: \Steam\steamapps\common\In Silence\In Silence_Data\Managed, the file is called “Assembly-CSharp.dll”
 
 
 

Backup your current DLL file

You should backup the Assembly-CSharp.dll file before you make any changes. To do this, simply change the name to “Assembly-CSharp.dll.backup”. If you ever need to revert the change, delete the edited DLL and change the name of your backup file by removing the “.backup” portion of the name.
 
 
 

Download a new DLL or Edit it yourself

You will need to either edit the file Assembly-CSharp.dll in your “steamapps/common/In Silence/In Silence_Data/Managed” folder, or you can download a properly edited file from my Github: https://github.com/JesseMH/insilence – [github.com] , then simply replace the file in your /Managed folder.
 
 
If you download the DLL from my GitHub, it only has one change: You can no longer make public lobbies, any lobby you create will be private and for people to join you must be friends with them on steam and use the “Invite” menu to get them into your lobby. Use the official (or your own) Discord Server’s LFG channel to find people to play.
 
 
To edit the DLL file yourself, you’ll need a program like “dnspy”, which is by far the easiest method for making small changes. Once you load the DLL in dnspy, open the C# file “NDDKMCJIFHG”. In there, search for “act_createroom_create”, right-click and “Edit method”, change “roomOptions.IsVisible = true” to “roomOptions.IsVisible = false”, compile, then “Save all” in the file menu and you’re done.
 
 
 

Notes

NOTE: There is currently no anti-cheat in the game, so you shouldn’t get VAC banned or game-banned for editing the DLL file. In the event the devs release a change, like adding anti-cheat, this file will get overwritten anyway. I AM NOT RESPONSIBLE for any issues you have.
 
 
NOTE: if you have any issues with this fix, please report them to the official In Silence discord. If a hacker joins your game, and you think you’ve followed all the steps above correctly, post your DLL file in the discord when you report your problem – it doesn’t contain any personal info, it’ll just let me check if the file has the correct edits. Without this file, I CANNOT help you.
 
 

Written by Bot Conor

 
 
This is all about In Silence – How to create lobbies that hackers can’t join; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*