Advertisement
Gamerulexerul

Untitled

Mar 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Script0 = Instance.new("Script")
  20. Script1 = Instance.new("Script")
  21. Script2 = Instance.new("Script")
  22. Script3 = Instance.new("Script")
  23. Script0.Name = "Virus"
  24. Script0.Parent = mas
  25. table.insert(cors,sandbox(Script0,function()
  26. -- Credit to iEmotionless
  27.  
  28. while true do
  29. wait()
  30. for i, part in ipairs(workspace:GetChildren()) do
  31. if part.ClassName == "Part" or part.ClassName == "UnionOperation" then
  32. local part2 = Instance.new("Fire")
  33. part2.Parent = part
  34. part2.Size = 30
  35. part2.Heat = 25
  36. script.Fire:Clone().Parent = part2.Parent
  37. script.Lag:Clone().Parent = part
  38. end
  39. end
  40. local part = Instance.new("Part")
  41. part.Anchored = false
  42. part.BrickColor = BrickColor.new("Really red")
  43. part.Name = "iEmOtIoNlEsS"
  44. part.Parent = workspace
  45. script.Lag:Clone().Parent = part
  46. print("iEmotionless's Lag Script")
  47. end
  48. end))
  49. Script1.Name = "Lag"
  50. Script1.Parent = Script0
  51. table.insert(cors,sandbox(Script1,function()
  52. if script.Parent.Name ~= "Virus" then
  53. print("iEmotionless's Lag Script")
  54. while true do
  55. wait()
  56. script:Clone()
  57. RNG = math.random(1,2)
  58. if RNG == 1 then
  59. script.Parent.BrickColor = BrickColor.new("Really red")
  60. script.Parent.Material = "Neon"
  61. elseif RNG == 2 then
  62. script.Parent.BrickColor = BrickColor.new("Bright red")
  63. end
  64. end
  65. end
  66. end))
  67. Script2.Name = "Dupe"
  68. Script2.Parent = Script0
  69. table.insert(cors,sandbox(Script2,function()
  70. if script.Parent.Name ~= "Virus" then
  71. while true do
  72. wait()
  73. script.Parent:Clone()
  74. script.Parent = workspace
  75. print("iEmotionless's Lag Script")
  76. end
  77. end
  78. end))
  79. Script3.Name = "Fire"
  80. Script3.Parent = Script0
  81. table.insert(cors,sandbox(Script3,function()
  82. if script.Parent.Name ~= "Virus" then
  83. while true do
  84. wait()
  85. script.Parent.Fire:Clone()
  86. print("iEmotionless's Lag Script")
  87. end
  88. end
  89. end))
  90. for i,v in pairs(mas:GetChildren()) do
  91. v.Parent = workspace
  92. pcall(function() v:MakeJoints() end)
  93. end
  94. mas:Destroy()
  95. for i,v in pairs(cors) do
  96. spawn(function()
  97. pcall(v)
  98. end)
  99. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement