Advertisement
osmarks

AleKristMiner Install

Mar 3rd, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local f = fs.open("startup", "w")
  2. f.write([[
  3. local h = http.get "https://pastebin.com/raw/DKriPmPe"
  4. local f = fs.open("miner", "w")
  5. f.write(h.readAll())
  6. f.close()
  7. h.close()
  8. shell.run "miner MinerMan132@switchcraft.kst"
  9. ]])
  10. f.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement