Jump to content

MONSTER

VIP+
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by MONSTER

  1. Riptide_GP2.pngName of Game: Riptide GP2Game Version if known: 1.0Name of Cheat: Cash CheatSearch Regions Needed: 4byteSteps:

    • Open both Riptide GP2, and GameGuardian.
    • Go to the main menu.
    • Search your current amount of cash.
    • Either spend some or gain some.
    • Search your new amount of cash.
    • Repeat this process until you get 1 value.
    • Change it to whatever you want.

    Still nothing for this game ?

  2. Name of Game: Angry Birds Star Wars 2
    Play Store Link (If it's a paid app, the apk): https://play.google.com/store/apps/details?id=com.rovio.angrybirdsstarwarsii.premium
    Version: 1.0.2
    What cheat? Health, xp, gold...: Credits
    Have you tried cheating this game? What happened?: Tried the usual method, didn't work.
    Comments:

     

    Tried searching for amount of credits, spent some and tried searching again, i got the number but it doesn't change.

  3. I just tried hacking this the usual way and it seems to have worked for me.

    I searched for the amount of gold I had and got two results within 5 seconds, I changed the first result and my gold went up and came back down to its original state immediately.

    I then changed the second result and it worked, the gold changed to what I wrote.

    A couple of things to keep in mind,

    I only added about 100 gold just to see if it will work,

    I read somewhere that they can ban you if they see unusal activity,

    I'd like to avoid that.

  4. No, I haven't. At first I thought it was d2, then I figured the developer read this forum. I tried searching for another "official" forum, but that was a bust.

    Should I send the developer an official request?

    I don't know, i thought you'd be more informed than me.

     

    I sent D2Dyno a PM with a link to this topic but i'm guessing he's already seen it.

     

    If you know how to get in touch with the developer i don't see what you've got to lose by just pointing him to this thread.

     

    How did you get to be a moderator ?

  5.  

    An Argument for Hexadecimal Support

    In Game Guardian

    Game Guardian currently allows for only integer data types in its searches. If a real or complex data type needs to be found and edited, GG users must first convert these values to their integral, base ten, numeric representations. Not only are these conversions error prone, but they are counterintuitive and enormously large in their integral form.

    Based on my personal experience, I'd say at least 25% of existing Android games use floating point representation for at least some of their data. I can only assume this is an attempt to discourage the editing of this data by memory editors such as Game Guardian.

    As an example of the conversion needed to search for a floating point number using GG, consider the following where we want to edit the amount of gold:

    Gold = 120

    120 as a real number, float or double = 120.00

    120.00 as a float in HEX = 0x42F00000

    0x42F00000 as an integer for GG searches = 1123024896

    120.00 as a double in HEX = 0x405E000000000000

    0x405E000000000000 as an integer for GG searches = *4638144666238189568 (too large for GG)

    As GG is currently written, to search for 120 as a floating point, you have to convert it to the unmanageable integer 1123024896 for float or *4638144666238189568 for double (too large for GG)! It would be much simpler to search for 0x42F00000 for float or 0x405E000000000000 for double. To make things even easier, if the number does not contain a decimal component (mantissa, which game storage uses usually don't), the zeros could be omitted altogether.

    With the zeros left off and a hexadecimal search option implemented, a search for 120 as a real data type would result in:

    42F0 (without the 0x clarification prefix) instead of 1123024896 used now for float or

    405E (without the 0x clarification prefix) instead of *4638144666238189568 (too large for GG) used now for double

    There may be legitimate reasons real data type searching was omitted from Game Guardian, but using this method, I've been able to hack a couple games that were basically left unresolved in the Request forums and, I have a feeling many more request could be fulfilled.

    I think both Game Guardian and its users would benefit greatly if a hexadecimal data type option were added to the app's search feature.

    Can I get an "ahmen?" lol

    *EDITED: Please note, the double data type is too large to enter into GG as a base 10 dedecimal.

     

    Have you tried contacting the developer about this ?

  6. Try again, but make sure 'More Regions' is selected in 'Set Search Range' - this is usually the problem in cases like this where second searches come up empty.

    Tried several times with 'More Regions' as well as'All Regions'

    Maybe they changed something in an update ?

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