Advertisement
Yeah_Justin

FE Btools for ROBLOX

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