Advertisement
SamsterOP

Boombox Script

Jan 15th, 2022
3,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local owner = "MirayXS"
  2. local branch = "anti-steal"
  3.  
  4. local function webImport(file)
  5. return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Aux/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
  6. end
  7.  
  8. webImport("Pineapple")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement