1x1 Posted May 12, 2022 Posted May 12, 2022 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!
Rs92ks Posted May 14, 2022 Posted May 14, 2022 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
1x1 Posted May 15, 2022 Author Posted May 15, 2022 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?
1x1 Posted May 15, 2022 Author Posted May 15, 2022 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!
Question
1x1
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!
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.