Jump to content

Recommended Posts

  • Moderators
Posted

Use this code 

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)));
         }
   
     }
}

Paste code here 

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

Where you see 999 and 1001

Put your range of values you want to convert .

 

Game uses floating values and you MUST EDIT 2 values.  Editing 1 does nothing. Editing only the other, cause cheat detection. 

  • Moderators
Posted

Actually  basic currency has 2 values. 

Gems only 1.

Uploading video right now for you .

  • Moderators
Posted
6 hours ago, reed265 said:

uh, i failed to edit the money. it says error bla bla bla. bro

@NoFear

any idea why?

You edit only 1 value? 

Explain what you did to trigger it. 

Posted

okay, bro, it seems everything is solved. it seems they updated their game on august 3rd. I can hack it successfully if i use older release. but then when i update it, all my coins are all gone. the SP and the gems are intact though.

@NoFear

so this method is working for any update before august 3rd, bro, i think

Posted
6 hours ago, reed265 said:

okay, bro, it seems everything is solved. it seems they updated their game on august 3rd. I can hack it successfully if i use older release. but then when i update it, all my coins are all gone. the SP and the gems are intact though.

@NoFear

so this method is working for any update before august 3rd, bro, i think

Watch this video. They changed the max money amount alloted. I recorded a bypass.

 

 

 

  • Moderators
Posted
3 hours ago, LethalLighting said:

Watch this video. They changed the max money amount alloted. I recorded a bypass.

 

 

 

Looks like the game knows you cannot have a fractional value. 

Using that link and code I gave, try finding the float value for something like 2000000000000000000

Then edit the value to a proper amount. 

I bet that works too :)

Posted

Needfousreed


Sent from my iPhone using Tapatalk

_______________________________________________
added 1 minute later
Needfousreed


Sent from my iPhone using Tapatalk






Sent from my iPhone using Tapatalk
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.