Jump to content
  • 0

(XA) Code App Offset


1x1

Question

Hi, how do you make a quick scan for xa code app for minecraft (latest)?

When i make a script of the code it doesn't work.

But when i did without script, it work somehow.

I choose the correct lib, offset and scan type.

 

Example:

I set my Ranges to "XA Code App"

I search for "-0.079999999" and type is float

I edit the 2nd value (static) to 0, i got high jump

When i did lib + offset it work without script

When i use the script and the code that i find from YouTube, it doesn't work.

 

Please help me find, i will appreciate so much!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Your script chooses wrong region. Add this

local i = 1
    repeat
        if gg.getRangesList("libil2cpp.so")[i].state == "Xa" then
            il2base = gg.getRangesList("libil2cpp.so")[i].start
            il2base1 = gg.getRangesList("libil2cpp.so")[i]["end"]
        else
            i = i + 1
        end
    until il2base ~= nil

 

Link to comment
Share on other sites

10 hours ago, Rs92ks said:

Your script chooses wrong region. Add this

local i = 1
    repeat
        if gg.getRangesList("libil2cpp.so")[i].state == "Xa" then
            il2base = gg.getRangesList("libil2cpp.so")[i].start
            il2base1 = gg.getRangesList("libil2cpp.so")[i]["end"]
        else
            i = i + 1
        end
    until il2base ~= nil

 

Do i have to use libil2cpp.so?

Minecraft used libminecraftpe.so

And how do you instant scan and edit without actually scanning? 

Link to comment
Share on other sites

11 hours ago, Rs92ks said:

Your script chooses wrong region. Add this

local i = 1
    repeat
        if gg.getRangesList("libil2cpp.so")[i].state == "Xa" then
            il2base = gg.getRangesList("libil2cpp.so")[i].start
            il2base1 = gg.getRangesList("libil2cpp.so")[i]["end"]
        else
            i = i + 1
        end
    until il2base ~= nil

 

Nevermind, THANK YOU DO MUCH BRO.

So i understand, when choosing the lib, the script choose the wrong lib.

 

The script was suppose to scan for XA. not CD.

 

Thx bro! 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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