Jump to content

Tap Tap Faraway Kingdom Gold & Diamond Mod?


Itusan

Recommended Posts

Name of Game: Tap Tap Faraway Kingdom!
Play Store Link (If it's a paid app, the apk):https://play.google.com/store/apps/details?id=com.dinocooler.android.fm3&hl=en
Version: 2.2.3
What cheat? Health, xp, gold...:
Have you tried cheating this game? What happened?: Was able to mod Levels, but couldn't figure out how to modify gold or diamonds.
Comments: Just need a little help! Thanks!

Link to comment
Share on other sites

  • Moderators

From code:

Code (Text):

Quote

public class HelloWorld{

     public static void main(String []args){
         for (int i = 999; i < 1001; i++) {
             long l = Double.doubleToLongBits((double)i);
             System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32)));
         }
   
     }
}

For: http://www.tutorialspoint.com/compile_java_online.php

 

 

Change the 999   1001 to range of values you want to search. 

 

 

I haven't installed the game or played, but I'm almost certain it will follow this. 

Floating values

 

1.875 would be 1 in game 

2 is 2

2.125 is 3

2.25 is 4

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.