Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- print("Installing...")
- function ininstaller(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
- sleep(0.2)
- if not fs.exists("Build") then
- print("Installing Build...")
- ininstaller("mecWQeVm","Build")
- sleep(0.2556)
- print("Installed [Build]")
- end
- sleep(0.2)
- if not fs.exists("FallTunnel") then
- print("Installing Api...")
- ininstaller("AwH0S1yf","FallTunnel")
- sleep(0.2623)
- print("Installed [Api]")
- end
- sleep(0.2)
- if not fs.exists("Build2") then
- print("Installing Build2...")
- ininstaller("a2RVtVkG","Build2")
- sleep(0.23523)
- print("Installed Build2")
- end
- sleep(0.2)
- term.clear()
- print("Installed Mobfarmbuilder by ImJey")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement