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 OpenFrame = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UICorner_2 = Instance.new("UICorner")
- local OPSCRIPT = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local ESPBeLike = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local Imagineusingaautofarm = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local YBALabel = Instance.new("TextLabel")
- local UICorner_6 = Instance.new("UICorner")
- local Open = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local Credits = Instance.new("TextLabel")
- local UICorner_8 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- OpenFrame.Position = UDim2.new(0.378170609, 0, 0.306976736, 0)
- OpenFrame.Size = UDim2.new(0, 291, 0, 145)
- OpenFrame.Visible = false
- OpenFrame.Active = true
- Close.Name = "Close"
- Close.Parent = OpenFrame
- Close.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- Close.Position = UDim2.new(0.945017159, 0, 0, 0)
- Close.Size = UDim2.new(0, 16, 0, 17)
- Close.Font = Enum.Font.SourceSansBold
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 0, 0)
- Close.TextSize = 14.000
- UICorner.Parent = Close
- UICorner_2.Parent = OpenFrame
- OPSCRIPT.Name = "OP SCRIPT"
- OPSCRIPT.Parent = OpenFrame
- OPSCRIPT.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- OPSCRIPT.Position = UDim2.new(0.0859106481, 0, 0.255172431, 0)
- OPSCRIPT.Size = UDim2.new(0, 106, 0, 36)
- OPSCRIPT.Font = Enum.Font.Code
- OPSCRIPT.Text = "YBA Script"
- OPSCRIPT.TextColor3 = Color3.fromRGB(255, 255, 255)
- OPSCRIPT.TextSize = 14.000
- OPSCRIPT.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/crackupdated2021/main/xenonus1"))()
- end)
- UICorner_3.Parent = OPSCRIPT
- ESPBeLike.Name = "ESP Be Like"
- ESPBeLike.Parent = OpenFrame
- ESPBeLike.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- ESPBeLike.Position = UDim2.new(0.549828172, 0, 0.255172431, 0)
- ESPBeLike.Size = UDim2.new(0, 106, 0, 36)
- ESPBeLike.Font = Enum.Font.Code
- ESPBeLike.Text = "YBA Item ESP"
- ESPBeLike.TextColor3 = Color3.fromRGB(255, 255, 255)
- ESPBeLike.TextSize = 14.000
- ESPBeLike.MouseButton1Down:connect(function()
- -- Krnl support made possible by Egg Salad (v3rm)
- if not pcall(function() return syn.protect_gui end) then
- syn = {}
- syn.protect_gui = function(egg)
- egg.Parent = game.CoreGui
- end
- end
- loadstring(game:HttpGet("https://gist.githubusercontent.com/Chrrxs/d2dfdcde75c2d11b173aa664c0a6b755/raw/YBA%2520Item%2520ESP.lua"))()
- end)
- UICorner_4.Parent = ESPBeLike
- Imagineusingaautofarm.Name = "Imagine using a auto farm"
- Imagineusingaautofarm.Parent = OpenFrame
- Imagineusingaautofarm.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- Imagineusingaautofarm.Position = UDim2.new(0.0859106481, 0, 0.606896579, 0)
- Imagineusingaautofarm.Size = UDim2.new(0, 106, 0, 36)
- Imagineusingaautofarm.Font = Enum.Font.Code
- Imagineusingaautofarm.Text = "YBA Auto Farm"
- Imagineusingaautofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
- Imagineusingaautofarm.TextSize = 14.000
- Imagineusingaautofarm.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kolgie/YBA-GUI/main/yba-gui-obfuscated.lua"))()
- end)
- UICorner_5.Parent = Imagineusingaautofarm
- YBALabel.Name = "YBA Label"
- YBALabel.Parent = OpenFrame
- YBALabel.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- YBALabel.Position = UDim2.new(0.295532644, 0, 0, 0)
- YBALabel.Size = UDim2.new(0, 125, 0, 26)
- YBALabel.Font = Enum.Font.Code
- YBALabel.Text = "YBA Gui"
- YBALabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- YBALabel.TextSize = 14.000
- UICorner_6.Parent = YBALabel
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- Open.Position = UDim2.new(0.0146041503, 0, 0.893023252, 0)
- Open.Size = UDim2.new(0, 200, 0, 50)
- Open.Font = Enum.Font.SourceSansBold
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextSize = 39.000
- UICorner_7.Parent = Open
- Credits.Name = "Credits"
- Credits.Parent = ScreenGui
- Credits.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
- Credits.Size = UDim2.new(0, 314, 0, 26)
- Credits.Font = Enum.Font.Code
- Credits.Text = "Made By: Don't_Talk#7336 And TrickedUp#6492"
- Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
- Credits.TextSize = 14.000
- UICorner_8.Parent = Credits
- -- Scripts:
- local function INXBE_fake_script() -- Close.Close Script
- local script = Instance.new('LocalScript', Close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(INXBE_fake_script)()
- local function WRRMA_fake_script() -- OpenFrame.Soft Drag
- local script = Instance.new('LocalScript', OpenFrame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(WRRMA_fake_script)()
- local function GFAD_fake_script() -- Open.Open Script
- local script = Instance.new('LocalScript', Open)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.OpenFrame.Visible = true
- end)
- end
- coroutine.wrap(GFAD_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement