Advertisement
mathiaas

scripts

Apr 9th, 2024 (edited)
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.73 KB | None | 0 0
  1. local scripts = {
  2.     -- UTILS
  3.     update = {
  4.         name = "update",
  5.         hash = "zi3jCmxp",
  6.         directory = "",
  7.         type = "master"
  8.     },
  9.     startup = {
  10.         name = "startup",
  11.         hash = "ZVedN58L",
  12.         directory = "/disk",
  13.         type = "master"
  14.     },
  15.     scripts = {
  16.         name = "scripts",
  17.         hash = "E9GKK1GW",
  18.         directory = "/disk",
  19.         type = "master"
  20.     },
  21.     utils = {
  22.         name = "utils",
  23.         hash = "xheJgpxv",
  24.         directory = "/disk",
  25.         type = "turtle"
  26.     },
  27.     constants = {
  28.         name = "constants",
  29.         hash = "PFC28C5a",
  30.         directory = "/disk",
  31.         type = "turtle"
  32.     },
  33.     json = {
  34.         name = "json",
  35.         hash = "vmb1T7yy",
  36.         directory = "/disk",
  37.         type = "turtle"
  38.     },
  39.     api_client = {
  40.         name = "api_client",
  41.         hash = "v2UuEtUW",
  42.         directory = "/disk",
  43.         type = "turtle"
  44.     },
  45.     qtlua = {
  46.         name = "qtlua",
  47.         hash = "hxyy2yQ6",
  48.         directory = "/disk",
  49.         type = "turtle"
  50.     },
  51.     timer = {
  52.         name = "timer",
  53.         hash = "2f1tK8UE",
  54.         directory = "/disk",
  55.         type = "turtle"
  56.     },
  57.     tune = {
  58.         name = "tune",
  59.         hash = "d9uitEtd",
  60.         directory = "/disk",
  61.         type = "turtle"
  62.     },
  63.     -- TURTLE SCRIPTS
  64.     cubeMine = {
  65.         name = "cubeMine",
  66.         hash = "za0Cz2ct",
  67.         directory = "/disk",
  68.         type = "turtle"
  69.     },
  70.     lumberjack = {
  71.         name = "lumberjack",
  72.         hash = "vfkp3A17",
  73.         directory = "/disk",
  74.         type = "turtle"
  75.     },
  76.     farmer = {
  77.         name = "farmer",
  78.         hash = "GpkHSR0p",
  79.         directory = "/disk",
  80.         type = "turtle"
  81.     },
  82.     quarry = {
  83.         name = "quarry",
  84.         hash = "Y9TvHnJd",
  85.         directory = "/disk",
  86.         type = "turtle"
  87.     },
  88.     turtle_bot = {
  89.         name = "turtle_bot",
  90.         hash = "7tmqR0Uf",
  91.         directory = "/disk",
  92.         type = "turtle"
  93.     },
  94.     display_turtles = {
  95.         name = "display_turtles",
  96.         hash = "FN1jv2xa",
  97.         directory = "/disk",
  98.         type = "turtle"
  99.     },
  100.     turtle_startup = {
  101.         name = "turtle_startup",
  102.         hash = "hfCrGgt5",
  103.         directory = "/disk",
  104.         type = "turtle"
  105.     },
  106.     excavator = {
  107.         name = "excavator",
  108.         hash = "w4frwPJ5",
  109.         directory = "/disk",
  110.         type = "turtle"
  111.     },
  112.     mason = {
  113.         name = "mason",
  114.         hash = "DwwKBRaf",
  115.         directory = "/disk",
  116.         type = "turtle"
  117.     },
  118.     landfill = {
  119.         name = "landfill",
  120.         hash = "n2VBMTXb",
  121.         directory = "/disk",
  122.         type = "turtle"
  123.     }
  124. }
  125.  
  126. return scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement