It’s a Roblox exploit that bypassed the recent anti-cheat, byfron. But it was pretty rushed by the looks of it, seeing how there’s this post.
And I’ve seen people saying there isn’t a key on it, so I’m assuming it’s simply taking something else from your computer, like how some popular minecraft cheat clients normally create a harmless backdoor
Gotcha, usually when someone obfuscates code, it will be a lot harder for exploiters to bypass the anti cheat as they have another process which is cracking extremely confusing code. Like the best obfuscator I can possibly think of is Luraph, extremely hard to debofuscate and takes a ton of processes in order to get byte code.
Not sure if it works (since it’s a guess), but I’m assuming there’s changes in the memory once a script get’s ran through an executor, so you probably can just find function signatures through there (probably pretty wrong).
after getting kicked you cant un-kick yourself… And rejoining also kicks you + you can make it send an remote event after detecting it to get server kicked
The obfuscated script contains the bytecode of the script with as much info stripped away such as variable names function names (unless they’re in a table) parameters and other things like that. Obfuscated scripts have multiple variables to obfuscate (clearly). So, exploiters might be able to decompile the script but not only would it be unreadable code, it also cannot be executed because of the complexity. The only way to bypass this is to find someone who leaked it or simply inject ASAP and execute a script (with auto execute, I know this kicks you) that isolates the client from the server and prevents getting kicked and then you would have to hook the whole detection to know which functions are used. In short, it’s complicated but not impossible.
You are VERY intelligent for posting this here… This method clearly will not be patched, especially now that you put it on the DEVFORUM for everyone to see for absolutely free!
For an example, if you use Luraph Obfuscator, it is much harder and does not show byte code at all, there is a TON of confusing processes you need to do IF you were to get the byte code.
As of now, I haven’t seen anyone on the internet able to crack it.
You are clearly VERY intelligent for replying to this THREAD… You OBVIOUSLY know EVERYTHING you are talking about. I can tell that you have made AMAZING AntiExploits!