undeobfuscatablemode.lua (196.4 KB)
this is a script which disables your ability to hold space to jump. it was obfuscated in my prometheuses fork undeobfuscatable mode. try to deobfuscate it! :3
1 Like
Would appreciate any feedback on waht to improve
this is another example
undeobfuscatablemode2.lua (175.1 KB)
it just prints humanoid changed whenever your humanoid changes something.
Source code:
local Humanoid = script.Parent:WaitForChild("Humanoid")
Humanoid.Changed:Connect(function()
print("humanoid changed")
end)
WARNING!
undeobfuscatable mode supposed to be very bloaty and its laggy, i will try to improve perfomance of everything.
Wait, so are you saying that you can deobfuscate scripts from obfuscated code via WeAreDevs?
How do you even use this anyways?