Cheat menu not working in latest patch

The Batman

New Member
Oct 21, 2022
2
0
24
As the title says, I'm unable to access the cheat menu in the latest patch. Had it before the update, but vanished after, and hitting the i doesn't seem to re-enable it. This is on Android APK.
 
Last edited:

Theron

Well-Known Member
Nov 8, 2018
3,620
1,377
44
Try opening the Console with F12 and typing in
flags.CHEATS_ENABLED
What is the output?

If it's something other than 1 try typing
flags.CHEATS_ENABLED = 1
 

Theron

Well-Known Member
Nov 8, 2018
3,620
1,377
44
According to Google:
How do I get console in mobile browser?

Just open new tab and type: chrome://inspect , then click on Start logging button, then visit the page that you want to debug.

If you're using something other than Chrome, a similar method might work. I'm reasonably certain it's possible.