Jump to content

RealWanteD

Ascended
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by RealWanteD

  1. The value is encrypted and ObscuredInt

    You need to mod this game 

    Idk if there's a trick to bypass ACTk

    On 2/2/2023 at 10:02 AM, Kdbggg said:

    badcase il2cpp field edit and success

    Me too, but when i edit the value 

    Anticheat kick me out

    Idk how it works for you and doesn't for me

    Did you bypass the ACTk?

  2. On 12/20/2022 at 10:33 PM, blognau said:

    do we have to find the value manually like looking for the numbers 0.1~1, 1.1~3?

    I do this trick sometimes, and it's much fun to find them by this way 😁 (for me) sometimes i find some crazy stuff.

  3. 1 minute ago, MonkeySAN said:

    Thank you.

    but i already done that.

    way before you post your first script.(my apologize)

    though...it work perfectly everytime..it just i dont quite like it as the script had too many things going on in it.

    and it took me quite sometime to understand it.

    the first one of yours are much simpler.

    No problem bro, and no need to apologize 😊

    Im still learning, and trying my best to help anyone

  4. 7 hours ago, blocx said:

    i need edit value and value &4

    I don't understand

    This: 

    Quote

    setvalue(so+py,4,1384440288)

    To edit 4(dword),13844..(value)

    Is this what you meant?

    Or you want to edit 2 values at the same time?

    If you want to edit 2 values you simply can do the same thing with offset too!

     

    Like this

    Quote

    -- Value 1

    so=gg.getRangesList('libil2cpp.so')[1].start

    py=0xOffset 

    setvalue(so+py,4,1384440288) -- edit

    -- value 2

    so=gg.getRangesList('libil2cpp.so')[1].start

    py=0xOffset

     setvalue(so+py,4,1384440288) -- edit

    end

     

  5. 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)

     

×
×
  • 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.