Jump to content

Trasd

Administrators
  • Posts

    182
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Trasd

  1. Trasd

    Hello

    Hey Darren, welcome!
  2. It's so nice of Google to ban/block customers for trying to change in-game currency (I'm not talking about Freedom) while at the same time letting companies get away with loosing in-game purchases and not being obligated to restore your purchase or refund your money. Can anyone say "going to crap?"
  3. Trasd

    Hi

    Good morning and welcome!
  4. What is the exact error message you are getting?
  5. Trasd

    Hello

    Welcome!
  6. To what ends? I'm not sure what benefit it would be, but maybe I missed something. I think, if you could make this plug-in work automatically for tracking referrals, you could use it to help implement the VIP Credit system I suggested Current members could get credits for referring new members. This would hopefully increase traffic, which I would think is our ultimate goal.
  7. I want to thank my mom and dad, the rest of my family, my dogs... Actually d2, I was about to send you a PM about this, but you caught it! Good times, good times.
  8. Rooting is not an easy subject and varies from tablet to tablet, phone to phone, and manufacturer to manufacturer. There is no possible way I could explain all the ins and outs here, nor do I know them all. Best thing to do would be to check in the XDA forums for your specific system. I recommend rooting only if you know what you are doing or want to learn. Of course cheating can be a strong motivation. Good luck. If you run into trouble, let us know.
  9. Trasd

    Howdy All

    IAP will be the downfall of Android! Welcome.
  10. Nice, but it looks like the demo version will work here as well: "- IDA PRO (I am using IDA PRO 6.4, the demo will suffice)"
  11. Sorry, but Arcane Legends definately uses a server-side system. Spacerime Studios, in my experience, keeps pretty tight control over its accounts. I don't think there is much that can be done from the android client end. Ideas, anyone?
  12. Trasd

    hi

    I'm here - Hi!
  13. 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?" *EDITED: Please note, the double data type is too large to enter into GG as a base 10 dedecimal.
  14. 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.
  15. Trasd

    Root

    I just got my ASUS TF700T about three months ago. One of the first things I did was root the device, but I DID NOT UNLOCK the bootloader. According to many sources, unlocking the bootloader will void your warranty, but just rooting it won't. I have had very little trouble using ASUS's OS rooted. The original OS can always be recovered if you root it following this method, but if you unlock the bootloader, many say you can brick your device. When my warranty is expired, I will probably unlock the bootloader, but as of yet, besides ClockworkMod, I haven't found a reason to do so. I followed the directions (read the readme) here. It looks complicated, but it really is quite simple. If I remember right, after installing the USB driver, you just plug in your tablet and run the batch file. It really takes only a couple minutes. I also recommend you purchase SuperSU Pro as it works better than the original. I also recommend you update to the latest OS, if it is available to you (actually, I'm still at 4.2.1 because I need to send my unit in for warranty work - I will update before I send it in and that will unroot me). If you have any trouble, let me know. Good luck!
  16. Trasd

    New logo

    Just checked the new logo on tapatalk, looks nice.
×
×
  • 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.