Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Installing Stripmine...")
- function invisiblepastebin(code,name)
- local response = http.get(
- "http://pastebin.com/raw/"..code
- )
- if response then
- local sResponse = response.readAll()
- response.close()
- h = fs.open(name,"w")
- h.write(sResponse)
- h.close()
- return sResponse
- else
- print( "Failed." )
- end
- end
- if not fs.exists("torch") then
- print("Get torch api...")
- invisiblepastebin("j89Q7vEq","torch")
- sleep(0.28)
- end
- if not fs.exists("mine") then
- print("Get MineFuntions api...")
- invisiblepastebin("WuKaySAr","mine")
- sleep(0.28)
- end
- if not fs.exists("bridge") then
- print("Get MineFuntions api...")
- invisiblepastebin("JtYMSHtB","bridge")
- sleep(0.28)
- end
- print("Get Stripmine api...")
- fs.delete("stripmine")
- invisiblepastebin("1vqF49fb","stripmine")
- sleep(0.28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement