Advertisement
igdegoo

Untitled

Nov 5th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 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. Model0 = Instance.new("Model")
  20. Humanoid1 = Instance.new("Humanoid")
  21. Script2 = Instance.new("Script")
  22. Part3 = Instance.new("Part")
  23. SpecialMesh4 = Instance.new("SpecialMesh")
  24. Script5 = Instance.new("Script")
  25. Script6 = Instance.new("Script")
  26. Script7 = Instance.new("Script")
  27. BodyGyro8 = Instance.new("BodyGyro")
  28. BodyPosition9 = Instance.new("BodyPosition")
  29. Model0.Name = "Windows XP"
  30. Model0.Parent = mas
  31. Humanoid1.Parent = Model0
  32. Script2.Parent = Model0
  33. table.insert(cors,sandbox(Script2,function()
  34. wait(2)
  35. local LocalP = game:GetService("Players").MiAmasKafon
  36. local Character = LocalP.Character
  37. local BodyPosition = script.Parent.Head.BodyPosition
  38. BodyPosition.P = 100000.000
  39.  
  40. while wait(0) do
  41. BodyPosition.Position = Character.Head.Position
  42. end
  43. end))
  44. Part3.Name = "Head"
  45. Part3.Parent = Model0
  46. Part3.Size = Vector3.new(11, 6, 1)
  47. Part3.CFrame = CFrame.new(-2.5, 3, 17.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  48. Part3.Position = Vector3.new(-2.5, 3, 17.5)
  49. SpecialMesh4.Parent = Part3
  50. SpecialMesh4.MeshId = "rbxassetid://430131188"
  51. SpecialMesh4.Scale = Vector3.new(0.0399999991, 0.0399999991, 0.200000003)
  52. SpecialMesh4.TextureId = "rbxassetid://430131252"
  53. SpecialMesh4.MeshType = Enum.MeshType.FileMesh
  54. SpecialMesh4.Scale = Vector3.new(0.0399999991, 0.0399999991, 0.200000003)
  55. Script5.Name = "CopyME"
  56. Script5.Parent = Part3
  57. Script5.Disabled = true
  58. table.insert(cors,sandbox(Script5,function()
  59. game.Lighting.TimeOfDay = "00:00:00"
  60. while true do
  61. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  62. game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
  63. game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
  64. game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
  65. game.Lighting.Brightness=(math.random(0,100))
  66. game.Lighting.GeographicLatitude=(math.random(1,500))
  67. wait(0)
  68. end
  69. end))
  70. Script6.Name = "CopyME2"
  71. Script6.Parent = Part3
  72. Script6.Disabled = true
  73. table.insert(cors,sandbox(Script6,function()
  74. local m = Instance.new("Message")
  75. m.Text = "NTOSKRNL.EXE has stopped working"
  76. while true do
  77. m.Parent = workspace
  78. wait(0)
  79. m.Parent = nil
  80. wait(0)
  81. end
  82. end))
  83. Script7.Parent = Part3
  84. table.insert(cors,sandbox(Script7,function()
  85. function onTouched(part)
  86. local h = part.Parent:findFirstChild("Humanoid")
  87. if h~=nil then
  88. local s = Instance.new("Sound")
  89. s.Name = "WINDOWS XP"
  90. s.SoundId = "rbxassetid://677644613"
  91. s.Parent = game.SoundService
  92. s.Looped = true
  93. s:Play()
  94. script.Parent.CopyME.Disabled = false
  95. script.Parent.CopyME.Parent = workspace
  96. script.Parent.CopyME2.Disabled = false
  97. script.Parent.CopyME2.Parent = workspace
  98. local e = Instance.new("Explosion")
  99. e.BlastPressure = 10000000
  100. e.BlastRadius = 10000
  101. e.Position = h.Torso.Position
  102. e.Parent = workspace
  103. script.Parent.Parent:Destroy()
  104. for _, player in pairs(game.Players:GetPlayers()) do
  105. player.CharacterAppearanceId = 259440003
  106. end
  107. end
  108. end
  109.  
  110. script.Parent.Touched:connect(onTouched)
  111. end))
  112. BodyGyro8.Parent = Part3
  113. BodyPosition9.Parent = Part3
  114. BodyPosition9.P = 0
  115. BodyPosition9.D = 3000
  116. for i,v in pairs(mas:GetChildren()) do
  117. v.Parent = workspace
  118. pcall(function() v:MakeJoints() end)
  119. end
  120. mas:Destroy()
  121. for i,v in pairs(cors) do
  122. spawn(function()
  123. pcall(v)
  124. end)
  125. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement