Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UIScreen = Instance.new("ScreenGui")
- local GUIScript = Instance.new("Frame")
- local TopText = Instance.new("TextLabel")
- local ExecuteButton = Instance.new("TextButton")
- local GUIScreen = Instance.new("ScreenGui")
- local OpenButton = Instance.new("TextButton")
- local ScreenGUI = game.StarterGui.Parent
- local GameScreenGui = Instance.new("ScreenGui1")
- ---- For the notifications
- local NotificationTitle = "Thank You For Executing BtoolsGui Credits: Opinality,Gio,O_GioXx,iiOmq_Jacob"
- local NotificationText = "[Exit Notification.]
- ---- [End of the notif script]
- ScreenGui.Name = game:GetService("ScreenGui1").Name
- game.StarterGui.ScreenGui.Frame.Visible = false
- ---- ToolsScript
- local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- ---- For the Open button
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = GUIScript
- OpenButton.Text = "OPEN"
- OpenButton.TextScaled = true
- OpenButton.Position = UDim2.new(-0.195, 0,2.937, 0)
- OpenButton.Size = UDim2.new(0, 190,0, 50)
- OpenButton.Draggable = true
- OpenButton.Selected = true
- OpenButton.Selectable = true
- OpenButton.Active = true
- script.OpenButton.MouseButton1Click:Connect(function()
- game.StarterGui.ScreenGui.Frame.Visible = true
- game.StarterGui.ScreenGui.Frame("TextButton").Visible = false
- end)
- ---- For The Message
- local message = Instance.new("Message")
- ---- End Of The Script [Just kidding XD]
- ---- UIFrame
- GUIScript.Position = UDim2.new(0.034, 0,0.148, 0)
- GUIScript.BackgroundColor3 = Color3.new(UDim2.new(35, 255, 116))
- GUIScript.BorderSizePixel = 0
- GUIScript.FontSize = Enum.FontSize.Size14
- GUIScript.Font = Enum.Font.Arcade
- GUIScript.Active = true
- GUIScript.Draggable = true
- GUIScript.Selectable = true
- GUIScript.Size = UDim2.new(0, 226,0, 63)
- GUIScript.Rotation = 0
- GUIScript.BackgroundTransparency = 0.4
- ---- TopTextLabel
- TopText = "TopText"
- TopText.Parent = GUIScript
- TopText.TextScaled = true
- TopText.Position = UDim2.new(0, 0,-0.46, 0)
- TopText.BackgroundColor3 = Color3.new(UDim2.new(35, 255, 116))
- TopText.Text = "Press The Btools Button! To Execute!"
- TopText.BorderSizePixel = 0
- TopText.Font = Enum.Font.Arcade
- TopText.FontSize = Enum.FontSize.Size14
- TopText.TextScaled = true
- TopText.Active = true
- TopText.Selectable = true
- TopText.Size = UDim2.new(0, 226,0, 29)
- TopText.BackgroundTransparency = 0.4
- ---- TextButton UI XD
- ExecuteButton.Name = "ExecuteButton"
- ExecuteButton.Parent = GUIScript
- ExecuteButton.Text = "BTOOLS"
- ExecuteButton.TextScaled = true
- ExecuteButton.Position = UDim2.new(0.058, 0,0.095, 0)
- ExecuteButton.Selectable = true
- ExecuteButton.Rotation = 0
- ExecuteButton.Size = UDim2.new(0, 200,0, 50)
- ExecuteButton.BackgroundColor3 = Color3.new(33, 81, 255)
- ExecuteButton.BackgroundTransparency = 0.4
- ExecuteButton.AutoButtonColor = true
- ExecuteButton.BorderSizePixel = 5
- ExecuteButton.Selected = true
- ExecuteButton.Active = true
- wait(1)
- if ExecuteButton then
- script.ExecuteButton.MouseButton1Click:connect(function()
- tool1.BinType = "Clone"
- tool2.BinType = "GameTool"
- tool3.BinType = "Hammer"
- tool4.BinType = "Script"
- tool5.BinType = "Grab"
- script.ExecuteButton.Text = "Executed!"
- script.ExecuteButton.Text = "BTOOLS"
- print("Script Executed!")
- -- Made by Gio
- -- Script Test XD
- message.Parent = game.Workspace
- message.Text = “Credits To: Opinality,O_GioXx,iiOmq_JacobXX2 For His Discord Gio is hes name”
- wait(3)
- message:Remove()
- script.ExecuteButton.MouseButton1Click:Connect(function(plr)
- game.StarterGui:SetCore("SendNotification", {
- Title = game:GetService("NotificationTitle").LocalPlayer
- print("Gio Was Here")
- Text = game:GetService("NotificationText").LocalPlayer
- end)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement