Advertisement
gilward

Fe Btools

Feb 23rd, 2018
21,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. -- Objects
  2.  
  3. local FEBtoolsGUI = Instance.new("ScreenGui")
  4. local Opener = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local BtoolsGUI = Instance.new("Frame")
  7. local TopThing = Instance.new("Frame")
  8. local Azureez = Instance.new("TextLabel")
  9. local Btool = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Close = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. FEBtoolsGUI.Name = "FEBtoolsGUI"
  16. FEBtoolsGUI.Parent = game.CoreGui
  17.  
  18. Opener.Name = "Opener"
  19. Opener.Parent = FEBtoolsGUI
  20. Opener.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  21. Opener.Position = UDim2.new(0, 0, 0.762913883, 0)
  22. Opener.Size = UDim2.new(0, 260, 0, 86)
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = Opener
  26. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. Open.BorderSizePixel = 3
  28. Open.Size = UDim2.new(0, 260, 0, 86)
  29. Open.Font = Enum.Font.SciFi
  30. Open.Text = "Open"
  31. Open.TextColor3 = Color3.new(1, 1, 1)
  32. Open.TextSize = 21
  33.  
  34. BtoolsGUI.Name = "BtoolsGUI"
  35. BtoolsGUI.Parent = FEBtoolsGUI
  36. BtoolsGUI.Active = true
  37. BtoolsGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. BtoolsGUI.Draggable = true
  39. BtoolsGUI.Position = UDim2.new(0.765919268, 0, 0, 0)
  40. BtoolsGUI.Size = UDim2.new(0, 261, 0, 444)
  41. BtoolsGUI.Visible = false
  42.  
  43. TopThing.Name = "TopThing"
  44. TopThing.Parent = BtoolsGUI
  45. TopThing.BackgroundColor3 = Color3.new(0, 0, 0)
  46. TopThing.Size = UDim2.new(0, 261, 0, 82)
  47.  
  48. Azureez.Name = "ackaaaaa"
  49. Azureez.Parent = BtoolsGUI
  50. Azureez.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Azureez.BackgroundTransparency = 999999995904
  52. Azureez.Size = UDim2.new(0, 200, 0, 82)
  53. Azureez.Font = Enum.Font.SciFi
  54. Azureez.Text = "Made by Azurez"
  55. Azureez.TextColor3 = Color3.new(1, 1, 1)
  56. Azureez.TextSize = 14
  57.  
  58. Btool.Name = "Btool"
  59. Btool.Parent = BtoolsGUI
  60. Btool.BackgroundColor3 = Color3.new(0, 0, 0)
  61. Btool.Position = UDim2.new(0.116858236, 0, 0.369098693, 0)
  62. Btool.Size = UDim2.new(0, 200, 0, 50)
  63. Btool.Font = Enum.Font.SciFi
  64. Btool.Text = "FE Btools *Some Games!*"
  65. Btool.TextColor3 = Color3.new(1, 1, 1)
  66. Btool.TextSize = 14
  67.  
  68. TextLabel.Parent = BtoolsGUI
  69. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextLabel.BackgroundTransparency = 9999999827968
  71. TextLabel.Position = UDim2.new(0.118773945, 0, 0.5, 0)
  72. TextLabel.Size = UDim2.new(0, 200, 0, 130)
  73. TextLabel.Font = Enum.Font.SciFi
  74. TextLabel.Text = "More Soon!"
  75. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  76. TextLabel.TextSize = 27
  77.  
  78. Close.Name = "Close"
  79. Close.Parent = BtoolsGUI
  80. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Close.BackgroundTransparency = 999999995904
  82. Close.Position = UDim2.new(0.743295014, 0, -0.0171673764, 0)
  83. Close.Size = UDim2.new(0, 94, 0, 50)
  84. Close.Font = Enum.Font.SciFi
  85. Close.Text = "X"
  86. Close.TextColor3 = Color3.new(1, 1, 1)
  87. Close.TextSize = 25
  88.  
  89. Open.MouseButton1Down:connect(function()
  90. game.CoreGui.FEBtoolsGUI.Opener.Visible = false
  91. game.CoreGui.FEBtoolsGUI.BtoolsGUI.Visible = true
  92. end)
  93.  
  94. Close.MouseButton1Down:connect(function()
  95. game.CoreGui.FEBtoolsGUI.Opener.Visible = true
  96. game.CoreGui.FEBtoolsGUI.BtoolsGUI.Visible = false
  97. end)
  98.  
  99. Btool.MouseButton1Down:connect(function()
  100. if workspace:FindFirstChild'GiveSystem' then
  101. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  102. maind = workspace.GiveSystem.GiveItem
  103. end
  104. end
  105. tool = Instance.new'Tool'
  106. me = game:GetService'Players'.LocalPlayer
  107. tool.RequiresHandle = false
  108. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  109. tool.Name = 'Delete'
  110. tool.Parent = me.Backpack
  111. buttonf = nil
  112. tool.Equipped:connect(function()
  113. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  114. m.Icon = 'rbxasset://textures/HammerCursor.png'
  115. buttonf = m.Button1Down:connect(function()
  116. if m.Target == nil then return end
  117. local ob = m.Target
  118. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  119. if ob:IsDescendantOf(me.Character) then return end
  120. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  121. local ex = Instance.new'Explosion'
  122. ex.BlastRadius = 0
  123. ex.Position = ob.Position
  124. ex.Parent = workspace
  125. maind:FireServer(workspace, ob)
  126. wait(0.3)
  127. m.Icon = 'rbxasset://textures/HammerCursor.png'
  128. end
  129. end)
  130. end)
  131. tool.Unequipped:connect(function()
  132. if buttonf ~= nil then
  133. buttonf:Disconnect()
  134. buttonf = nil
  135. end
  136. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  137. m.Icon = ''
  138. end)
  139. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement