Jump to content

Mr.Yeah

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Mr.Yeah

  1. 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.

    1. post-4421-0-06800700-1392131752_thumb.pn
      Get the value you want to cheat (2450)
    2. post-4421-0-71979000-1392131568_thumb.pn
      post-4421-0-49611200-1392131726_thumb.pn
      Convert this double to hex (0x40A3240000000000)
      Be sure that the last 8 digits are zeros. Otherwise the cheated value could become different than expected.
    3. post-4421-0-32217600-1392131728_thumb.pn
      post-4421-0-53735700-1392131729_thumb.pn
      Convert the first 8 digits (0x40A32400) to int (1084433408)
    4. post-4421-0-87600200-1392131753_thumb.pn
      Make sure that the search range of GameGuardian is set to "More Regions"
    5. post-4421-0-40031700-1392131755_thumb.pn
      Search for the int
    6. post-4421-0-00258300-1392131758_thumb.pn
      If GG found more than one value, change it in the game and repeat step 1-5 until only one value is left
    7. post-4421-0-78015100-1392131730_thumb.pn
      post-4421-0-17132200-1392131732_thumb.pn
      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.
    8. post-4421-0-42538500-1392131733_thumb.pn
      post-4421-0-80510300-1392131734_thumb.pn
      Convert the first 8 digits (0x4197D784) to int (1100470148)
    9. post-4421-0-52892400-1392131759_thumb.pn
      Cheat the value in GG
    10. post-4421-0-87949700-1392131763_thumb.pn
      It's done.
    1. Start a root file manager on your device
    2. Go to your application data folder (on my device, it's /data/data)
    3. Go to com.studiopantisniff.popsicle_showdown/files
    4. Edit gamesaves.ini
    5. Search for [money]
    6. Under this line, there should be a line starting with coins=. Replace this line with coins=999.000000
    7. 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.