Jump to content

Leaderboard

Popular Content

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

  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
    This script works on Android 11 under Dual Space 4.0.1 for G.G and G.G 101.1 It doesn't contain candle run capabilities, and that is really useful. The "Quick Steps" is really cute and saves lots of time. Thank you! The "Stretch Textures" I am not sure what is really for. The "Remove Equipment" doesn't do anything. While it can be a bit hard to figure out which wing option does what -as I think it could be a translation/interpretation issue- it has VERY POWERFUL functions to modify wing and flying. BIG THANK YOU to XxhentaixX! -Please share your Patron account if you have one.-
    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.