Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local BlackGUI = Instance.new("TextButton")
- local KolgieHub = Instance.new("TextButton")
- local XenonHub = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0151821971, 0, 0.223787159, 0)
- Frame.Size = UDim2.new(0, 410, 0, 173)
- BlackGUI.Name = "Black GUI"
- BlackGUI.Parent = Frame
- BlackGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BlackGUI.Position = UDim2.new(0.0536585376, 0, 0.308887273, 0)
- BlackGUI.Size = UDim2.new(0, 172, 0, 50)
- BlackGUI.Font = Enum.Font.Gotham
- BlackGUI.Text = "Black Gui"
- BlackGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
- BlackGUI.TextSize = 25.000
- KolgieHub.Name = "Kolgie Hub"
- KolgieHub.Parent = Frame
- KolgieHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- KolgieHub.Position = UDim2.new(0.295206666, 0, 0.652284622, 0)
- KolgieHub.Size = UDim2.new(0, 172, 0, 50)
- KolgieHub.Font = Enum.Font.Gotham
- KolgieHub.Text = "Kolgie Hub"
- KolgieHub.TextColor3 = Color3.fromRGB(0, 0, 0)
- KolgieHub.TextSize = 25.000
- XenonHub.Name = "Xenon Hub"
- XenonHub.Parent = Frame
- XenonHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- XenonHub.Position = UDim2.new(0.51980871, 0, 0.308887273, 0)
- XenonHub.Size = UDim2.new(0, 172, 0, 50)
- XenonHub.Font = Enum.Font.Gotham
- XenonHub.Text = "Xenon Hub"
- XenonHub.TextColor3 = Color3.fromRGB(0, 0, 0)
- XenonHub.TextSize = 25.000
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.000281453133, 0, -0.0368894339, 0)
- TextLabel.Size = UDim2.new(0, 410, 0, 38)
- TextLabel.Font = Enum.Font.Gotham
- TextLabel.Text = "OP YBA SCRIPTS"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 30.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.92030704, 0, -0.014441587, 0)
- TextButton.Size = UDim2.new(0, 26, 0, 30)
- TextButton.Font = Enum.Font.GothamBlack
- TextButton.Text = "x"
- TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.TextSize = 25.000
- TextButton.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
- TextButton_2.Parent = ScreenGui
- TextButton_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.0156659577, 0, 0.138126999, 0)
- TextButton_2.Size = UDim2.new(0, 74, 0, 42)
- TextButton_2.Font = Enum.Font.GothamBlack
- TextButton_2.Text = "OPEN"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextSize = 25.000
- TextButton_2.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
- -- Scripts:
- local function AFSY_fake_script() -- BlackGUI.LocalScript
- local script = Instance.new('LocalScript', BlackGUI)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Tobias020108Back/YBA-AUT/main/YBA-GUI-Rewrite.lua"))()
- end)
- end
- coroutine.wrap(AFSY_fake_script)()
- local function AFKOIN_fake_script() -- KolgieHub.LocalScript
- local script = Instance.new('LocalScript', KolgieHub)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kolgie/YBA-GUI/main/yba-gui-obfuscated.lua"))()
- end)
- end
- coroutine.wrap(AFKOIN_fake_script)()
- local function TJZG_fake_script() -- XenonHub.LocalScript
- local script = Instance.new('LocalScript', XenonHub)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/botisznt/whocares/main/YBA.lua",true))()
- end)
- end
- coroutine.wrap(TJZG_fake_script)()
- local function RDNMLP_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.Visible=false
- end)
- end
- coroutine.wrap(RDNMLP_fake_script)()
- local function DEWDJN_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.Frame.Visible=true
- end)
- end
- coroutine.wrap(DEWDJN_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement