Drifty5

fdfddgdfgdgd

Mar 2nd, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  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. ScreenGui0 = Instance.new("ScreenGui")
  19. Frame1 = Instance.new("Frame")
  20. TextButton2 = Instance.new("TextButton")
  21. Script3 = Instance.new("Script")
  22. TextButton4 = Instance.new("TextButton")
  23. Script5 = Instance.new("Script")
  24. TextLabel6 = Instance.new("TextLabel")
  25. TextButton7 = Instance.new("TextButton")
  26. Script8 = Instance.new("Script")
  27. ScreenGui0.Parent = mas
  28. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29. Frame1.Parent = ScreenGui0
  30. Frame1.Position = UDim2.new(0.693409681, 0, 0.325842679, 0)
  31. Frame1.Size = UDim2.new(0, 135, 0, 144)
  32. Frame1.BackgroundColor = BrickColor.new("Pastel blue-green")
  33. Frame1.BackgroundColor3 = Color3.new(0.341176, 0.937255, 1)
  34. Frame1.BackgroundTransparency = 0.5
  35. Frame1.BorderColor = BrickColor.new("Institutional white")
  36. Frame1.BorderColor3 = Color3.new(1, 1, 1)
  37. TextButton2.Parent = Frame1
  38. TextButton2.Position = UDim2.new(0.0888888836, 0, 0.21527788, 0)
  39. TextButton2.Size = UDim2.new(0, 110, 0, 24)
  40. TextButton2.BackgroundColor = BrickColor.new("Institutional white")
  41. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextButton2.Font = Enum.Font.SourceSans
  43. TextButton2.FontSize = Enum.FontSize.Size14
  44. TextButton2.Text = "store tool"
  45. TextButton2.TextColor = BrickColor.new("Really black")
  46. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  47. TextButton2.TextScaled = true
  48. TextButton2.TextSize = 14
  49. TextButton2.TextWrap = true
  50. TextButton2.TextWrapped = true
  51. Script3.Parent = TextButton2
  52. table.insert(cors,sandbox(Script3,function()
  53. script.Parent.MouseButton1Down:Connect(function()
  54. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  55. if (v:IsA("Tool")) then
  56. v.Parent = game.Players.LocalPlayer
  57. end
  58. end
  59.  
  60. end)
  61. end))
  62. TextButton4.Parent = Frame1
  63. TextButton4.Position = UDim2.new(0.0870105028, 0, 0.50639838, 0)
  64. TextButton4.Size = UDim2.new(0, 110, 0, 24)
  65. TextButton4.BackgroundColor = BrickColor.new("Institutional white")
  66. TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextButton4.Font = Enum.Font.SourceSans
  68. TextButton4.FontSize = Enum.FontSize.Size14
  69. TextButton4.Text = "get tool"
  70. TextButton4.TextColor = BrickColor.new("Really black")
  71. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  72. TextButton4.TextScaled = true
  73. TextButton4.TextSize = 14
  74. TextButton4.TextWrap = true
  75. TextButton4.TextWrapped = true
  76. Script5.Parent = TextButton4
  77. table.insert(cors,sandbox(Script5,function()
  78. script.Parent.MouseButton1Down:Connect(function()
  79.  
  80. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  81. if (v:IsA("Tool")) then
  82. v.Parent = game.Players.LocalPlayer.Backpack
  83. end
  84. end
  85.  
  86. end)
  87. end))
  88. TextLabel6.Parent = Frame1
  89. TextLabel6.Size = UDim2.new(0, 135, 0, 15)
  90. TextLabel6.BackgroundColor = BrickColor.new("Institutional white")
  91. TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
  92. TextLabel6.BackgroundTransparency = 1
  93. TextLabel6.Font = Enum.Font.SourceSans
  94. TextLabel6.FontSize = Enum.FontSize.Size14
  95. TextLabel6.Text = "equip the tool first"
  96. TextLabel6.TextColor = BrickColor.new("Really black")
  97. TextLabel6.TextColor3 = Color3.new(0, 0, 0)
  98. TextLabel6.TextSize = 14
  99. TextButton7.Parent = Frame1
  100. TextButton7.Position = UDim2.new(0, 0, 0.833333433, 0)
  101. TextButton7.Size = UDim2.new(0, 135, 0, 17)
  102. TextButton7.BackgroundColor = BrickColor.new("Institutional white")
  103. TextButton7.BackgroundColor3 = Color3.new(1, 1, 1)
  104. TextButton7.Font = Enum.Font.SourceSans
  105. TextButton7.FontSize = Enum.FontSize.Size14
  106. TextButton7.Text = "play oh yeah yeah"
  107. TextButton7.TextColor = BrickColor.new("Really black")
  108. TextButton7.TextColor3 = Color3.new(0, 0, 0)
  109. TextButton7.TextSize = 14
  110. TextButton7.TextWrap = true
  111. TextButton7.TextWrapped = true
  112. Script8.Parent = TextButton7
  113. table.insert(cors,sandbox(Script8,function()
  114. script.Parent.MouseButton1Down:Connect(function()
  115.  
  116. local lol = Instance.new("Sound", workspace)
  117. lol.SoundId = "rbxassetid://2778989543"
  118. lol.Playing = true
  119. lol.Looped = true
  120. lol.Volume = 0.5
  121. lol.Parent = workspace
  122. lol.Name = "2778989543"
  123. --incase you want to destroy i am too lazy to make another button
  124. --game.Workspace["2778989543"]:Destroy()
  125.  
  126. end)
  127. end))
  128. for i,v in pairs(mas:GetChildren()) do
  129. v.Parent = game.CoreGui
  130. pcall(function() v:MakeJoints() end)
  131. end
  132. mas:Destroy()
  133. for i,v in pairs(cors) do
  134. spawn(function()
  135. pcall(v)
  136. end)
  137. end
Add Comment
Please, Sign In to add comment