Build and Fly Inf Cash Script
Build and Fly! Keyless
Build and Fly Inf Cash Script
๐Ÿ‘ค alexriderr ๐Ÿ‘ 54 views โค๏ธ 0 likes โฑ May 7, 2026
This is a simple, open-source script that features an infinite cash toggleโ€”just enable it and your cash will start increasing automatically.
โœจ Features
Infinite Cash
๐Ÿ“‹ Script Code
local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()

local Window = Rayfield:CreateWindow({
    Name = "Build And Fly",
    LoadingTitle = "Script Loaded",
    LoadingSubtitle = "by Pompompooo",
    ConfigurationSaving = {Enabled = false}
})

local MainTab = Window:CreateTab("Main", "home")
local ChannelsTab = Window:CreateTab("Channels", "link")

local isRunning = false
local speed = 0

MainTab:CreateToggle({
    Name = "Infinite Cash",
    CurrentValue = false,
    Callback = function(Value)
        isRunning = Value
        if isRunning then
            task.spawn(function()
                while isRunning do
                    local args = {1e28}
                    game:GetService("ReplicatedStorage"):WaitForChild("preflightchecks"):FireServer(unpack(args))
                    task.wait(speed)
                end
            end)
        end
    end
})

ChannelsTab:CreateLabel("Follow For More Scripts")

ChannelsTab:CreateButton({
    Name = "RScript Profile",
    Callback = function()
        setclipboard("https://rscripts.net/@Pompompoo")
        Rayfield:Notify({
            Title = "Copied!",
            Content = "RScript link copied to clipboard",
            Duration = 3
        })
    end
})

ChannelsTab:CreateButton({
    Name = "ScriptBlox Profile",
    Callback = function()
        setclipboard("https://scriptblox.com/u/Pompompooo")
        Rayfield:Notify({
            Title = "Copied!",
            Content = "ScriptBlox link copied to clipboard",
            Duration = 3
        })
    end
})

local Button = Instance.new("TextButton")
Button.Name = "DragButton"
Button.Text = "ON"
Button.Size = UDim2.new(0, 50, 0, 50)
Button.Position = UDim2.new(0, 10, 0, 10)
Button.BackgroundColor3 = Color3.new(0, 0, 0)
Button.TextColor3 = Color3.new(1, 1, 1)
Button.Font = Enum.Font.GothamBold
Button.TextSize = 14
Button.Active = true
Button.Draggable = true
Button.ZIndex = 100
Button.Parent = game:GetService("CoreGui")

local enabled = true

Button.MouseButton1Click:Connect(function()
    enabled = not enabled
    if enabled then
        Button.Text = "ON"
        Button.BackgroundColor3 = Color3.new(0, 0, 0)
    else
        Button.Text = "OFF"
        Button.BackgroundColor3 = Color3.new(0.5, 0, 0)
    end
end)
๐ŸŽฎ Similar Scripts
๐Ÿ’ฌ Comments (0)
Login to post a comment
No comments yet. Be the first!
Script Info
Game Build and Fly!
TypeKeyless
Authoralexriderr
Views54
Likes0
PublishedMay 7, 2026
๐ŸŽฎ Play Game on Roblox
๐Ÿ• Recent Scripts
Hellmet Esp [based version.]
Hellmet Esp [based version.]
Hellmet โ€ข ๐Ÿ‘ 11
Keyless
Script Kick a Lucky Block (Op Auto Farm)
Script Kick a Lucky Block (Op Auto Farm)
Kick a Lucky Block โ€ข ๐Ÿ‘ 10
Keyless
THE BEST KEYLESS MUSCLE LEGENDS SCRIPT ‘KilpLAB V1’
THE BEST KEYLESS MUSCLE LEGENDS SCRIPT ‘KilpLAB V1’
Muscle Legends โ€ข ๐Ÿ‘ 12
Keyless
midnight chasers farm menu script keyless
midnight chasers farm menu script keyless
Midnight Chasers: Highway Racing โ€ข ๐Ÿ‘ 15
Keyless
AUTO DRAW SCRIPT [draw me]
AUTO DRAW SCRIPT [draw me]
Draw Me! โ€ข ๐Ÿ‘ 16
Keyless