Luac to Lua, random variables.

Clawer

Новичок
Автор темы
1
0
Hello,
First of all, sorry for being making this in english.
I've got a luac file that I need to decompile in order to add more features, the problem is that once I decompile it, I loose all the variables/functions names, is there any way to walktrought this ?

This is waht I've got so far.
https://prnt.sc/n73lp6

Thanks for your time and help since now !
 

Aniki

🐰
Администратор
1,228
1,554
Hello,
First of all, sorry for being making this in english.
I've got a luac file that I need to decompile in order to add more features, the problem is that once I decompile it, I loose all the variables/functions names, is there any way to walktrought this ?

This is waht I've got so far.
https://prnt.sc/n73lp6

Thanks for your time and help since now !
From decompiler topic description
*after decompilation file with pseudocode will appear, such script won't work in game
So, you can look how this script works with this decompiled code, but can not actually edit/add features
 
  • Нравится
Реакции: Clawer