Advertisement
igdegoo

WindowsXP

Jul 18th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 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. Script1 = Instance.new("Script")
  21. Script2 = Instance.new("Script")
  22. Script3 = Instance.new("Script")
  23. BodyGyro4 = Instance.new("BodyGyro")
  24. BodyPosition5 = Instance.new("BodyPosition")
  25. Humanoid6 = Instance.new("Humanoid")
  26. Part7 = Instance.new("Part")
  27. SpecialMesh8 = Instance.new("SpecialMesh")
  28. Model0.Name = "WindowsXP"
  29. Model0.Parent = mas
  30. Script1.Name = "CopyME"
  31. Script1.Parent = Model0
  32. Script1.Disabled = true
  33. table.insert(cors,sandbox(Script1,function()
  34. game.Lighting.TimeOfDay = "00:00:00"
  35. while true do
  36. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  37. game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
  38. game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
  39. game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
  40. game.Lighting.Brightness=(math.random(0,100))
  41. game.Lighting.GeographicLatitude=(math.random(1,500))
  42. wait(0)
  43. end
  44. end))
  45. Script2.Name = "CopyME2"
  46. Script2.Parent = Model0
  47. Script2.Disabled = true
  48. table.insert(cors,sandbox(Script2,function()
  49. local m = Instance.new("Message")
  50. m.Text = "A problem has been detected and Windows has been shut down to prevent damage to your computer"
  51. while true do
  52. m.Parent = workspace
  53. wait(0)
  54. m.Parent = nil
  55. wait(0)
  56. end
  57. end))
  58. Script3.Parent = Model0
  59. table.insert(cors,sandbox(Script3,function()
  60. function onTouched(part)
  61. local h = part.Parent:findFirstChild("Humanoid")
  62. if h~=nil then
  63. local s = Instance.new("Sound")
  64. s.Name = "WINDOWS XP"
  65. s.SoundId = "rbxassetid://677644613"
  66. s.Parent = game.SoundService
  67. s.Looped = true
  68. s:Play()
  69. script.Parent.CopyME.Disabled = false
  70. script.Parent.CopyME.Parent = workspace
  71. script.Parent.CopyME2.Disabled = false
  72. script.Parent.CopyME2.Parent = workspace
  73. local e = Instance.new("Explosion")
  74. e.BlastPressure = 10000000
  75. e.BlastRadius = 1000
  76. e.Position = h.Torso.Position
  77. e.Parent = workspace
  78. script.Parent.Parent:Destroy()
  79. for _, player in pairs(game.Players:GetPlayers()) do
  80. player.CharacterAppearanceId = 259440003
  81. end
  82. end
  83. end
  84.  
  85. script.Parent.Touched:connect(onTouched)
  86. end))
  87. BodyGyro4.Parent = Model0
  88. BodyPosition5.Parent = Model0
  89. BodyPosition5.P = 0
  90. BodyPosition5.D = 3000
  91. Humanoid6.Parent = Model0
  92. Part7.Name = "Head"
  93. Part7.Parent = Model0
  94. Part7.Size = Vector3.new(11, 6, 1)
  95. Part7.CFrame = CFrame.new(-0.499999762, 3, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  96. Part7.BottomSurface = Enum.SurfaceType.Smooth
  97. Part7.TopSurface = Enum.SurfaceType.Smooth
  98. Part7.Position = Vector3.new(-0.499999762, 3, 0.5)
  99. SpecialMesh8.Parent = Part7
  100. SpecialMesh8.MeshId = "rbxassetid://430131188"
  101. SpecialMesh8.Scale = Vector3.new(0.0399999991, 0.0399999991, 0.200000003)
  102. SpecialMesh8.TextureId = "rbxassetid://430131252"
  103. SpecialMesh8.MeshType = Enum.MeshType.FileMesh
  104. SpecialMesh8.Scale = Vector3.new(0.0399999991, 0.0399999991, 0.200000003)
  105. for i,v in pairs(mas:GetChildren()) do
  106. v.Parent = workspace
  107. pcall(function() v:MakeJoints() end)
  108. end
  109. mas:Destroy()
  110. for i,v in pairs(cors) do
  111. spawn(function()
  112. pcall(v)
  113. end)
  114. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement