Jump to content
  • 0

Can someone decompile .lub to .lua please?


Barbarosa

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/07/13
  • Last Seen:  

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

What client are you using? Anyway, there's a repo for decompiled lub files.

http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/07/13
  • Last Seen:  

I'm using 2012-04-10aRagexeRE

Thank you for the lua files! after I apply the changes should i use chunkspy to convert lua to lub? and then i'm simply done?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

The good news is, there are lub compilers in that repository too.

http://svn6.assembla.com/svn/ClientSide/Lua_Project/tool/

Use the 5.1.4.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/07/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   15
  • Joined:  01/08/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/22/13
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...