Find any script for Roblox

Enter the name of the game or script.

Script – Every Second You Get +1 Flight

Thank you for using our website
Your script:

NO KEY

--[[
.____                  ________ ___.    _____                           __                
|    |    __ _______   _____  \_ |___/ _____ __  ______ ____ _____ _/  |_  ___________
|    |   |  |  __     /   |   | __    __  |  /  ___// ___\__  \   __/  _ _  __ 
|    |___|  |  // __ _/    |     _   | |  |  /___ \  ___ / __ |  | (  <_> )  | /
|_______ ____/(____  /_______  /___  /__| |____//____  >___  >____  /__|  ____/|__|  
        /          /         /    /                /     /     /                  
         _Welcome to LuaObfuscator.com   (Alpha 0.2.6) ~  Much Love, Ferib
]]--
pcall(function()
game:GetService("CoreGui").ShouxLibGui:Destroy();
end);
local ShouxLib = loadstring(game:HttpGetAsync("https://pastebin.com/raw/aWJeXMN3"))();
local main = ShouxLib:new("Every Second You Get 1 Flight ;)", Color3.fromRGB(25, 25, 25), Color3.fromRGB(192, 0, 199));
main:newBtn("AutoWins", function(stat)
_G.autowin = stat;
while _G.autowin do
wait();
wait(0.1);
wait(0.1);
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8543.52344, 72367.75, -167, 1, 0, 0, 0, 1, 0, 0, 0, 1);
end
end);
main:newBtn("AutoRebirth", function(stat)
_G.autorebi = stat;
while _G.autorebi do
wait();
wait(1);
game:GetService("ReplicatedStorage").RemoteEvents.Rebirth:FireServer();
end
end);
main:newBtn("AutoUranusEgg", function(stat)
_G.autorebi = stat;
while _G.autorebi do
wait();
local A_1 = "Uranus Egg";
game:GetService("ReplicatedStorage").RemoteEvents.OpenEgg:FireServer(A_1);
wait(0.1);
end
end);
wait();
game.StarterGui:SetCore("SendNotification", {Title="Lulu The Best Bitch",Text="Is Really Bad Bitch",Duration=10});
main:newBind("Hide Gui", function()
game:GetService("CoreGui").ShouxLibGui.Enabled = not game:GetService("CoreGui").ShouxLibGui.Enabled;
end, Enum.KeyCode.X);
ShouxLib:SetCategory(main);