Advertisement
Guest User

[Lua] Btools GUI

a guest
Jun 28th, 2019
11,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. local UIScreen = Instance.new("ScreenGui")
  2. local GUIScript = Instance.new("Frame")
  3. local TopText = Instance.new("TextLabel")
  4. local ExecuteButton = Instance.new("TextButton")
  5. local GUIScreen = Instance.new("ScreenGui")
  6. local OpenButton = Instance.new("TextButton")
  7. local ScreenGUI = game.StarterGui.Parent
  8. local GameScreenGui = Instance.new("ScreenGui1")
  9. ---- For the notifications
  10. local NotificationTitle = "Thank You For Executing BtoolsGui Credits: Opinality,Gio,O_GioXx,iiOmq_Jacob"
  11. local NotificationText = "[Exit Notification.]
  12. ---- [End of the notif script]
  13. ScreenGui.Name = game:GetService("ScreenGui1").Name
  14. game.StarterGui.ScreenGui.Frame.Visible = false
  15. ---- ToolsScript
  16. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  17. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  18. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  19. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  20. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  21. ---- For the Open button
  22. OpenButton.Name = "OpenButton"
  23. OpenButton.Parent = GUIScript
  24. OpenButton.Text = "OPEN"
  25. OpenButton.TextScaled = true
  26. OpenButton.Position = UDim2.new(-0.195, 0,2.937, 0)
  27. OpenButton.Size = UDim2.new(0, 190,0, 50)
  28. OpenButton.Draggable = true
  29. OpenButton.Selected = true
  30. OpenButton.Selectable = true
  31. OpenButton.Active = true
  32. script.OpenButton.MouseButton1Click:Connect(function()
  33. game.StarterGui.ScreenGui.Frame.Visible = true
  34. game.StarterGui.ScreenGui.Frame("TextButton").Visible = false
  35. end)
  36. ---- For The Message
  37. local message = Instance.new("Message")
  38. ---- End Of The Script [Just kidding XD]
  39. ---- UIFrame
  40. GUIScript.Position = UDim2.new(0.034, 0,0.148, 0)
  41. GUIScript.BackgroundColor3 = Color3.new(UDim2.new(35, 255, 116))
  42. GUIScript.BorderSizePixel = 0
  43. GUIScript.FontSize = Enum.FontSize.Size14
  44. GUIScript.Font = Enum.Font.Arcade
  45. GUIScript.Active = true
  46. GUIScript.Draggable = true
  47. GUIScript.Selectable = true
  48. GUIScript.Size = UDim2.new(0, 226,0, 63)
  49. GUIScript.Rotation = 0
  50. GUIScript.BackgroundTransparency = 0.4
  51. ---- TopTextLabel
  52. TopText = "TopText"
  53. TopText.Parent = GUIScript
  54. TopText.TextScaled = true
  55. TopText.Position = UDim2.new(0, 0,-0.46, 0)
  56. TopText.BackgroundColor3 = Color3.new(UDim2.new(35, 255, 116))
  57. TopText.Text = "Press The Btools Button! To Execute!"
  58. TopText.BorderSizePixel = 0
  59. TopText.Font = Enum.Font.Arcade
  60. TopText.FontSize = Enum.FontSize.Size14
  61. TopText.TextScaled = true
  62. TopText.Active = true
  63. TopText.Selectable = true
  64. TopText.Size = UDim2.new(0, 226,0, 29)
  65. TopText.BackgroundTransparency = 0.4
  66.  
  67. ---- TextButton UI XD
  68. ExecuteButton.Name = "ExecuteButton"
  69. ExecuteButton.Parent = GUIScript
  70. ExecuteButton.Text = "BTOOLS"
  71. ExecuteButton.TextScaled = true
  72. ExecuteButton.Position = UDim2.new(0.058, 0,0.095, 0)
  73. ExecuteButton.Selectable = true
  74. ExecuteButton.Rotation = 0
  75. ExecuteButton.Size = UDim2.new(0, 200,0, 50)
  76. ExecuteButton.BackgroundColor3 = Color3.new(33, 81, 255)
  77. ExecuteButton.BackgroundTransparency = 0.4
  78. ExecuteButton.AutoButtonColor = true
  79. ExecuteButton.BorderSizePixel = 5
  80. ExecuteButton.Selected = true
  81. ExecuteButton.Active = true
  82. wait(1)
  83. if ExecuteButton then
  84. script.ExecuteButton.MouseButton1Click:connect(function()
  85. tool1.BinType = "Clone"
  86. tool2.BinType = "GameTool"
  87. tool3.BinType = "Hammer"
  88. tool4.BinType = "Script"
  89. tool5.BinType = "Grab"
  90. script.ExecuteButton.Text = "Executed!"
  91. script.ExecuteButton.Text = "BTOOLS"
  92. print("Script Executed!")
  93. -- Made by Gio
  94. -- Script Test XD
  95. message.Parent = game.Workspace
  96. message.Text = “Credits To: Opinality,O_GioXx,iiOmq_JacobXX2 For His Discord Gio is hes name”
  97. wait(3)
  98. message:Remove()
  99. script.ExecuteButton.MouseButton1Click:Connect(function(plr)
  100.  
  101. game.StarterGui:SetCore("SendNotification", {
  102. Title = game:GetService("NotificationTitle").LocalPlayer
  103. print("Gio Was Here")
  104. Text = game:GetService("NotificationText").LocalPlayer
  105. end)
  106.  
  107. end)
  108. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement