Altaric

Autorun.lua

Jan 7th, 2022 (edited)
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. print("Autorun.lua")
  2. --os.execute("cd /autocraft")
  3. print("Downloading LUA code...")
  4. os.execute("pastebin get -f bwdCJAbP main.lua")
  5. print("Executing main.lua.")
  6. os.sleep(1)
  7. os.execute("main.lua")
Add Comment
Please, Sign In to add comment