Advertisement
kevinfufuli

Untitled

Aug 1st, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 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 = "Felmar Buslon #457"
  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 Felmarbuslon#457"
  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)
  149. RAW Paste Data
  150. -- Objects
  151.  
  152. local GUI = Instance.new("ScreenGui")
  153. local Frame = Instance.new("Frame")
  154. local Frame_2 = Instance.new("Frame")
  155. local Frame_3 = Instance.new("Frame")
  156. local Frame_4 = Instance.new("Frame")
  157. local Frame_5 = Instance.new("Frame")
  158. local Btools = Instance.new("TextButton")
  159. local ReceiveTool = Instance.new("TextButton")
  160. local DropTool = Instance.new("TextButton")
  161. local TextLabel = Instance.new("TextLabel")
  162. local TextLabel_2 = Instance.new("TextLabel")
  163. local Savetool = Instance.new("TextButton")
  164.  
  165. -- Properties
  166.  
  167. GUI.Name = "GUI"
  168. GUI.Parent = game.CoreGui
  169.  
  170. Frame.Parent = GUI
  171. Frame.Active = true
  172. Frame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  173. Frame.BorderSizePixel = 0
  174. Frame.Draggable = true
  175. Frame.Position = UDim2.new(0, 448, 0, 176)
  176. Frame.Size = UDim2.new(0, 375, 0, 295)
  177.  
  178. Frame_2.Parent = Frame
  179. Frame_2.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  180. Frame_2.BorderSizePixel = 0
  181. Frame_2.Size = UDim2.new(0, 35, 0, 295)
  182.  
  183. Frame_3.Parent = Frame
  184. Frame_3.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  185. Frame_3.BorderSizePixel = 0
  186. Frame_3.Position = UDim2.new(0, 344, 0, 0)
  187. Frame_3.Size = UDim2.new(0, 31, 0, 295)
  188.  
  189. Frame_4.Parent = Frame
  190. Frame_4.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  191. Frame_4.BorderSizePixel = 0
  192. Frame_4.Position = UDim2.new(0, 0, 0, 260)
  193. Frame_4.Size = UDim2.new(0, 375, 0, 35)
  194.  
  195. Frame_5.Parent = Frame
  196. Frame_5.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  197. Frame_5.BorderSizePixel = 0
  198. Frame_5.Size = UDim2.new(0, 375, 0, 35)
  199.  
  200. Btools.Name = "Btools"
  201. Btools.Parent = Frame
  202. Btools.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  203. Btools.BorderSizePixel = 0
  204. Btools.Position = UDim2.new(0, 88, 0, 40)
  205. Btools.Size = UDim2.new(0, 200, 0, 35)
  206. Btools.Font = Enum.Font.SciFi
  207. Btools.Text = "Btools"
  208. Btools.TextColor3 = Color3.new(1, 0, 0)
  209. Btools.TextSize = 30
  210. Btools.TextWrapped = true
  211.  
  212. ReceiveTool.Name = "ReceiveTool"
  213. ReceiveTool.Parent = Frame
  214. ReceiveTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  215. ReceiveTool.BorderSizePixel = 0
  216. ReceiveTool.Position = UDim2.new(0, 88, 0, 83)
  217. ReceiveTool.Size = UDim2.new(0, 200, 0, 35)
  218. ReceiveTool.Font = Enum.Font.SciFi
  219. ReceiveTool.Text = "Receive Tool"
  220. ReceiveTool.TextColor3 = Color3.new(1, 0, 0)
  221. ReceiveTool.TextSize = 30
  222. ReceiveTool.TextWrapped = true
  223.  
  224.  
  225. DropTool.Name = "DropTool"
  226. DropTool.Parent = Frame
  227. DropTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  228. DropTool.BorderSizePixel = 0
  229. DropTool.Position = UDim2.new(0, 88, 0, 128)
  230. DropTool.Size = UDim2.new(0, 200, 0, 38)
  231. DropTool.Font = Enum.Font.SciFi
  232. DropTool.Text = "Drop Tool"
  233. DropTool.TextColor3 = Color3.new(1, 0, 0)
  234. DropTool.TextSize = 30
  235. DropTool.TextWrapped = true
  236.  
  237. TextLabel.Parent = Frame
  238. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  239. TextLabel.BackgroundTransparency = 5
  240. TextLabel.Position = UDim2.new(0, 88, 0, 256)
  241. TextLabel.Size = UDim2.new(0, 200, 0, 39)
  242. TextLabel.Font = Enum.Font.SciFi
  243. TextLabel.Text = "Felmar Buslon #457"
  244. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  245. TextLabel.TextSize = 25
  246.  
  247. TextLabel_2.Parent = Frame
  248. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  249. TextLabel_2.BackgroundTransparency = 5
  250. TextLabel_2.Position = UDim2.new(0, 88, 0, 0)
  251. TextLabel_2.Size = UDim2.new(0, 200, 0, 39)
  252. TextLabel_2.Font = Enum.Font.SciFi
  253. TextLabel_2.Text = "Scripts By Felmarbuslon#457"
  254. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  255. TextLabel_2.TextSize = 25
  256.  
  257. Savetool.Name = "Savetool"
  258. Savetool.Parent = Frame
  259. Savetool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  260. Savetool.BorderSizePixel = 0
  261. Savetool.Position = UDim2.new(0, 88, 0, 172)
  262. Savetool.Size = UDim2.new(0, 200, 0, 38)
  263. Savetool.Font = Enum.Font.SciFi
  264. Savetool.Text = "Save Tool"
  265. Savetool.TextColor3 = Color3.new(1, 0, 0)
  266. Savetool.TextSize = 30
  267. Savetool.TextWrapped = true
  268.  
  269. ---------------Functions---------------
  270. DropTool.MouseButton1Click:connect(function()
  271. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  272. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  273. v.Parent = workspace
  274. end
  275. end)
  276.  
  277. ReceiveTool.MouseButton1Click:connect(function()
  278. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  279. if (v:IsA("Tool")) then
  280. v.Parent = game.Players.LocalPlayer.Backpack
  281. end
  282. end
  283. end)
  284.  
  285. Savetool.MouseButton1Click:connect(function()
  286. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  287. if (v:IsA("Tool")) then
  288. v.Parent = game.Players.LocalPlayer
  289. end
  290. end
  291. end)
  292.  
  293. Btools.MouseButton1Click:connect(function()
  294. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  295. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  296. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  297. end)
  298.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement