download link below
[URL]https://fearlessrevolution.com/threads/enter-the-gungeon.689/post-52771[/URL]
added:
quick Reload (can now enabled/disabled)
give Armor (once added Armor disable the code or Ai can not be killed)
all Chests Rainbow (all chests will be spawn as rainbow)
last update for me im done with this game
[SPOILER="Source Code Simple Cheat Menu 8 buttons"]
using UnityEngine;
public class modmenu : MonoBehaviour {
public static bool cheat1;
public static bool cheat2;
public static bool cheat3;
public static bool cheat4;
public static bool cheat5;
public static bool cheat6;
public static bool cheat7;
public static bool cheat8;
public static string string1;
public static string string2;
public static string string3;
public static string string4;
public static string string5;
public static string string6;
public static string string7;
public static string string8;
public static bool ShowHide = false;
public static void MyGUI() {
if (GUI.Button (new Rect (20, 20, 130f, 30f), "Cheat Menu")) {
ShowHide = !ShowHide;
}
if (ShowHide) {
GUI.Box (new Rect (20, 50, 180, 325), "
if (GUI.Button (new Rect (25, 80, 170f, 30f), string1)) {
cheat1 = !cheat1;
}
if (GUI.Button (new Rect (25, 115, 170f, 30f), string2)) {
cheat2 = !cheat2;
}
if (GUI.Button (new Rect (25, 150, 170f, 30f), string3)) {
cheat3 = !cheat3;
}
if (GUI.Button (new Rect (25, 185, 170f, 30f), string4)) {
cheat4 = !cheat4;
}
if (GUI.Button (new Rect (25, 220, 170f, 30f), string5)) {
cheat5 = !cheat5;
}
if (GUI.Button (new Rect (25, 255, 170f, 30f), string6)) {
cheat6 = !cheat6;
}
if (GUI.Button (new Rect (25, 290, 170f, 30f), string7)) {
cheat7 = !cheat7;
}
if (GUI.Button (new Rect (25, 325, 170f, 30f), string8)) {
cheat8 = !cheat8;
}
}
if (cheat1) {
string1 = "cheatname1
cheat1 = false;
} else {
string1 = "cheatname1
cheat1 = true;
}
if (cheat2) {
string2 = "cheatname2
cheat2 = false;
} else {
string2 = "cheatname2
cheat2 = true;
}
if (cheat3) {
string3 = "cheatname3
cheat3 = false;
} else {
string3 = "cheatname3
cheat3 = true;
}
if (cheat4) {
string4 = "cheatname4
cheat4 = false;
} else {
string4 = "cheatname4
cheat4 = true;
}
if (cheat5) {
string5 = "cheatname5
cheat5 = false;
} else {
string5 = "cheatname5
cheat5 = true;
}
if (cheat6) {
string6 = "cheatname6
cheat6 = false;
} else {
string6 = "cheatname6
cheat6 = true;
}
if (cheat7) {
string7 = "cheatname7
cheat7 = false;
} else {
string7 = "cheatname7
cheat7 = true;
}
if (cheat8) {
string8 = "cheatname8
cheat8 = false;
} else {
string8 = "cheatname8
cheat8 = true;
}
}
private void OnGUI ()
{
MyGUI ();
}
}
[/SPOILER]
tutorial here
[URL]https://platinmods.com/threads/how-to-create-simple-mod-menu-in-unity-games.9755/[/URL][/QUOTE]
First, let me say thank you and everyone else who provided cheats for this game.
Now, I have been using your .dll file and it is great until i get to floor 5. When i play through the game with the cheats on, all but give armor when i go to level 5, the game softlocks. I can not turn my character, change guns, talk to certain npcs. I do not know what causes it but i thought i would let you know.
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1