Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/01/2018 in all areas

  1. Version 4.0.9070+1.0.3010+1.0.3049

    15,121,113 downloads

    Requires Android: Android 4.0.3-4 / Ice Cream Sandwich MR1 or later. There is support for x86. Video: No root via optimized Parallel Space Lite - GameGuardian (#47glijbj) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (32-Bit Support): About third apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games. After installing it, GG will not see 32-bit games in the virtual space, only 64-bit.
    1 point
  2. Version 101.1

    201,131,488 downloads

    Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).
    1 point
  3. Version Era V7

    161,907 downloads

    Download V7 Key : 948193 PUBGMobile - Era V7 List : -NEW BYPASS AFTER UPDATE- 1.New Speed Menu+ All Speed New 2.New Recoil Menu+ New Value 3.New Antena Menu+ New Value 4.New Aim Menu+ New Value 5.New Sky Menu+ New Value 6.New UI 7.New Instant + SmallCrosshair Hack 8.Alot more new feature in V7 !! And Much More Working Hack! Thanks for great admins and moderators!
    1 point
  4. Version MLBB V1

    78,609 downloads

    Download Here! Key: 948193 Mobile Legends Feature List: 1.New RadarMap(Work Classic & Ranked) 2.Drone View 2-10x(Work Classic & Ranked) 3.Skin Hack 4.Colldown Hack 6.Enemy Lag 7.Damage Hero and many working hacks ! Thanks All ~
    1 point
  5. Version 1.0.0

    1,596 downloads

    script ► 1
    1 point
  6. Hello Cheater on this video hack mobile legends. This time is a trick how to hack mobile legends no error. In this video I use using vpn and game guardian to do cheat mobile legends. In this video I combine how to meet bot and hack mobile legends game guardian. This method is quite effective to ward off guardian error hack mobile legends error that we are fighting is a bot. Therefore we will not be detected by the server. But you can get all achievement like savage. SUBSCRIBE TO GET UPDATE
    1 point
  7. How work wallhack I test many scripts but nothing show behind building,, my phone note 8 !!!
    1 point
  8. View File PUBG Mobile Speed Run Hack DON'T PUT THIS ON YOUR VIP SCRIPT! Speed run hack : make you run faster this is an old function that has been patched by developers for a long time, but I found it again! sometimes this function keeps you stuck when you running. Submitter OYUPRA Submitted 08/22/18 Category LUA scripts
    1 point
    very good,This is a new pattern
    1 point
  9. View File Hide Online Hack [ BUG - High Jump - Fast Run - Unlimited Ammo ] • BUG : Jump past the roof • Unlimited Ammo : Make sure you are a hunter and use a common weapon (MP5) , shoot once before activating unlimited ammo to reduce the bullet (bullets must be less than 30). if there are still problems when activating unlimited ammo, try to activate it before playing (lobby) Submitter OYUPRA Submitted 06/10/18 Category LUA scripts
    1 point
  10. Version 3.0.1_

    1,112 downloads

    Lua in GG is based on LuaJ 3.0.1, so you can try to compile the script into a binary form to hide its code. However, GG is developing. Also, Lua is being modified in it, so that such scripts can not always work, or not work at all. If you experience problems with binary scripts, use the text form of the script. There is no support for the binary form of scripts and will never be. You do everything at your own peril and risk. The binary form does not mean that your script can not be restored. It just makes things a little more complicated. But if you have the necessary skills, the code can be restored. In a binary form, there is no integrity check, so that strings can be modified by the HEX editor. For example, copyright. But you can encrypt the lines so that it is not so easy. LuaJ allows you to both compile the script into a binary form, and print the contents of the script in the form of listing the commands of the virtual machine. The source code of the script is not saved during compilation. So if you lose it, then it will be problematic to restore it. Examples of using: 1. Compilation java -cp luaj-jse-3.0.1.jar luac script_text.lua -o script_compiled.lua 2. Printing script commands java -cp luaj-jse-3.0.1.jar lua -p script_compiled.lua Examples are provided for the Windows command line. If you have Linux or Android, then this is your problem how to run a .jar file there. Do not ask me about it. You must have java installed. It should also be available on the command line. In general, this is also your problem how to run the .jar file. You can see the options available by running .jar with the -h option: java -cp luaj-jse-3.0.1.jar luaс -h java -cp luaj-jse-3.0.1.jar lua -h
    1 point
  11. 1 point
    Now, it is "the best". But I have one suggestion for make it the best. You may add there search values between. I mean if any value is visible like integer, but it is float in shadow. E.g. I see that I have 2 points in game. Well, I will search between Value>=2 and Value<=3. This is possible in computer (e.g. on Cheat Engine or ArtMoney). Because I am not able choose this value to filter in GameGuardian.
    1 point
  12. Version 1.0.0

    5,874 downloads

    To @NewbieSquadArk, Stop copy-paste my script kid. I watchin u
    -1 points
  13. Version 1.2

    65,638 downloads

    Working For Free Fire Last Version ? You Can Win All Games With This Triggered Script..! ? Download Triggered Script Here [VIP] ? No Password ? Come To Discord For More Use Bypass For No Ban
    -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.