Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/10/2024 in Posts

  1. Possibly... This game able to be dumped? The free one used to: https://animalcrossing.fandom.com/wiki/Animal_Crossing_Wiki:Data_Extraction_Project/PC It would make finding/adding content easier. As for the currency, I'll try to come up with a user friendly guide.
    1 point
  2. I don't understand you. Are you saying that the value is encrypted and I have to search by trial and error to find the right ones?
    1 point
  3. local function memoryPatch(offset, value) local so = gg.getRangesList('libil2cpp.so')[1].start local v = {} local v[1] = {} v[1].address = so + offset v[1].flags = gg.TYPE_QWORD v[1].value = value .. "r" gg.setValue(v) gg.toast('memory patched') end memoryPatch(0x4856E5, HEX VALUE)
    1 point
×
×
  • 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.