Karap

Hell kitty

Mar 29th, 2023
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if game.ReplicatedStorage:FindFirstChild("GameAnalytics") then
  2. game.ReplicatedStorage:FindFirstChild("GameAnalytics"):remove()
  3. end
  4. if game.Players.LocalPlayer.PlayerGui.UIPlayer:FindFirstChild("UICapsulestation") then
  5. game.Players.LocalPlayer.PlayerGui.UIPlayer:FindFirstChild("UICapsulestation"):remove()
  6. end
  7.  
  8. while wait(1.2) do
  9. spawn(function()
  10. for i=1,1000 do
  11. spawn(function()
  12. game:GetService("ReplicatedStorage"):WaitForChild("GameCommon"):WaitForChild("Messages"):WaitForChild("CapsulestationEvent"):FireServer(1, 3, 20071, 5)
  13. end)
  14. end
  15. end)
  16. end
Add Comment
Please, Sign In to add comment