The guide for Obfuscation - Community Tutorials - Roblox Continuing the discussion from The guide for Obfuscation: People often think Obfuscated scripts are malicious Say for example you are making a Hotel System, to sell to the public, but you don’t want your scripts stolen Have your config in a Module Script, and then require a module In that module, all of your obfuscated stuff exists
Can I obfuscate Plugin Code? - Scripting Support - Roblox Because you can’t know what obfuscated code is doing unless you de-obfuscate it, which can be time consuming, thus making it a security risk How can anyone know there isn’t a virus hidden in there? Too bad, it’s obfuscated, so the plugin developer can literally run malicious code without anyone knowing
How do I dissect obfuscated scripts? - Scripting Support - Roblox The ModuleScript there has a ton of obfuscated code It even does local variable spam: local a=select;local b=string byte;local c=string sub;local d=string char; I can deobfuscate stuff, but I don’t have the time to dig through this much obfuscated code Anybody know of helper tools or resources I can use to solve things like this faster?
What does obfuscated code do? - Scripting Support - Roblox I moved the topic to # help-and-feedback:scripting-support due to its heavy orienting topic of obfuscated code Obfuscated code are generally for security Such security is to deter stolen code or hiding malicious code However, obfuscations aren’t really necessary and should not be used, unless you know what you’re doing, due to these facts:
De-obfuscating a script - Scripting Support - Roblox Obviously at this final step, the code wont be 1000% de-obfuscated, it’ll still have basic obfuscation methods, but it took me around 20 minutes to create this method which on average takes 10-40 minutes depending obfuscation level to de-obfuscate an advanced obfuscator
How do you obfuscate scripts? - DevForum | Roblox Like maybe code is always obfuscated, and then when you want to edit a script, you press remove obfuscation (theoretically) and you can only do this to a script at a time, and you need to be given access by an admin Once done editing it obfuscates it again Admins with passwords can access multiple scripts at a time
How do I de obfuscate a script? - Scripting Support - Roblox As others have probably said obfuscated code is against TOS, so you should probably report it There are methods for de-obfuscating code in general but they are complicated If you can research and figure out how this was obfuscated then the same tool should have a way to de-obfuscate azqjanna (azqjanna) November 12, 2023, 3:51am 16
Obfuscate Local Scripts from Exploiters - Roblox You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! → I want to hide my local scripts content from exploiters so that they can’t steal my code What is the issue? Include screenshots videos if possible! → I’m unsure how What solutions have you tried so far? Did you look for solutions on the Creator