How Can I DeObfuscate Code?

So I was looking through the toolbox then found this

Click Here For Code

I was wondering. Is there anyway to DeObfuscate this?

1 Like

Can you paste your code please in your reply ?

1 Like

It goes past the character limit…

1 Like

then add text document with that script

1 Like

You can’t fully deobfuscate it with a tool, you have to do some manually. Something like stravant’s beautifier will go a long way, though.

3 Likes

Script.txt

1 Like

You’ll just have to figure out what each function and call in the function does manually. It will take a long time, but there’s no easier way to do it. The fact that it’s deobfuscated means that whoever wrote it doesn’t want it to be reverse engineered.

2 Likes

No it’s imossible . If you really want to change and fix this script you’ll spend whole day on it .

1 Like

The thing is,

Nothing Is Impossible

So, I guess I won’t give up.

2 Likes

This may help you.

1 Like

If you found it on a model, use require = function(…) print(…) end, because most of the models on the toolbox are backdoors.