You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bypass->modules.push_back(newModule("Main Levels", "main-level-bypass", "Allows you to play the main demon levels"));
135
-
bypass->modules.push_back(newModule("Tower Levels", "tower-level-bypass", "Allows you to play the levels in the tower"));
136
-
137
133
//bypass->modules.push_back(new Module("Slider Limit Bypass", "slider-limit", "Allows sliders to go beyond the limit of the slider. <cr>Doesn't work for scaling in the editor currently</c>"));
138
134
139
135
Client::instance->windows.push_back(bypass);
140
-
141
-
auto tps = newInputModule("Ticks:", "tps-bypass-value", "240");
bypass->modules.push_back(newModule("Auto Safe mode", "auto-safe-mode", "Automatically enables safe mode if you have cheats enabled", true));
161
153
bypass->modules.push_back(newModule("Safe mode", "safe-mode", "Disables all progress on levels"));
162
154
163
-
bypass->modules.push_back(newModule("Character Limit", "char-limit", "Removes the <cl>character limit</c> on input fields", false, "<cr>Warning!</c>\nThis module has been <cl>known</c> to cause issues on <cg>some</c> devices such as:\n<cl>- Crashing when you type</c>\n- Crashing when the input field goes away.\nIf the game crashes pressing an ok button, <cr>Disable</c> this module", true));
164
-
bypass->modules.push_back(newModule("Character Filter", "char-filter", "Allows you to input <cg>any</c> character in input fields", false, "<cr>Warning!</c>\nThis module has been <cl>known</c> to cause issues on <cg>some</c> devices such as:\n<cl>- Crashing when you type</c>\n- Crashing when the input field goes away.\nIf the game crashes pressing an ok button, <cr>Disable</c> this module", true));
155
+
bypass->modules.push_back(newModule("Character Limit", "char-limit", "Removes the <cl>character limit</c> on input fields", false, "<cr>Warning!</c>\nThis mod has been <cl>known</c> to cause issues on <cg>some</c> devices such as:\n<cl>- Crashing when you type</c>\n- Crashing when the input field goes away.\nIf the game crashes pressing an ok button, <cr>Disable</c> this mod", true));
156
+
bypass->modules.push_back(newModule("Character Filter", "char-filter", "Allows you to input <cg>any</c> character in input fields", false, "<cr>Warning!</c>\nThis mod has been <cl>known</c> to cause issues on <cg>some</c> devices such as:\n<cl>- Crashing when you type</c>\n- Crashing when the input field goes away.\nIf the game crashes pressing an ok button, <cr>Disable</c> this mod", true));
157
+
158
+
bypass->modules.push_back(newModule("Main Levels", "main-level-bypass", "Allows you to play the main demon levels"));
159
+
bypass->modules.push_back(newModule("Tower Levels", "tower-level-bypass", "Allows you to play the levels in the tower"));
165
160
166
161
bypass->modules.push_back(newModule("Auto Song Download", "auto-song", "Automatically downloads songs when you open a level"));
167
162
bypass->modules.push_back(newModule("Full Options Menu", "full-options", "Replaces the mini options menu in the pause menu with the full options menu"));
0 commit comments