Jump to content

Search the Community

Showing results for tags 'Patch'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 6 results

  1. View File Patch or Restore with hex on lib Restore or patcher for lib Added Restore function using Patch() code you can edit offsets with hex codes For Restore Lib and offset is enough it will set the hex to original before edit Check file for usage eg Found any bug Contact me here Or in telegram Tg link :- https://t.me/DRAGON_SCRIPTER Submitter DARK_DEMON_SCRIPTER Submitted 07/06/2023 Category Templates  
  2. Version 1.0.0

    1,020 downloads

    Youtube video is out! Pixel Gun 3D Ammo Hack! Just run the script and your ammo will NEVER run out! This script does not visually effect ammo. It just makes it so shooting does not use ammo. Notes: Only compatible with 64-bit (armv8) devices. Only works on game version 22.4.0. Abusing this script may be bannable if you are reported! To prevent bans, use high capacity weapons so people cannot tell you are hacking! If you are spam firing a gun with a low capacity, such as debts collector, solar flare, or signal pistol, people will easily know you are hacking.
  3. MAARS

    Patcher

    Version 2.4.1

    526 downloads

    Patcher Patcher is a game guardian library for patching memory address, it provides a simple interface and handle on/off state of patching. Installation Download the latest version of patcher from here and add it to your project. You can also load the latest version of Patcher from the cdn using the following code. local _, Patcher = pcall(load(gg.makeRequest("https://pastebin.com/raw/wz1sfmWF").content)) Usage Make sure to place the Patcher.lua file in the same directory as your script. local Patcher = require("Patcher") local il2cpp = Patcher.getBaseAddr("libil2cpp.so") local libunity = Patcher.getBaseAddr("libunity.so") local p = Patcher.new({ title = "Custom Title", }) p:add({ name = "Damage Multiplier", address = il2cpp + 0x18643A8, patch = "01 04 A0 E3 1E FF 2F E1r", }) p:add({ name = "HP Multiplier", address = libunity + 0x1864F88, patch = "01 04 A0 E3 1E FF 2F E1r" }) p:run() For more information about how to use the library, please check the repo
  4. Version 1.0.0

    435 downloads

    Restore or patcher for lib Added Restore function using Patch() code you can edit offsets with hex codes For Restore Lib and offset is enough it will set the hex to original before edit Check file for usage eg Found any bug Contact me here Or in telegram Tg link :- https://t.me/DRAGON_SCRIPTER
  5. View File Pixel Gun 3D Ammo Hack 22.4.0 Youtube video is out! Pixel Gun 3D Ammo Hack! Just run the script and your ammo will NEVER run out! This script does not visually effect ammo. It just makes it so shooting does not use ammo. Notes: Only compatible with 64-bit (armv8) devices. Only works on game version 22.4.0. Abusing this script may be bannable if you are reported! To prevent bans, use high capacity weapons so people cannot tell you are hacking! If you are spam firing a gun with a low capacity, such as debts collector, solar flare, or signal pistol, people will easily know you are hacking. Submitter HorridModz Submitted 05/27/2022 Category LUA scripts  
  6. MAARS

    Patcher

    View File Patcher Patcher Patcher is a game guardian library for patching memory address, it provides a simple interface and handle on/off state of patching. Installation Download the latest version of patcher from here and add it to your project. You can also load the latest version of Patcher from the cdn using the following code. local _, Patcher = pcall(load(gg.makeRequest("https://pastebin.com/raw/wz1sfmWF").content)) Usage Make sure to place the Patcher.lua file in the same directory as your script. local Patcher = require("Patcher") local il2cpp = Patcher.getBaseAddr("libil2cpp.so") local libunity = Patcher.getBaseAddr("libunity.so") local p = Patcher.new({ title = "Custom Title", }) p:add({ name = "Damage Multiplier", address = il2cpp + 0x18643A8, patch = "01 04 A0 E3 1E FF 2F E1r", }) p:add({ name = "HP Multiplier", address = libunity + 0x1864F88, patch = "01 04 A0 E3 1E FF 2F E1r" }) p:run() For more information about how to use the library, please check the repo Submitter MAARS Submitted 02/18/2023 Category Tools  
×
×
  • 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.