Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/12/2022 in all areas

  1. as @Platonic had suggested.. Xa region in 'libil2cpp.so' start at 2 hence the = 'libil2cpp.so'[2].start
    3 points
  2. The script is fine when you remove that double point, if not removed you start address will be at Cb. So use print() to see what is happening. Then we also can stop guessing and wasting your time. Try: print(gg.getRangesList("libil2cpp.so")) See which libil2cpp.so is at the top. And if its "state" is "Xa". If its "state" is in a other memory region you will have to apply a filter to your script so that it only takes the libil2cpp address from region Xa. If not sure you can post the print result here.
    2 points
  3. a simple script with above written..just like that.
    1 point
  4. try this..? pi = gg.getRangesList("libil2cpp.so:")[2].start local addr = pi + 0x10BBCDC gg.setValues({ {address = addr, flags = 4, value = 1384440288} })
    1 point
  5. Can you show how you do it manually.
    1 point
  6. You will get the wrong path name. Remove the double point in that string. You have: "libil2cpp.so:" Do: "libil2cpp.so" Should solve the issue.
    1 point
  7. Hi! could it the script confused by one-liner? You might want to try this: function setprops(address,flags,value) local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end so=gg.getRangesList('libil2cpp.so')[1].start py=0x10BBCDC setprops(so+py,4,1384440288) - Fixed Indentation - Changing Function Name
    1 point
  8. Change the function name.
    1 point
  9. thx i test that still error
    1 point
  10. Like this brother See the photo Line 1 Line 38 test.lua
    1 point
  11. function setvalue(address,flags,value) local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end so=gg.getRangesList('libil2cpp.so')[1].start py=0x10BBCDC setvalue(so+py,4,1384440288)
    1 point
  12. View File Bermuda Adventures Script (Unlimited Diamond, Energy) Spend something after actived it Script open source Submitter Proejder Submitted 10/12/2022 Category LUA scripts  
    1 point
  13. Yeah I am using vphonegaga and I ran the script and nothing happened with the chest and sets
    0 points
×
×
  • 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.