Jump to content
  • 0

Can someone decompile .lub to .lua please?


Question

Posted

I tried following the guide on youtube on how to decompile lub files but i havent' succeeded even after following the steps :/

I'm trying to make few skills selectable and from what I gathered its in the lub files (precisely skillinfoz)

I have attached the compressed file

Also, to convert back from lua to lub(so i can apply it to my client) all i need to do is follow chunkspy again ?

for example in batch.bat i write ChunkSpy skillinfoz.lua > skillinfoz.lub ?

Thank you in advance !

Lub files.zip

6 answers to this question

Recommended Posts

Posted

And from what I know the compiling is like this

Open a text document named batch.bat, type in luadec skillinfoz.lua -> skillinfoz.lub and then run the batch.bat and it will convert ? (I just tried it and it gave me a .lub file with 0kb(empty one))

And yeah I did rename luadec5.1.4 to luadec

Posted

Try this,

luac.exe -o outputfile.lub inputfile.lua

 

 
example:
luac.exe -o accname.lub accname.lua

luac.exe -o accessoryid.lub accessoryid.lua

luac.exe -o MsgString.lub MsgString.lua
Posted

Try this,

luac.exe -o outputfile.lub inputfile.lua

 

 
example:
luac.exe -o accname.lub accname.lua

luac.exe -o accessoryid.lub accessoryid.lua

luac.exe -o MsgString.lub MsgString.lua

Or *.lub to *.lua and you convert all lub to luas

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...