Advertisement
BruceWplays

testgoapi

Sep 7th, 2022 (edited)
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. for l=1,10 do
  2. if fs.exists("goto") == false
  3. then do
  4. print("downloading goto")
  5. shell.run("pastebin","get","a3GBewNp","goto")
  6.      if fs.exists("goto") == true then
  7.             print("download complete")
  8.                 elseif fs.exists("goto") == false then
  9.                 print("download failed")
  10.                 end
  11. end
  12. os.loadAPI("goto")
  13.        
  14.     goto.goto(313, 67, 330, w)
  15.         end
  16.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement