Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 10/13/2025 in all areas

  1. That's weird, because the version is still 7.57, and the Unlimited Ammo still works fine on my device
    2 points
  2. Memory Range : Anonymous Value Type : Dword Coins and gems just seem to be simple search, refine and edit. Search the amount you have. Spend some of the currency. Refine new amount. If only a few results just edit them all.
    1 point
  3. not sure if this will work but try.. from main screen. search 1;0.3333~0.3334;0.03::9 float. Refine 1 float. edit 5 freeze. (speed multiplier)
    1 point
  4. sorry. was worth a shot.
    1 point
  5. it's not an error.. it's a warning. just saying script is not optimized for pc emulators. sometimes hacks work on pc. what I'm saying is. ignore the warning and try anyways. maybe hacks will work, maybe they won't. just try.
    1 point
  6. it's not for sale. it's all FREE .. you can try it on emulator, but can't guarantee it will work.
    1 point
  7. Whoa! Custom Level with nukes and free weapons? Gonna be a riot!
    1 point
  8. I have a script for this Online Mega Script v04 (100% Free & Not Encrypted) New Scripts Added Daily/Weekly. APEX[GG]v2 (#7iwkynr)
    1 point
  9. Version 10.0

    781 downloads

    See Enemy In Grass (Online) Huge Grass Circle (Online) Camera Zoom (Online)
    1 point
  10. Version 4.0.0

    570 downloads

    • Teleport Menu • Camera Settings • Prop Locator • God Mode • Fly Hack • Fire Rate • LaughterHack • Fullbright Map • Throw Grenades Through Walls
    1 point
  11. -- Il2CppGG by LeThi9GG require("Il2CppGG") -- Usage Instructions: -- This script demonstrates the core functionalities of Il2CppGG, a Lua-based toolkit for inspecting and manipulating Il2Cpp structures in GameGuardian. -- It covers image retrieval, class searching, method and field access, value modification, class dumping, and memory hooking. -- Prerequisites: Ensure GameGuardian is running and the target application uses Il2Cpp. Load this script in GameGuardian for execution. -- Note: Addresses and values are examples; adapt them to your specific game or application. -- For detailed API documentation, refer to the project's README.md or wiki. -- Example: Retrieve Image by Name -- Description: Fetches an Il2Cpp image (assembly) by its name. Use Il2Cpp.Image() without arguments to get all images. local Assembly = Il2Cpp.Image("Assembly-CSharp") -- Retrieves the "Assembly-CSharp" assembly. -- Example: Find Class within an Image -- Description: Searches for a class in the specified image using namespace and class name. Namespace can be nil for root-level classes. local PlayerScript = Assembly:Class(nil, "PlayerScript") -- Parameters: (namespace, classname) -- Alternative: Find Class by Name, Address, or Index -- Description: Directly searches for a class by name (recommended to use GetIndex() for performance optimization). --local PlayerScript = Il2Cpp.Class("PlayerScript") --print(PlayerScript:GetIndex()) -- Outputs the class index for faster future access. -- Example: Find Methods in a Class -- Description: Retrieves a specific method by name or lists all methods with GetMethods(). local LateUpdate = PlayerScript:GetMethod("LateUpdate") -- Finds the "LateUpdate" method. local addPoints = PlayerScript:GetMethod("addPoints") -- Finds the "addPoints" method. -- Example: Find Fields in a Class -- Description: Retrieves a specific field by name or lists all fields with GetFields(). local points = PlayerScript:GetField("points") -- Finds the "points" field. -- Alternative: Find Field by Name or Address -- Description: Global search for a field by name or direct address. --local points = Il2Cpp.Field("points") -- Searches globally by name. -- Alternative: Find Method by Name or Address -- Description: Global search for a method by name or direct address. --local AddPoints = Il2Cpp.Method("AddPoints") -- Searches globally by name. -- Example: Modify a Field Value -- Description: Locates an instance of the class and sets a new value for the field. local obj = PlayerScript:GetInstance() -- Retrieves instances of the class. points:SetValue(obj, 1000) -- Sets the "points" field to 1000 in the instance. -- Example: Dump Class to C# Format -- Description: Outputs the class structure in C# syntax for reverse engineering purposes. --print(PlayerScript:Dump()) -- Dumps the class definition, including fields, methods, and offsets. -- Hooking Examples -- Description: Demonstrates memory hooking for real-time modifications using the Hook module. -- Hooks allow intercepting and altering method calls, parameters, and fields. -- Hook a Field via a Method (e.g., hook "points" field using "LateUpdate" method) -- Description: Modifies the field value every time the method is called. local _LateUpdate = LateUpdate:field() -- Initializes hook on the method for field modification. _LateUpdate:setValues({{offset = points.offset, flags = "int", value = 9999}}) -- Sets the field to 9999. gg.sleep(10000) -- Pauses for 10 seconds to observe the effect. _LateUpdate:off() -- Disables the hook and restores original behavior. -- Hook Parameters of a Method (e.g., hook parameters of "addPoints") -- Description: Alters the parameter values passed to the method. local _addPoints = addPoints:method() -- Initializes hook on the method for parameter modification. _addPoints:param({{param = 1, flags = "int", value = 999999}}) -- Sets the first parameter to 999999. gg.sleep(10000) -- Pauses for 10 seconds. _addPoints:off() -- Disables the hook. -- Hook a Method Call (e.g., call "addPoints" from "LateUpdate") -- Description: Injects a call to another method with custom parameters during execution. local _addPoints = LateUpdate:call()(addPoints) -- Initializes hook to call "addPoints" from "LateUpdate". _addPoints:setValues({{param = 1, flags = "int", value = 999}}) -- Sets the parameter for the called method. gg.sleep(10000) -- Pauses for 10 seconds. _addPoints:off() -- Disables the hook. Il2CppGG Telegram Youtube
    1 point
  12. The money hack doesn't seem to work any more. They upped the security in the game
    1 point
  13. Hello, Game Guardian community! I’m looking for an Asphalt 8 account where all the cars have been unlocked using a cheat table or other cheats. If anyone has such an account and is willing to share or guide me on how to achieve this, I’d really appreciate it. Please feel free to reach out or share any tips. Thanks in advance for your help!
    1 point
  14. Can someone share car ID's of latest version..the one present on internet is one year old. Is there a link of guide or something about how to generate it ?
    1 point
  15. Name : Harvest Town Playstore link : https://play.google.com/store/apps/details?id=com.harvest.android.gr Download link: https://apkpure.com/harvest-town/com.harvest.android.gr hack request: - gold - gem - stamina - health - clock freeze - Anything can be hacked
    1 point
  16. I thought I was the only one, but it turns out I'm not. The same, I tried to scour the Internet in the hope of finding at least a tiny hack, even in YouTube I searched, but there was only a divorce, "AFK arena hacking game currency", and the hack was through some left-wing site. I even tried to hack this game myself, but it didn't work out. I think that one day, at some point, someone will hack this game. (I apologize in advance for mistakes)
    1 point
  17. After using the Unlimited Ammo feature for the last few days, it does not work anymore with the new update. The weapon is reloading.
    0 points
  18. Share a little bit Hope it useful xD Don't ask me on discord, Im too busy irl~ Peace out xD
    0 points
  19. v3.11.80 New Stellar Awakened: Rosetta: job_rank_item.zodiac_judgement New Style: Dionysus (Dream Weaver AS): job_rank_item.dionysus Stellar Awakened Item: job_rank_item.zodiac_dionysus
    -1 points
  20. Hi guys, i made a mistake using the x25 item to the gimmick item, small bomb used for Future Garulea Continent AD. any idea how to fix this ? thanks a lot
    -1 points
  21. v3.13.0 Hope it useful xD Don't ask me on discord, Im too busy irl~ Peace out xD
    -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.