Advertisement
Guest User

EmergancyProgramALPHA2

a guest
May 20th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. local component = require("component")
  2.  
  3. function placeBlock()
  4.   component.debug.runCommand("setblock 248 28 -341 minecraft:wool")
  5.   print("The core has been replaced by wool, the meltdown has been adverted")
  6.   os.exit
  7. end
  8.  
  9. function clerance()
  10.   print("This program is restriced, provide clerance code:")
  11.   local cleranceCode = io.read()
  12.   if cleranceCode = "ALPHA2-64" then
  13.     print("Clerance Codes... Verified, Stand by")
  14.     placeBlock()
  15.   else
  16.     print("Clerance Codes... Denied, terminating")
  17.     os.exit
  18.   end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement