Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component")
- function placeBlock()
- component.debug.runCommand("setblock 248 28 -341 minecraft:wool")
- print("The core has been replaced by wool, the meltdown has been adverted")
- os.exit
- end
- function clerance()
- print("This program is restriced, provide clerance code:")
- local cleranceCode = io.read()
- if cleranceCode = "ALPHA2-64" then
- print("Clerance Codes... Verified, Stand by")
- placeBlock()
- else
- print("Clerance Codes... Denied, terminating")
- os.exit
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement