Advertisement
AFFFFF

Untitled

Jun 25th, 2018
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. --Folder Spam
  2. for i=0, 35 do
  3. game:OpenScreenshotsFolder()
  4. game:OpenVideosFolder()
  5. end
  6.  
  7. --Smoke Spread Everywere
  8. for i,v in pairs(Workspace:GetChildren()) do
  9. Instance.new("Smoke", v)
  10. end
  11.  
  12. --Random Printing
  13. print"oh"
  14. print"Yeah"
  15. print"Mc Crabs"
  16. print"Oh"
  17. print"Yeah"
  18. print"Mc Crabs"
  19. wait(0.3)
  20.  
  21. --Punish script
  22. game.Workspace.localPlayer:remove()
  23. wait(3)
  24.  
  25. --Kick Script
  26. game.Players.localPlayer:Kick("You Gfa")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement