Hi devs, does anyone know how to deobfucate a lua script made with moonsec?
i have NO idea what language you just spoke so i looked it up and here you go
i already seen this but it didnât helped me that much
What exactly is this?
character limit
The thing is , i already tried this and i just get this result :
Output:
lua5.4: Main.lua:1: attempt to perform arithmetic on a nil value (local âlâ)
stack traceback:
Main.lua:1: in upvalue ânâ
Main.lua:1: in upvalue âfeâ
Main.lua:1: in function Main.lua:1
Main.lua:1: in field âinteger indexâ
Main.lua:1: in field âinteger indexâ
Main.lua:1: in function Main.lua:1
Main.lua:1: in function Main.lua:1
(âŚtail callsâŚ)
[C]: in ?
Are you sure? All you seemed to send is some website to run a script that is NOT obfuscated in moonsec that just prints âheyyyâ
Yep youâre right, i was a bit gullible here
Shouldâve probably tested something else too. I also donât really know how I didnât connect the dots when it printed âheyyyâ instead of âHello worldâ.
Hey there! Guy who made that post here.
As people have told me within the post, there is unfortunately no easy way to deobfuscate it without prior knowledge in the subject. The only way you can get the deobfuscated code is by being the one who deobfuscated it, or being REALLY good at deobfuscating! I was also very disappointed with the answer, but it is technically possible to deobfuscate it⌠itâd just be so difficult that I would not recommend trying.
Hope this helps, even if the answer is disappointing xD
this is because you are running it in lua and not luau, and you would still be missing some globals that it uses so if itâs not roblox it doesnât run.
I can provide some insight into what the obfuscated script does if you contact me (check my profile) and send me the script, iâll try my best to help you (I may or may not be able to help)