Riz-ve / Xeno

Xeno: An external script executor for Roblox made entirely in C++. It uses a working but detected method of overwriting the bytecode of a corescript to manage script execution
https://rizve.us.to/Xeno/
Apache License 2.0
67 stars 30 forks source link

Xeno won't execute lots of scirpts #42

Closed Gamerboy6415 closed 1 week ago

Gamerboy6415 commented 1 month ago

So I'm executing a fling script but image_2024-09-28_120113140 It shows this, please fix it and make it be able to execute and scripts that's not supported like moonsec or others

kiemfp commented 1 month ago

the error is on the script lil bro

LuauDev commented 1 week ago

no the issue is with the xeno enviroment code, the userdata is broken, the script works on any other executor like solara but not on xeno, it got an userdata problem i fixed it my self

Gamerboy6415 commented 1 week ago

Thanks LuauDev! I’ll make sure to remember this