Page 1 of 1

Ignore User Feature (Hack) and other Lobby mods

Posted: Sun Jan 28, 2024 4:16 am
by CheeJudo
Since, for whatever reason, there is no mute feature for the lobby I made a simple hack to ignore those toxic nerds.

It's dead simple.

1.) Open your game folder, where ever it is. My is called "armorcritical-win32-x64".
2.) Go into "resources" ==> "app".
3) There you will find "main.html". Back this file up if you want in case you screw these simple instructions up.
4) Right-click "main.html" and select Open With, and then choose your text editor, such as Notepad.
5.) Find the two lines that say

Code: Select all

$.getScript(domain + "/js/colorpicker/js/colorpicker.js");
$.getScript(domain + "/js/main.js?v=" + Date.now());
6.) Paste the code directly above these two lines.
7.) Add the user name of people you want to ignore.
8.) Restart client.

*Note: This doesn't have any effect on in game chat.

Code: https://pastebin.com/x4hD1mmp
Picture for reference: https://imgur.com/NqJrSHu
Video for reference: https://youtu.be/TpWfSSnY46c?si=XVYZmsp9OFl0Hk9j

Let me know if you guys want any more of this type of mod. Can only be done for the Lobby client.

P.S. to devs: I'm willing to help improve your game.

Re: Ignore User Feature (Hack) and other Lobby mods

Posted: Sun Jan 28, 2024 1:20 pm
by oTaCon
CheeJudo wrote: Sun Jan 28, 2024 4:16 am Since, for whatever reason, there is no mute feature for the lobby I made a simple hack to ignore those toxic nerds.

It's dead simple.

1.) Open your game folder, where ever it is. My is called "armorcritical-win32-x64".
2.) Go into "resources" ==> "app".
3) There you will find "main.html". Back this file up if you want in case you screw these simple instructions up.
4) Right-click "main.html" and select Open With, and then choose your text editor, such as Notepad.
5.) Find the two lines that say

Code: Select all

$.getScript(domain + "/js/colorpicker/js/colorpicker.js");
$.getScript(domain + "/js/main.js?v=" + Date.now());
6.) Paste the code directly above these two lines.
7.) Add the user name of people you want to ignore.
8.) Restart client.

*Note: This doesn't have any effect on in game chat.

Code: https://pastebin.com/x4hD1mmp
Picture for reference: https://imgur.com/NqJrSHu
Video for reference: https://youtu.be/TpWfSSnY46c?si=XVYZmsp9OFl0Hk9j

Let me know if you guys want any more of this type of mod. Can only be done for the Lobby client.

P.S. to devs: I'm willing to help improve your game.
Very cool! I'll try this out when I get home tonight.

Thanks Chee =)