You are on page 1of 1

-- Bring to you by 7alexv7-- Enjoy the script!

-- Instances:local FlyGui =
Instance.new("ScreenGui")local Frame = Instance.new("Frame")local TextButton =
Instance.new("TextButton")local TextLabel = Instance.new("TextLabel")--
Properties:FlyGui.Name = "FlyGui"FlyGui.Parent =
game.Players.LocalPlayer:WaitForChild("PlayerGui")Frame.Parent =
FlyGuiFrame.BackgroundColor3 = Color3.fromRGB(80, 80, 80)Frame.BorderSizePixel =
0Frame.Position = UDim2.new(0.0685602352, 0, 0.168769717, 0)Frame.Size =
UDim2.new(0.264544547, 0, 0.100000024, 0)TextButton.Parent =
FrameTextButton.BackgroundColor3 = Color3.fromRGB(66, 66,
66)TextButton.BorderSizePixel = 0TextButton.Position = UDim2.new(0.06324628, 0,
0.400667697, 0)TextButton.Size = UDim2.new(0.871157169, 0, 0.495614201,
0)TextButton.Font = Enum.Font.ArialBoldTextButton.Text = "Fly"TextButton.TextColor3
= Color3.fromRGB(255, 255, 255)TextButton.TextScaled = trueTextButton.TextSize =
14.000TextButton.TextStrokeTransparency = 0.000TextButton.TextWrapped =
trueTextLabel.Parent = FrameTextLabel.BackgroundColor3 = Color3.fromRGB(255, 255,
255)TextLabel.Size = UDim2.new(0, 86, 0, 24)TextLabel.Font =
Enum.Font.OswaldTextLabel.Text = "Made by GcoSad_X"TextLabel.TextColor3 =
Color3.fromRGB(0, 0, 0)TextLabel.TextScaled = trueTextLabel.TextSize =
14.000TextLabel.TextWrapped = true-- Scripts:local function NQWSTGE_fake_script()
-- Frame.Flylocal script = Instance.new('LocalScript', Frame)local plr =
script.Parent.Parent.Parent.Parentrepeat wait() until plr and plr.Character
andplr.Character:findFirstChild("HumanoidRootPart")
andplr.Character:findFirstChild("Humanoid")local mouse =
game.Players.LocalPlayer:GetMouse()repeat wait() until mouselocal torso =
plr.Character.HumanoidRootPartlocal flying = falselocal deb = false

You might also like