Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 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. Tool0 = Instance.new("Tool")
  20. Part1 = Instance.new("Part")
  21. SpecialMesh2 = Instance.new("SpecialMesh")
  22. Script3 = Instance.new("Script")
  23. Tool0.Name = "Infinity Gauntlet"
  24. Tool0.Parent = mas
  25. Tool0.TextureId = "http://www.roblox.com/asset?id=130093050"
  26. 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)
  27. Tool0.GripForward = Vector3.new(-0.0368530527, 0.993795276, 0.104942113)
  28. Tool0.GripPos = Vector3.new(-0.0768792778, -0.462749481, 0.1173127)
  29. Tool0.GripRight = Vector3.new(-0.995739818, -0.0276358854, -0.087968871)
  30. Tool0.GripUp = Vector3.new(0.0845228806, 0.107736915, -0.990580022)
  31. Part1.Name = "Handle"
  32. Part1.Parent = Tool0
  33. 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)
  34. Part1.Orientation = Vector3.new(0, 15, -110)
  35. Part1.Position = Vector3.new(0, 22.1269131, 40.5195808)
  36. Part1.Rotation = Vector3.new(0, 15, -110)
  37. Part1.Size = Vector3.new(4, 1, 2)
  38. Part1.BottomSurface = Enum.SurfaceType.Smooth
  39. Part1.TopSurface = Enum.SurfaceType.Smooth
  40. SpecialMesh2.Parent = Part1
  41. SpecialMesh2.MeshId = "rbxassetid://1757389224"
  42. SpecialMesh2.TextureId = "rbxassetid://1757405356"
  43. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  44. Script3.Parent = Tool0
  45. table.insert(cors,sandbox(Script3,function()
  46. function onEquipped()
  47. local isis = Instance.new("Message",workspace)
  48. isis.Text = "*thanos snaps his fingers*"
  49. wait(5)
  50. isis:Destroy()
  51. wait(0.1)
  52. game.Workspace.Gravity = 1000000000000000000
  53. game.Workspace.Base:Destroy()
  54. local x = Instance.new("Explosion",game.Workspace.noellr.Torso)
  55. x.BlastPressure = 99999999999999999999999999999999999999999999
  56. x.BlastRadius = 9999999999999999999999999999999999999999999999
  57. local Sky0 = Instance.new("Sky",game.Lighting)
  58. Sky0.SkyboxBk = "rbxassetid://57389521"
  59. Sky0.SkyboxDn = "rbxassetid://57389521"
  60. Sky0.SkyboxFt = "rbxassetid://57389521"
  61. Sky0.SkyboxLf = "rbxassetid://57389521"
  62. Sky0.SkyboxRt = "rbxassetid://57389521"
  63. Sky0.SkyboxUp = "rbxassetid://57389521"
  64. local Sound0 = Instance.new("Sound",workspace)
  65. Sound0.TimePosition = 40
  66. Sound0.Playing = true
  67. Sound0.SoundId = "rbxassetid://305204854"
  68. Sound0.Volume = 10
  69. Sound0.Looped = false
  70. wait(10)
  71. game.Workspace.Gravity = 196
  72. Sky0:Destroy()
  73. game.Workspace.Sound:Destroy()
  74. end
  75. script.Parent.Equipped:connect(onEquipped)
  76.  
  77. end))
  78. for i,v in pairs(mas:GetChildren()) do
  79. v.Parent = game:GetService("Players").notsoname.Backpack
  80. pcall(function() v:MakeJoints() end)
  81. end
  82. mas:Destroy()
  83. for i,v in pairs(cors) do
  84. spawn(function()
  85. pcall(v)
  86. end)
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement