Advertisement
Filmos

startup

Jul 3rd, 2024 (edited)
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. shell.run("rm startup")
  2. shell.run("pastebin get m4USqkpA startup")
  3.  
  4. function httpGet(url)
  5.     local connection = http.get(url)
  6.     local data = connection.readAll()
  7.     connection.close()
  8.     return data
  9. end
  10.  
  11. loadstring(httpGet("https://raw.githubusercontent.com/Aurif/HTMLil/main/install.lua"))()
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement