ElijahCrafter

Remote nuker for "Very Secure CC: Tweaked Computer"

Jul 5th, 2024 (edited)
144
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. file = "file"
  4.  
  5. if fs.exists(file) then
  6. print("File saver is downloaded")
  7.  
  8. print("Enter your nuke key")
  9.  
  10. shell.run("background file")
  11.  
  12. key = read()
  13.  
  14. print("Are you sure you want to nuke", key)
  15. print("y/n")
  16.  
  17. input = read()
  18.  
  19. if input == "y" then
  20.     rednet.broadcast(key)
  21.     print("Nuked", key)
  22. else
  23.     print("Stopped nuke")
  24. end
  25. else
  26. print("Downloading file saver")
  27. shell.run("pastebin get jZj97r1U file")
  28. print("Rebooting program")
  29. sleep(1)
  30. shell.run("nuke")
  31. end
  32. -- READ COMMENTS
  33.  
  34.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment