Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print "Welcome to the GFly installer."
- local metaownerAPI = http.get "https://pastebin.com/raw/wAExThgp"
- if metaownerAPI then
- local rawContent = metaownerAPI.readAll()
- write "Enter username: "
- local username = read()
- local content = string.gsub(rawContent, "ownergoeshere", username)
- local f = fs.open("metaowner.lua", "w")
- f.write(content)
- f.close()
- print "metaowner.lua installed."
- else
- error "metaowner.lua could not be downloaded."
- end
- shell.run "pastebin get EKV6u1HK fly.lua"
- print "fly.lua installed."
- local docs = [[
- To start flying, simply run fly.lua.
- Simply hold shift to fly in the direction you're looking in.
- If you are moving downwards too fast, you should be slowed down.
- This system is not infallible, especially in high-lag environments like SwitchCraft.
- Please do not copy GFly or related programs without permission.
- ]]
- print(docs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement