Musika6988 Posted November 3, 2013 Posted November 3, 2013 Can someone please help me Decompile my Lub into Lua?.. I tried some tutorials but can't seem to get it right.. I just need to decompile the accname.lub and accessoryid.lub into .lua.. Quote
themon Posted November 3, 2013 Posted November 3, 2013 (edited) you can download it here http://www.mediafire.com/folder/ivfidqkhb6qdd/Rathena_2013_client http://www.mediafire.com/folder/0p4hc54rdhbrg/Lub_Decrypt_tools Was my response helpful? If so, please click the rep-up ( ) button on the lower right-hand side of this post! the LuaDec for Lua 5.1.4.rar Edited November 3, 2013 by themon 2 Quote
Musika6988 Posted November 3, 2013 Author Posted November 3, 2013 you can download it here http://www.mediafire.com/folder/ivfidqkhb6qdd/Rathena_2013_client http://www.mediafire.com/folder/0p4hc54rdhbrg/Lub_Decrypt_tools Was my response helpful? If so, please click the rep-up ( ) button on the lower right-hand side of this post! thanks sir themon for this useful links, but i was hoping for a Lub to Lua decompiler.. Uhmmm.. i tried following the Chunkspy guid on youtube but, can't seem to get it right cause I'm not so familiar with Notepad++.. Quote
themon Posted November 3, 2013 Posted November 3, 2013 (edited) just download the attached file. and edit that Run Me.bat batch file and put the file you want to decrypt in the same folder example @echo offluadec jobname_f.lub >jobname_f.luaecho. & pause this will decrypt the jobname_f.lub [spoiler=jobname_f.lub]LuaQ to [spoiler=jobname_f.lua]-- Decompiled using luadec 2.1 r80 from http://code.google.com/p/luadec-- Command line: jobname_f.lubReqJobName = function(jobID)if JobNameTable[jobID] ~= nil thenreturn JobNameTable[jobID]endreturn ""endGetJobString = function(jobID)for k,v in pairs(jobtbl) doif v == jobID thenreturn kendendreturn ""endGetPetIllustName = function(jobID)filePath = "À¯ÀúÀÎÅÍÆäÀ̽º\\illust\\"fileName = "Æê_Æ÷¸µ.bmp"if PetIllustNameTable[jobID] ~= nil thenfileName = PetIllustNameTable[jobID]endreturn filePath .. fileNameendGetPetIllustName_V2 = function(jobID, in_bResEnglishName)local filePath = "UserInterface\\illust\\"local fileName = "PET_PORING.bmp"-- DECOMPILER ERROR: unhandled construct in 'if'if in_bResEnglishName == true and PetIllustNameTable_Eng[jobID] ~= nil thenfileName = PetIllustNameTable_Eng[jobID]enddo return endreturn GetPetIllustName(jobID)return filePath .. fileNameendGetPetIllustName_V3 = function(jobID)local filePath = "UserInterface\\illust\\"local fileName = "PET_NOIMAGE.bmp"if PetIllustNameTable_Eng[jobID] ~= nil thenfileName = PetIllustNameTable_Eng[jobID]endreturn filePath .. fileNameendGetPetAccActName = function(accID)local filePath = "¸ó½ºÅÍ\\"local fileName = "chocho_¹æµ¶¸é.act"if PetAccActNameTable[accID] ~= nil thenfileName = PetAccActNameTable[accID]endreturn filePath .. fileNameendGetPetAccActName_V2 = function(accID, in_bResEnglishName)local filePath = "Monster\\"local fileName = "ACC_CHOCHO.act"-- DECOMPILER ERROR: unhandled construct in 'if'if in_bResEnglishName == true and PetAccActNameTable_Eng[accID] ~= nil thenfileName = PetAccActNameTable_Eng[accID]enddo return endreturn GetPetAccActName(accID)return filePath .. fileNameendIsPetAccessory = function(accID)if PetAccIDs.ACC_FIRST < accID and accID < PetAccIDs.ACC_LAST thenreturn trueendreturn falseend if this still doesn't help try downloading this using tortoise [spoiler=client-side-translation - Revision 60: /]https://subversion.assembla.com/svn/client-side-translation/ [spoiler=luatolub.bat]for /r %%x in (*.lub) do ren "%%x" *.luarmdir /s /q "lub files\chatwndinfo"rmdir /s /q "lub files\optioninfo"pause 5 luafiles514.rar client-side-translation - Revision 60.rar Edited November 3, 2013 by themon Quote
Mau Posted November 3, 2013 Posted November 3, 2013 (edited) none Edited November 3, 2013 by Mau Quote
Musika Posted November 29, 2013 Posted November 29, 2013 Could someone pls decompile them for me.. i can't seem to get it right.. Quote
themon Posted November 29, 2013 Posted November 29, 2013 (edited) +1 for being lazy https://subversion.assembla.com/svn/client-side-translation/ Edited November 29, 2013 by themon Quote
Musika Posted November 29, 2013 Posted November 29, 2013 Sir themon thanks for the effort, already done it.... i just made a whole new accname and accesorryid by encoding it 1 by 1.. Quote
Question
Musika6988
Can someone please help me Decompile my Lub into Lua?..
I tried some tutorials but can't seem to get it right..
I just need to decompile the accname.lub and accessoryid.lub into .lua..
7 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.