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

Offset invalid. #1

Closed Intosable closed 2 months ago

Intosable commented 2 months ago

https://github.com/Riz-ve/Xeno/blob/e0010c36619c202127e401666bfabd164438d6ca/Xeno/include/worker.hpp#L30

The offset here is 0x158; not 0x150; This should fix your exploit.

Riz-ve commented 2 months ago

It's not just the module script bytecode offset, there is other offsets like moduleflags and is core script that i had to take care of

thank you for the help though