Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- file = "file"
- if fs.exists(file) then
- print("File saver is downloaded")
- print("Enter your nuke key")
- shell.run("background file")
- key = read()
- print("Are you sure you want to nuke", key)
- print("y/n")
- input = read()
- if input == "y" then
- rednet.broadcast(key)
- print("Nuked", key)
- else
- print("Stopped nuke")
- end
- else
- print("Downloading file saver")
- shell.run("pastebin get jZj97r1U file")
- print("Rebooting program")
- sleep(1)
- shell.run("nuke")
- end
- -- READ COMMENTS
Advertisement
Comments
-
- This is a remote nuker for my paste wTx7ivWQ it's self explanatory
Add Comment
Please, Sign In to add comment