toxamin

Results 9 comments of toxamin

that isn't proguard, that's superblaubeere's obfuscator

right, not sure what you're on about, the entity does not need to be despawned and respawned to update it's name...

doesn't seem too difficult https://www.youtube.com/watch?v=7EqMMcyRHsM

No, it's not BTLP. It's a PoC, simply proof it's possible. I thought this could be applied to BTLP, however, I'm not sure if major parts of the code base...

To put it simply, you can't tab complete nothing (aka ""). You can add multiple entries to the tablist with the name "", because in 1.8+, they are identified by...

latest master, my code: ``` use full_moon::ast::AstResult; use full_moon::{LuaVersion, parse_fallible}; fn main() { let code = " print(\"xd\") continue print(\"xd2\") "; let raw_result: AstResult = parse_fallible(&code, LuaVersion::luau()); raw_result.errors().iter().for_each(|e| println!("{}", e));...

to understand this problem, we must understand the nature of the decompilation process. your code is compiled to the following by the lua 5.2 compiler: ``` if r0_1 ~= nil...

[tcc.zip](https://github.com/user-attachments/files/19209327/tcc.zip) Compiled using tcc

[utils.txt_oracle.lua.txt](https://github.com/user-attachments/files/20088107/utils.txt_oracle.lua.txt)