if i wont to make my script compiled how can i do it...i just wonder how to do i can't fine how to do it ...
and im happy off all the help i get on my script it work great now...
thx too you all
http://www.plop.nl/lua_tools/luac_4.0.zip
use this
how do i use it???
start a commandline and run this
it has a help screen
i have trued but it just pop up af window not more
what if you ran a cmd before? there u will have a static console
or assign a shortcut to it and set its properties
u have never run dos programs?
usage luac [options] [filename]
Available Options are:
- process stdin
-l list
-o file output file (default is luac.out)
-p parse only
-s strip debug information
-t test code integrity
-v show version information
use through cmd not through windows
i can try to do it....just a little bit i have work with dos
ok....i will try it
QuoteOriginally posted by Psycho_Chihuahua
usage luac [options] [filename]
Available Options are:
- process stdin
-l list
-o file output file (default is luac.out)
-p parse only
-s strip debug information
-t test code integrity
-v show version information
use through cmd not through windows
he has 2 learn using commandline imho ;)
yes me 2
hmmm i can't get it work :s...and if i get it work do i uncompiled agian
1st question : Why compile ?
QuoteOriginally posted by Themaster
hmmm i can't get it work :s...and if i get it work do i uncompiled agian
2nd question : Why compile if you want to uncompile afterwards ?
i sad if i wont to how can i do it.. i did not say i want i will just see if i can do it
I have never even try but I suppose u navigate to the dir where luac.exe is and then u do a
luac -o compiledfilename.lua filename.lua
and it should present a ' copmiledfilename.lua ' in the same dir unless u tell it otherwise ...
ok...i have try that now and i can't get it work wright
now i got it work...how can i get it not compiled if i only have compiled ??
Presently there is no way to decompile a compiled lua script and keep the scripts intergrity at the same time ..
so a short answer is : It is impossible ...