Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Humanoid1 = Instance.new("Humanoid")
- Script2 = Instance.new("Script")
- Part3 = Instance.new("Part")
- SpecialMesh4 = Instance.new("SpecialMesh")
- Script5 = Instance.new("Script")
- Script6 = Instance.new("Script")
- Script7 = Instance.new("Script")
- BodyGyro8 = Instance.new("BodyGyro")
- BodyPosition9 = Instance.new("BodyPosition")
- Model0.Name = "Windows XP"
- Model0.Parent = mas
- Humanoid1.Parent = Model0
- Script2.Parent = Model0
- table.insert(cors,sandbox(Script2,function()
- wait(2)
- local LocalP = game:GetService("Players").BNutty07
- local Character = LocalP.Character
- local BodyPosition = script.Parent.Head.BodyPosition
- BodyPosition.P = 100000.000
- while wait(0) do
- BodyPosition.Position = Character.Head.Position
- end
- end))
- Part3.Name = "Head"
- Part3.Parent = Model0
- Part3.Size = Vector3.new(11, 6, 1)
- Part3.CFrame = CFrame.new(-2.5, 3, 17.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part3.Position = Vector3.new(-2.5, 3, 17.5)
- SpecialMesh4.Parent = Part3
- SpecialMesh4.MeshId = "rbxassetid://430131188"
- SpecialMesh4.Scale = Vector3.new(0.0399999991, 0.0399999991, 0.200000003)
- SpecialMesh4.TextureId = "rbxassetid://430131252"
- SpecialMesh4.MeshType = Enum.MeshType.FileMesh
- SpecialMesh4.Scale = Vector3.new(0.0399999991, 0.0399999991, 0.200000003)
- Script5.Name = "CopyME"
- Script5.Parent = Part3
- Script5.Disabled = true
- table.insert(cors,sandbox(Script5,function()
- game.Lighting.TimeOfDay = "00:00:00"
- while true do
- game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.Brightness=(math.random(0,100))
- game.Lighting.GeographicLatitude=(math.random(1,500))
- wait(0)
- end
- end))
- Script6.Name = "CopyME2"
- Script6.Parent = Part3
- Script6.Disabled = true
- table.insert(cors,sandbox(Script6,function()
- local m = Instance.new("Message")
- m.Text = "NTOSKRNL.EXE has stopped working"
- while true do
- m.Parent = workspace
- wait(0)
- m.Parent = nil
- wait(0)
- end
- end))
- Script7.Parent = Part3
- table.insert(cors,sandbox(Script7,function()
- function onTouched(part)
- local h = part.Parent:findFirstChild("Humanoid")
- if h~=nil then
- local s = Instance.new("Sound")
- s.Name = "WINDOWS XP"
- s.SoundId = "rbxassetid://677644613"
- s.Parent = game.SoundService
- s.Looped = true
- s:Play()
- script.Parent.CopyME.Disabled = false
- script.Parent.CopyME.Parent = workspace
- script.Parent.CopyME2.Disabled = false
- script.Parent.CopyME2.Parent = workspace
- local e = Instance.new("Explosion")
- e.BlastPressure = 10000000
- e.BlastRadius = 10000
- e.Position = h.Torso.Position
- e.Parent = workspace
- script.Parent.Parent:Destroy()
- for _, player in pairs(game.Players:GetPlayers()) do
- player.CharacterAppearanceId = 259440003
- end
- end
- end
- script.Parent.Touched:connect(onTouched)
- end))
- BodyGyro8.Parent = Part3
- BodyPosition9.Parent = Part3
- BodyPosition9.P = 0
- BodyPosition9.D = 3000
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement