Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/31/2021 in Posts

  1. so how @Enzo_Funny_Gamer was able to freeze a value without adding it to the savelist? really curious about it because i no expert in making very advance script.
    2 points
  2. There is no way to do that. Your understanding is absolutely correct.
    1 point
  3. hmm..am i missing something here? freezing a value will always get it into the savelist.. and by removing the savelist..it will unfreeze the value. [added 1 minute later] but you asked.. "no add to savelist...?"
    1 point
  4. yes it is ive done it many times [added 3 minutes later] local function h3() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("28271;29285;16384::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("29285", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) r = gg.getResults(100) local t = {} t[1] = {} t[1].address = r[1].address + 0x20 t[1].flags = gg.TYPE_DWORD t[1].value = 9999 t[1].freeze = true gg.setValues(t) gg.addListItems(t) --automaticly saves the list gg.clearResults() gg.toast(" ENJOY UNLIMITED CHILIS") gg.loadResults(t)--loading the list end
    1 point
  5. i dont think its posibble.
    1 point
  6. .. t[1].freeze = true gg.addListItems(t)--replace gg.setValues for freeze
    1 point
  7. 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
  8. Write to lbe devs. I only fix latest version from google play. Also you can always download old version here.
    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.