Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/17/2020 in all areas

  1. Version 3.1

    5,599 downloads

    Converting (assembling) ARM 32-bit opcodes. The result is immediately copied to the clipboard. The output is a hexadecimal number, or a sequence of HEX bytes. Possible continuous input of commands. The dialog is accessible by a floating icon and can be called up at any time. If the input fails, a suggestion for correcting the command is displayed. You can input HEX number or HEX bytes. it will be converted to ARM opcode and you can edit it and convert back to HEX number or HEX bytes. You can specify opcode address (in hex) for automatic calculation relative address for branch. Video: ARM converter (opcode to HEX) - GameGuardian (#bgguexqn)
    3 points
  2. Watch on YouTube: ARM to HEX converter on Android - edit opcode - GameGuardian ARM to HEX / HEX to ARM converter (#8pvm0ni6)
    3 points
  3. Bro i Just made a Video but it's size is much larger so i will tell u therotically, listen. Example - COIN VALUE -500 DIAMOND - 200 search known value in Dword 500;200 Whatever result u get Just all edit to whichiever amount u want and play a ome game to exchange the value of coins. And one more thing bro. No need to pay to any body here, we R just here to help each other. If u want to pay then Just donate to enby
    3 points
  4. Watch on YouTube: ARM converter (opcode to HEX) - GameGuardian ARM converter (#t0c9ypo)
    2 points
  5. 1 point
  6. Version 2.1.3-3 GG

    172,911 downloads

    I am not an author. I am only upload the app here. Address all requests for updating the app to the author on Github. He does not exist here. It is useless to write here in the comments, reviews, or to me in PM! All of this will be ignored. Write to the author on Github! Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Usually, the optimized version is installed over the official version. If this does not work, uninstall the official version before installing the optimized version. Differences of the optimized version: no error 105. To install any applications, you may need to disable safe mode in the settings. See screenshots.
    1 point
  7. XOR SEARCH: This method of search is very unique and not intended for you to try as a first method. Once you've tried all memory types, all ranges, unknown increased and unknown decreased and all fail, this method might be what you want to do last. XOR is a simple encryption method, but without the key, you can't know the value. And games lately (not all) will have a key that changes on value change, making finding these types of values EXTREMELY difficult if not impossible... Until now. HUGE thanks to @Enyby The search All the games I've come across that use this method have all been dword, so I'll stick to dword. Also most games (except For Emblem Heroes and some parts in GunPie) the XOR key and XOR value are 4bytes apart. Let's say you have 25 gold. To search 25 with xor key 4 bytes away 25X4 If you know your value is within a range but not 100% on value, so you know you collected about 40 to 45 gold, your search can be 38~50X4 Then when you collect 10 more 48~60X4 During these searches, if you want to eliminate many results that are most likely not it, you can do a does not equal 0 and does not equal the value. You search 500X4 Followed by ≠0 ≠500 Then you can resume the XOR method. This search cannot be done with a group search. If done properly, can do unknown changed/unchanged. Editing You have a couple ways you can edit values. Edit results and if you want to edit to 12345 Put 12345X4 If you want to edit multiple values keeping xor and doing a different value for each. If you have 3 results from searching 500X4 Edit results 100;5000;15000X4 First value week be edited to 100 2nd 5000 and 3rd to 15000. The other option ,goto address, copy value above (xor key) using the xor calculator built into GG, calculate value and got can type values and re-encrypt with proper xor key. Increment edit If you have 5 results and want each to be different, separate each edit with a ;. So for 5 results 5;10;15;20;25X4 Value 1 will be 5, 2 will be 10..... Then you can figure out the correct value, revert and remove the wrong values and continue with editing that one value. List of known games using XOR protected values. Tiny Miners Bullet Force Gunpie Super Mario Run Fire Emblem Heroes (SP: 8 is xor offset. Level: 24 is xor offset) Touch Tank Target Acquired Futurama: Worlds of Tomorrow Pokémon: Magikarp Jump Skychamp HAWK: Freedom Squadron Candy Crush Heroes Infinite Stickman Legend (XOR offset 8) Zombie Pandemic Survivor
    1 point
  8. @SofianeDmt ok, i fixed it again, but let me test it for some time before release it...
    1 point
  9. I solved by myself, Thanks by the way master @Enyby
    1 point
  10. Version 1.0

    15,735 downloads

    Password : EXTREMEBOY SCRIPT Menu : Gold Hack ( In Game ) Gems Hack Many Warriors ( In Game ) How to use? https://youtu.be/eBWLgE9lfCY Script error? Contact me on whatsapp Here
    -1 points
  11. Version 1.2

    1,780 downloads

    this is decrypted script. you can edit the .lua to whatever you wan't
    -1 points
×
×
  • 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.