Advertisement
BruceWplays

Chat Launcher

Oct 12th, 2022 (edited)
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | None | 0 0
  1. if fs.exists("AndysPrograms/api/update") == false then
  2.     fs.makeDir("AndysPrograms/api")
  3.     shell.run("cd","AndysPrograms/api")
  4.     shell.run("pastebin","get","0WZHZdU3","update")
  5.     shell.run("cd","..")
  6.     shell.run("cd","..")
  7. end
  8. launcherargs = {...}
  9. fudargs = "shell.run(\"bg\", \"chat\", \"noset\")"
  10. --print (fudargs)
  11. --sleep (5)
  12. farmlauncherloop = 1
  13.  
  14.     shell.run("AndysPrograms/api/update", "gt", "a3GBewNp", "AndysPrograms/api", "none", "none")
  15.     shell.run("AndysPrograms/api/update", "noti", "63Kjg95p", "AndysPrograms/api/noti", "none", "none")
  16.     --local stu = fs.open("startup.lua", "w")
  17.     --stu.write(fudargs)
  18.     --stu.close()
  19.     shell.run("AndysPrograms/api/update", "chat", "JNm9GRpn", "AndysPrograms/chat", "none", "no", unpack(launcherargs))
  20.     shell.run("AndysPrograms/chat/chat", unpack(launcherargs))
  21.     sleep(0)
  22.     if farmlauncherloop < 100 then
  23.         farmlauncherloop = farmlauncherloop + 1
  24.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement