Infinite trophy and coins
Climb to Space! Keyless
Infinite trophy and coins
👤 alexriderr 👁 53 views ❤️ 0 likes ⏱ May 7, 2026
This is an open-source script that allows you to gain unlimited trophies, though the infinite coin feature is currently not functional.
✨ Features
Infinite Coins Infinite Trophy
📋 Script Code
local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()

local Window = Rayfield:CreateWindow({
    Name = "Climb to Space",
    LoadingTitle = "Script Loaded",
    LoadingSubtitle = "by Pompompooo",
    ConfigurationSaving = {Enabled = false}
})

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

local isRunning = false
local speed = 0

local StatRemote = game:GetService("ReplicatedStorage"):WaitForChild("Main"):WaitForChild("Data"):WaitForChild("RemoteEvents"):WaitForChild("AddSingleStat")

MainTab:CreateToggle({
    Name = "Infinite Trophy",
    CurrentValue = false,
    Callback = function(Value)
        isRunning = Value
        if isRunning then
            task.spawn(function()
                while isRunning do
                    local args = {"Trophy", 10000000}
                    StatRemote:FireServer(unpack(args))
                    task.wait(speed)
                end
            end)
        end
    end
})

MainTab:CreateToggle({
    Name = "Infinite Coin",
    CurrentValue = false,
    Callback = function(Value)
        isRunning = Value
        if isRunning then
            task.spawn(function()
                while isRunning do
                    local args = {"Coin", 4591918646.5}
                    StatRemote:FireServer(unpack(args))
                    task.wait(speed)
                end
            end)
        end
    end
})

local UserInputService = game:GetService("UserInputService")

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 Climb to Space!
TypeKeyless
Authoralexriderr
Views53
Likes0
PublishedMay 7, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
Wizard Alchemy Script (Keyless) – Infinite Coins & Hitbox size
Wizard Alchemy Script (Keyless) – Infinite Coins & Hitbox size
Wizard Alchemy • 👁 1
Keyless
Atlus Hub Slime RNG Script (Keyless) – instant kill & auto shoot
Atlus Hub Slime RNG Script (Keyless) – instant kill & auto shoot
Slime RNG • 👁 3
Keyless
Rising of Aliens Script (Keyless) – AF Recalibrated omnitirx
Rising of Aliens Script (Keyless) – AF Recalibrated omnitirx
Rising of Aliens • 👁 5
Keyless
Zyro Hub Escape laser Script (Keyless) – Auto Farm Wins & Auto Train
Zyro Hub Escape laser Script (Keyless) – Auto Farm Wins & Auto Train
Escape Lasers For Brainrots! • 👁 6
Keyless
Murder Mystery 2 SNPWARE remake, legendary script
Murder Mystery 2 SNPWARE remake, legendary script
Murder Mystery 2 • 👁 5
Keyless