6 lines
186 B
Lua
6 lines
186 B
Lua
shell.execute("rm", "main.lua")
|
|
shell.execute("wget", "https://github.com/itzmarkoni/NovaCrafLLC/raw/refs/heads/main/main.lua?raw=true")
|
|
sleep(5)
|
|
local main = require("main")
|
|
main.run()
|