Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/26/2023 in all areas

  1. Version 2.4.1

    703 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
    2 points
  2. So what I'm finding, I think should be noted and possibly call out the developer on the matter. I'll probably share what I know and how it can benefit within a couple days or so... I'm not really impressed though with the developer. It feels like a scam of a game, you'll all see after I do more tests.
    2 points
  3. 8,670 downloads

    Game Name: Shadow Fight 3 - RPG fighting Package: APKCOMBO Architecture: 64 Bit & 32 BIT Version: 1.33.3 NOTE:- - 1 HIT KILL(64bit):- AFTER KILL ENEMY IN LAST ROUND DISABLED IMMEDIATELY. - ENEMY DAMEG SELF:- IF ENEMY TURN ON ABILITY OR THROW KNIFE THEN YOU NEED TO DISABLE AND TURN ON AFTER ABILITY DONE. -SOME FEATURES CREDIT TO APEX[GG] FEATURES: 1- DUMB ENEMY 2- AUTO WIN [PATCHED] 3- 1 HIT KILL 4- MULTI HIT & INCREASE DAMAGE 5- ENEMY DAMAGE SELF [ONLY 64 BIT] 6- ATTACK RANGE 7- AUTO FIGHT [NEW] CREDITS: LATOM Telegram: https://t.me/LATOM_HACKER Follow me for any update Enjoyed
    1 point
  4. so thats not the "Perfect nature" you are looking for?
    1 point
  5. Excited to hear what you found :)
    1 point
  6. Hello, The script doesn't work. It says script ended
    0 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.