Advertisement
Guest User

Untitled

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