This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Method name encrypted

cod275

Platinian
Most of the useful method names are obfuscated so there is no way to tell which one is which, anything I can do beside testing them all, any help would be appreciated.
 
You can use frida tho intercept what method is called
 
Try loading a previous version of the game and see if the functions are obfuscated in it. If the functions are not obfuscated, remember the fields used in the class, the functions, their number and try to search by any of these features.