Advertisement
1_F0

Untitled

Jun 28th, 2020
9,353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GUI = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local Frame_3 = Instance.new("Frame")
  7. local Frame_4 = Instance.new("Frame")
  8. local Frame_5 = Instance.new("Frame")
  9. local Btools = Instance.new("TextButton")
  10. local ReceiveTool = Instance.new("TextButton")
  11. local DropTool = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local Savetool = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. GUI.Name = "GUI"
  19. GUI.Parent = game.CoreGui
  20.  
  21. Frame.Parent = GUI
  22. Frame.Active = true
  23. Frame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  24. Frame.BorderSizePixel = 0
  25. Frame.Draggable = true
  26. Frame.Position = UDim2.new(0, 448, 0, 176)
  27. Frame.Size = UDim2.new(0, 375, 0, 295)
  28.  
  29. Frame_2.Parent = Frame
  30. Frame_2.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  31. Frame_2.BorderSizePixel = 0
  32. Frame_2.Size = UDim2.new(0, 35, 0, 295)
  33.  
  34. Frame_3.Parent = Frame
  35. Frame_3.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  36. Frame_3.BorderSizePixel = 0
  37. Frame_3.Position = UDim2.new(0, 344, 0, 0)
  38. Frame_3.Size = UDim2.new(0, 31, 0, 295)
  39.  
  40. Frame_4.Parent = Frame
  41. Frame_4.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  42. Frame_4.BorderSizePixel = 0
  43. Frame_4.Position = UDim2.new(0, 0, 0, 260)
  44. Frame_4.Size = UDim2.new(0, 375, 0, 35)
  45.  
  46. Frame_5.Parent = Frame
  47. Frame_5.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  48. Frame_5.BorderSizePixel = 0
  49. Frame_5.Size = UDim2.new(0, 375, 0, 35)
  50.  
  51. Btools.Name = "Btools"
  52. Btools.Parent = Frame
  53. Btools.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  54. Btools.BorderSizePixel = 0
  55. Btools.Position = UDim2.new(0, 88, 0, 40)
  56. Btools.Size = UDim2.new(0, 200, 0, 35)
  57. Btools.Font = Enum.Font.SciFi
  58. Btools.Text = "Btools"
  59. Btools.TextColor3 = Color3.new(1, 0, 0)
  60. Btools.TextSize = 30
  61. Btools.TextWrapped = true
  62.  
  63. ReceiveTool.Name = "ReceiveTool"
  64. ReceiveTool.Parent = Frame
  65. ReceiveTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  66. ReceiveTool.BorderSizePixel = 0
  67. ReceiveTool.Position = UDim2.new(0, 88, 0, 83)
  68. ReceiveTool.Size = UDim2.new(0, 200, 0, 35)
  69. ReceiveTool.Font = Enum.Font.SciFi
  70. ReceiveTool.Text = "Receive Tool"
  71. ReceiveTool.TextColor3 = Color3.new(1, 0, 0)
  72. ReceiveTool.TextSize = 30
  73. ReceiveTool.TextWrapped = true
  74.  
  75.  
  76. DropTool.Name = "DropTool"
  77. DropTool.Parent = Frame
  78. DropTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  79. DropTool.BorderSizePixel = 0
  80. DropTool.Position = UDim2.new(0, 88, 0, 128)
  81. DropTool.Size = UDim2.new(0, 200, 0, 38)
  82. DropTool.Font = Enum.Font.SciFi
  83. DropTool.Text = "Drop Tool"
  84. DropTool.TextColor3 = Color3.new(1, 0, 0)
  85. DropTool.TextSize = 30
  86. DropTool.TextWrapped = true
  87.  
  88. TextLabel.Parent = Frame
  89. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel.BackgroundTransparency = 5
  91. TextLabel.Position = UDim2.new(0, 88, 0, 256)
  92. TextLabel.Size = UDim2.new(0, 200, 0, 39)
  93. TextLabel.Font = Enum.Font.SciFi
  94. TextLabel.Text = "Gui Made By Jag Gaming #0060"
  95. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  96. TextLabel.TextSize = 25
  97.  
  98. TextLabel_2.Parent = Frame
  99. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  100. TextLabel_2.BackgroundTransparency = 5
  101. TextLabel_2.Position = UDim2.new(0, 88, 0, 0)
  102. TextLabel_2.Size = UDim2.new(0, 200, 0, 39)
  103. TextLabel_2.Font = Enum.Font.SciFi
  104. TextLabel_2.Text = "Scripts By DrPoppadopolist#1337"
  105. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  106. TextLabel_2.TextSize = 25
  107.  
  108. Savetool.Name = "Savetool"
  109. Savetool.Parent = Frame
  110. Savetool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  111. Savetool.BorderSizePixel = 0
  112. Savetool.Position = UDim2.new(0, 88, 0, 172)
  113. Savetool.Size = UDim2.new(0, 200, 0, 38)
  114. Savetool.Font = Enum.Font.SciFi
  115. Savetool.Text = "Save Tool"
  116. Savetool.TextColor3 = Color3.new(1, 0, 0)
  117. Savetool.TextSize = 30
  118. Savetool.TextWrapped = true
  119.  
  120. ---------------Functions---------------
  121. DropTool.MouseButton1Click:connect(function()
  122. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  123. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  124. v.Parent = workspace
  125. end
  126. end)
  127.  
  128. ReceiveTool.MouseButton1Click:connect(function()
  129. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  130. if (v:IsA("Tool")) then
  131. v.Parent = game.Players.LocalPlayer.Backpack
  132. end
  133. end
  134. end)
  135.  
  136. Savetool.MouseButton1Click:connect(function()
  137. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  138. if (v:IsA("Tool")) then
  139. v.Parent = game.Players.LocalPlayer
  140. end
  141. end
  142. end)
  143.  
  144. Btools.MouseButton1Click:connect(function()
  145. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  146. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  147. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  148. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement