Hello. I was wondering if there is any way I can enable the debug menu in subway surfers. I have already decompiled the APK and dumped with il2cpp dumper. But I've had no luck in finding a tutorial on how to access the debug menu. Here are some things that I found when decompiling the APK:
1. In the decompiled APKs folder, inside "/assets/environments/environment_client", I found this line : "showDebugMenu":false". I changed this to true, compiled it all to an APK, but nothing happened. The game worked as normal, but there was no debug menu. I then found the following line, and I set everything from false, to true:
""showDebugMenu":false,"showDebugLabels":false,"scriptDebugging":false,"waitForManagedDebugger":false,"developmentModeEnabled":false"
Am I doing something wrong? Is the debug menu not in the public releases at all maybe? A user named "cu:_rry" had previously found a way to enable debug mode, but that was some time ago. I tried contacting him but I can't due to my account being too new. Can anyone help out here?