Advertisement
Guest User

program

a guest
Apr 8th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. textutils.slowPrint("#######################")
  2. textutils.slowPrint("  Bypassed By Seacoin")
  3. textutils.slowPrint("#######################")
  4. sleep(4)
  5. print("Do You Want To Delete The Startup File? y/n")
  6. input = read()
  7. if input == "y" then
  8. fs.delete("startup")
  9. term.clear()
  10. elseif input == "n" then
  11. term.clear()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement