Advertisement
BNutty07

xd again

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