Barbarosa Posted February 7, 2013 Posted February 7, 2013 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 Quote
clydelion Posted February 7, 2013 Posted February 7, 2013 What client are you using? Anyway, there's a repo for decompiled lub files. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ Quote
Barbarosa Posted February 8, 2013 Author Posted February 8, 2013 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? Quote
clydelion Posted February 8, 2013 Posted February 8, 2013 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. Quote
Barbarosa Posted February 8, 2013 Author Posted February 8, 2013 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 Quote
OnNplay Posted July 22, 2013 Posted July 22, 2013 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 Quote
zuc Posted July 24, 2013 Posted July 24, 2013 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 Quote
Question
Barbarosa
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.