Advertisement
Guest User

Untitled

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