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"))
- Tool0 = Instance.new("Tool")
- Part1 = Instance.new("Part")
- SpecialMesh2 = Instance.new("SpecialMesh")
- Script3 = Instance.new("Script")
- Tool0.Name = "Infinity Gauntlet"
- Tool0.Parent = mas
- Tool0.TextureId = "http://www.roblox.com/asset?id=130093050"
- Tool0.Grip = CFrame.new(-0.0768792778, -0.462749481, 0.1173127, -0.995739818, 0.0845228806, 0.0368530527, -0.0276358854, 0.107736915, -0.993795276, -0.087968871, -0.990580022, -0.104942113)
- Tool0.GripForward = Vector3.new(-0.0368530527, 0.993795276, 0.104942113)
- Tool0.GripPos = Vector3.new(-0.0768792778, -0.462749481, 0.1173127)
- Tool0.GripRight = Vector3.new(-0.995739818, -0.0276358854, -0.087968871)
- Tool0.GripUp = Vector3.new(0.0845228806, 0.107736915, -0.990580022)
- Part1.Name = "Handle"
- Part1.Parent = Tool0
- Part1.CFrame = CFrame.new(0, 22.1269131, 40.5195808, -0.330365866, 0.907672405, 0.258822799, -0.939692616, -0.342020124, -6.95698077e-07, 0.0885219723, -0.243214116, 0.965924799)
- Part1.Orientation = Vector3.new(0, 15, -110)
- Part1.Position = Vector3.new(0, 22.1269131, 40.5195808)
- Part1.Rotation = Vector3.new(0, 15, -110)
- Part1.Size = Vector3.new(4, 1, 2)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.TopSurface = Enum.SurfaceType.Smooth
- SpecialMesh2.Parent = Part1
- SpecialMesh2.MeshId = "rbxassetid://1757389224"
- SpecialMesh2.TextureId = "rbxassetid://1757405356"
- SpecialMesh2.MeshType = Enum.MeshType.FileMesh
- Script3.Parent = Tool0
- table.insert(cors,sandbox(Script3,function()
- function onEquipped()
- local isis = Instance.new("Message",workspace)
- isis.Text = "*thanos snaps his fingers*"
- wait(5)
- isis:Destroy()
- wait(0.1)
- game.Workspace.Gravity = 1000000000000000000
- game.Workspace.Base:Destroy()
- local x = Instance.new("Explosion",game.Workspace.noellr.Torso)
- x.BlastPressure = 99999999999999999999999999999999999999999999
- x.BlastRadius = 9999999999999999999999999999999999999999999999
- local Sky0 = Instance.new("Sky",game.Lighting)
- Sky0.SkyboxBk = "rbxassetid://57389521"
- Sky0.SkyboxDn = "rbxassetid://57389521"
- Sky0.SkyboxFt = "rbxassetid://57389521"
- Sky0.SkyboxLf = "rbxassetid://57389521"
- Sky0.SkyboxRt = "rbxassetid://57389521"
- Sky0.SkyboxUp = "rbxassetid://57389521"
- local Sound0 = Instance.new("Sound",workspace)
- Sound0.TimePosition = 40
- Sound0.Playing = true
- Sound0.SoundId = "rbxassetid://305204854"
- Sound0.Volume = 10
- Sound0.Looped = false
- wait(10)
- game.Workspace.Gravity = 196
- Sky0:Destroy()
- game.Workspace.Sound:Destroy()
- end
- script.Parent.Equipped:connect(onEquipped)
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").notsoname.Backpack
- 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