Jump to content

How to open file .luac ?


nk0zkh0z

Recommended Posts

Posted (edited)

file.luac is a compiled file.lua , that means if you want to make an file.luac you must do first an file.lua, then compile it here : https://luac.multitheftauto.com/

COMPILED FILES CAN'T BE EDITED !

Edited by Guest

Resources I made:

Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!

 

Posted
Yes. Compiling it just makes it so you can't view or edit the code.

and loads slightly faster, since Lua can only be loaded in bytecode form (compiled); meaning that MTA compiles a Lua code before executing it; thus increasing loading time. Pre-compiled files load slightly (almost unnoticeable, unless using very large files) faster.

Previously known as MrTasty.

  • 2 years later...
  • MTA Team
Posted
12 minutes ago, jockey661 said:

Is it possible to decompile .luac files?

no. you won't find any support for doing so on these forums.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...