Jump to content

APEXggV2

Ascended
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

APEXggV2 last won the day on April 19

APEXggV2 had the most liked content!

5 Followers

Additional Information

  • Android
    11.x
  • Device
    Samsung S20 FE

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

APEXggV2's Achievements

  1. APEXggV2

    Name Change Script

    x=gg.getResults(1) x[1].name="BlahBlah" gg.setValues(x) gg.addListItems(x)
  2. this isn't a bug.. copy group size will copy byte values with proper distance..( 97;99::3 ) if you want to merge the characters together to make a consecutive string, then select utf8 or utf16.. (:ac) this is useful if you have half a string ("Hello") starting at address 0xABC and also need another half ("World") at address 0xCBA, Now you can merge and search. ":Hello World" and not do a group byte search for values that are ::270 , this would be drastic!!
  3. for version 1.44.2.f2565 x64bit it's not perfect, but should be enough for you to get some hacks with CriticalOps=DUMP(1.44.2.f2565)[x64].txt
  4. I made a script that can create a dump file for this game.. it will be missing some information, like enum values, and data type for fields, but majority of information will be useful for hacking. Wait.. I'll post here for you soon..
  5. APEXggV2

    Get process size

    maybe just get range lists , first results start address, and last index end adress and subtract... idk if this would work how you want though not sure if this would account for propagated data when game is loading...
  6. Is there a way to hide environment / root checks in f1vm? some games have security checks and won't even open more than half a second after detecting app is loaded in a virtual space with root.. (rooting main device is NOT an option) thanks in advance for the help.
  7. I can add and subtract in my head easily with decimal values... not so much with hex
  8. 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
  9. 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
  10. 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
  11. ohhh that's not good. thanks. I will fix it and update
  12. 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 )
  13. 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  
  14. Version 1.0.0

    192 downloads

    Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard
×
×
  • 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.