Jump to content

APEXggV2

Ascended
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by APEXggV2

  1. I can add and subtract in my head easily with decimal values... not so much with hex
  2. limits the length of the hex.. sometimes in 32bit, you'll get a hex of FFFFFFFF0ABCDEAB, and we don't want to copy all the "F" or the "zero" if there are any
  3. maybe not always.. I just tested on 4 more games.. 10 games total, all showing correct offset as in the dumper.. there must be something I just can't see on my own device that would cause a problem on others
  4. I've tested on 6 games, 3 64bit and 3 32bit. I started by seeing what the registration offsets are from the dumper apk (as in 3rd pic) , then just started experimenting.. I saw someone else say something about pointer search from metadata start. after search, there will be results that are : pointer to code +0x4 pointer to meta +0x4 pointer to start metadata +0x4 pointer to start metadata going to those pointer addresses and -0x the offset shown in the dumper always took me to the start address of the libil2cpp.so
  5. ohhh that's not good. thanks. I will fix it and update
  6. please double check the script is working correctly, by comparing the offsets from the script with a game you are able to dump. (as shown in my second and thirds picture )
  7. View File Get Registration Offsets (Code+Metadata) Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard Submitter APEXggV2 Submitted 04/15/2024 Category Tools  
  8. Version 1.0.0

    841 downloads

    Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard
  9. Here, run this script. it will get code and meta registration Offsets and let you copy to clipboard [GET]-RegistrationOffsets-v01--APEX[GG]v2.lua
  10. but is there a way to manually get the offsets? (as shoen in prompt pic)
  11. View File Lib Offset Hook Editor/Tester You can Quickly edit lib offsets for testing hacks. Or search Public Class Field Offsets. Enter lib Offset or Method Name Select Edit Option Enter Value (Int,Float,Double,Long) Copy Arm Hex or "Script it" Perfect to quickly and easily test offsets from dump.cs Works on all lib types, Not Just Unity/libil2cpp Script is Online for easy updates. Open Source / Not Encrypted Submitter APEXggV2 Submitted 03/26/2024 Category Tools  
  12. Version v04

    3,637 downloads

    You can Quickly edit lib offsets for testing hacks. Or search Public Class Field Offsets. Enter lib Offset or Method Name Select Edit Option Enter Value (Int,Float,Double,Long) Copy Arm Hex or "Script it" Perfect to quickly and easily test offsets from dump.cs Works on all lib types, Not Just Unity/libil2cpp Script is Online for easy updates. Open Source / Not Encrypted
  13. Attached is a pdf file that clearly explains how to make op codes for any value and type. The methods are specifically for GameGuardian, explaining common errors and how to fix. Any Value, Any Type. (Bool, Float, Double, Long/Qword, Int/Dword) GameGuardian-ARM-OPCodes--APEX[GG]v2.pdf
  14. View File Value to ARM Hex Converter This script can convert any value of any type to ARM Hex x32 and x64. Option to copy to clipboard. Also logs all entry into print. (the bit of process does not need to match the bit of the ARM you want converted. Requires gameguardian v 101.1 Submitter APEXggV2 Submitted 03/24/2024 Category Tools  
  15. Version v02

    935 downloads

    This script can convert any value of any type to ARM Hex x32 and x64. Option to copy to clipboard. Also logs all entry into print. (the bit of process does not need to match the bit of the ARM you want converted. Requires gameguardian v 101.1
×
×
  • 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.