We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaee53 commit 9b29826Copy full SHA for 9b29826
changelog.md
@@ -1,6 +1,7 @@
1
# 1.6.3
2
3
- Fixed Custom Message Label text being cut off to 12 characters
4
+- Fixed Auto Clicker not being considered a cheat by auto safe mode
5
- Added **Percentage Label**
6
- Ported **Show Trajectory** to 2.206
7
- This is a COMPLETE REWRITE of Show Trajectory, Fixing many issues such as portals activating early and the trail disappearing sometimes
src/Hacks/SafeMode/SafeMode.hpp
@@ -41,6 +41,7 @@ class SafeMode
41
"jump-hack",
42
"tps-bypass",
43
"auto-coins",
44
+ "auto-clicker",
45
};
46
47
static SafeMode* get();
0 commit comments