Hi, i am from ELS PH.. i need help please.. i am using WinXP, and i've already installed python 2.7, python 3.2, Java 7, and NET framework 4.
I've already done this one..
"Right click My Computer > Properties > Advanced System Settings. Switch to Advanced tab, click Environment Variables. In System variable, scroll down a bit until you see PATH , double click it. Paste this if you install Java 7 and to the default destination folder : "C:\Program Files\Java\jre7\bin;" - without the quota at the beginning of the string. Click OK 3 times and you are good to go."
but still doesn't work for me..
I tried doing this one..
"open "cmd.exe"
Put in the Path to your Elsword Folder with ' cd '
ex: cd C:\Programme\Gameforge4D\Elsword_De
Then type this (replace my .lua file with the one u want to decompile) and give the name for the .lua.dec File, like this
ex: EWCryptTool.exe -d Dungeon_Velder_Hope_Bridge_Expert.lua Test.lua.dec
Now the Crypttool will create a "Test.lua.dec" in your folder
Now we're going to decompile the decrypt File, type this
Java -jar unluac.jar Test.lua.dec
U will see the Script in the cmd window , but we have to save it ,so type this
Java -jar unluac.jar Test.lua.dec > Dungeon_Velder_Hope_Bridge_Expert.lua
Now there will be a decompiled "Dungeon_Velder_Hope_Bridge_Expert.lua" in ur folder."
but i wasn't able to continue because im getting an error with the "Java -jar unluac.jar Test.lua.dec" ..says, can't find jarfile uncluac.jar..
I am still receiving this error.
---------------------------
ElswordLuaEditor
---------------------------
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at ElswordLuaEditor.Form1.OpenToolStripMenuItem_Click (Object sender, EventArgs e)
---------------------------
OK
---------------------------