Jump to content

Mr.Yeah

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Mr.Yeah

  1. Looks like it saves the game server-sided. But I'm not entirely sure.
  2. It's as easy as cheating money because it's a double, too. Afaik every number in the game is a double.
  3. You can cheat it with GameGuardian. It's pretty similar to other games; there is no cheat protection. The problem: The values are saved as double (a way to save rational numbers). And GameGuardian doesn't support anything except unsigned integers (whole numbers between 0 and 4294967295). But with a little bit work it's possible to manipulate doubles. You'll also need: a way to convert unsigned integers to hexadecimal values and vice versa a way to convert doubles to hexadecimal values and vice versa I'll use an online converter for the following example: cheating money in Clear Vision 3. Example values will be in parentheses. Get the value you want to cheat (2450) Convert this double to hex (0x40A3240000000000) Be sure that the last 8 digits are zeros. Otherwise the cheated value could become different than expected. Convert the first 8 digits (0x40A32400) to int (1084433408) Make sure that the search range of GameGuardian is set to "More Regions" Search for the int If GG found more than one value, change it in the game and repeat step 1-5 until only one value is left Convert your desired cheated double (100000000) to hex (0x4197D78400000000) Make sure that the last 8 digits are zeros. If not, try another value. Otherwise the cheated value could become different than expected. Convert the first 8 digits (0x4197D784) to int (1100470148) Cheat the value in GG It's done.
  4. Start a root file manager on your device Go to your application data folder (on my device, it's /data/data) Go to com.studiopantisniff.popsicle_showdown/files Edit gamesaves.ini Search for [money] Under this line, there should be a line starting with coins=. Replace this line with coins=999.000000 There you go! You have the maximum amount of coins.
×
×
  • 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.