Back to Scripts
Fly gui Mobile

Fly gui Mobile

ScriptBlox
Universal Free

Game: Universal Script 📌

36 Views
0 Likes
0 Dislikes
Exotic97

Exotic97

offline

Features

Made by Exotic Fly gui is a Mobile/PC Gui It could make u fly smoothly like an admin!

Script Code

-- SERVICES
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local GROUP_ID = 928089015

-- ================= KEY SYSTEM GUI =================
local gui = Instance.new("ScreenGui")
gui.ResetOnSpawn = false
gui.Parent = player.PlayerGui
gui.IgnoreGuiInset = true

local frame = Instance.new("Frame", gui)
frame.Size = UDim2.fromScale(0.45,0.3)
frame.Position = UDim2.fromScale(0.275,0.35)
frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
frame.Active = true
frame.Draggable = true
Instance.new("UICorner", frame).CornerRadius = UDim.new(0,16)
Instance.new("UIStroke", frame).Color = Color3.fromRGB(255,0,0)

local title = Instance.new("TextLabel", frame)
title.Size = UDim2.fromScale(1,0.35)
title.BackgroundTransparency = 1
title.Text = "Join Scrįpt. HUB to Verify"
title.TextScaled = true
title.Font = Enum.Font.GothamBold
title.TextColor3 = Color3.new(1,1,1)

local warn = Instance.new("TextLabel", frame)
warn.Size = UDim2.fromScale(0.9,0.25)
warn.Position = UDim2.fromScale(0.05,0.32)
warn.BackgroundTransparency = 1
warn.TextWrapped = true
warn.TextScaled = true
warn.Font = Enum.Font.Gotham
warn.TextColor3 = Color3.fromRGB(255,255,0)
warn.Text = "Make sure į is not I or you will get wrong group\nScrįpt. HUB"

local verify = Instance.new("TextButton", frame)
verify.Size = UDim2.fromScale(0.6,0.22)
verify.Position = UDim2.fromScale(0.2,0.62)
verify.Text = "Verify"
verify.TextScaled = true
verify.Font = Enum.Font.GothamBold
verify.BackgroundColor3 = Color3.fromRGB(25,25,25)
verify.TextColor3 = Color3.fromRGB(0,255,0)
Instance.new("UICorner", verify)

local status = Instance.new("TextLabel", frame)
status.Size = UDim2.fromScale(1,0.15)
status.Position = UDim2.fromScale(0,0.85)
status.BackgroundTransparency = 1
status.TextScaled = true
status.Font = Enum.Font.Gotham
status.TextColor3 = Color3.fromRGB(255,0,0)

-- ================= VERIFY LOGIC =================
verify.MouseButton1Click:Connect(function()
    status.Text = "Checking group..."
    task.wait(0.5)

    if player:IsInGroup(GROUP_ID) then
        -- Destroy key GUI
        gui:Destroy()

        -- ================= LOAD FLY GUI =================
        loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
    else
        status.Text = "You are not in Scrįpt. HUB group"
    end
end)

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...