Jump to content

sanyabrz

Members
  • Posts

    1
  • Joined

  • Last visited

sanyabrz's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have a problem, I don’t understand how to connect gg.getRangesList('libil2cpp.so') to navigate it by offsets. I did this but I get an error local start = gg.getRangesList('libil2cpp.so') local start = gg.getResults(1) local target = start[1].address + 0x1154F30 local target2 = start[1].address + 0x1154F34 local target3 = start[1].address + 0x12388C0 local target4 = start[1].address + 0x12388C4 gg.setValues({ {address = target, flags = gg.TYPE_FLOAT, value = -2.92802265e11}, {address = target2, flags = gg.TYPE_FLOAT, value = -6.13017998e13}, {address = target3, flags = gg.TYPE_FLOAT, value = -2.74878956e11}, {address = target4, flags = gg.TYPE_FLOAT, value = -6.13017998e13} })
×
×
  • 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.