Jump to content

Pixel Car Racer (Android)


LethalLighting
 Share

Recommended Posts

Name of Requested File: Trying to mod the cash

Link To Download: https://play.google.com/store/apps/details?id=com.StudioFurukawa.PixelCarRacer

Is the game server-sided: not sure 

Comments:

 

I'm trying to mod the cash and it comes up with F, D and X type lines. When I change the D line, it says, cheating not allowed and takes all my money. 

 

Can anyone help?

Link to comment
Share on other sites

  • Moderators

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. 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

 

 

 

Link to comment
Share on other sites

  • Moderators
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 :)

Link to comment
Share on other sites

  • 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
 Share

×
×
  • 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.