跳转到内容
可用

[🪵UPD 1] 🔩 Resource Incremental

CLclarkdevlinorg0 次浏览Universal2026年7月26日
分享
[🪵UPD 1] 🔩 Resource Incremental

脚本代码

Lua
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Titles = require(ReplicatedStorage.Modules.Titles)
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))()

local Window = WindUI:CreateWindow({
    Title = "[🪵UPD 1] 🔩 Resource Incremental",
    Icon = "map-pinned",
    Author = "AspectAquila",
    Folder = "Wintp",
    Size = UDim2.fromOffset(580, 460),
    Transparent = true,
    Theme = "Dark"
})

local MainTab = Window:Tab({
    Title = "Main",
    Icon = "home"
})

local autotp = false

MainTab:Toggle({
    Title = "AutoCollect",
    Desc = "Teleports to the items and picks it up",
    Callback = function(state)
        autotp = state

        if state then
            task.spawn(function()
                local player = game.Players.LocalPlayer

                while autotp do
                    local character = player.Character or player.CharacterAdded:Wait()
                    local hrp = character:WaitForChild("HumanoidRootPart")

                    local folder = workspace:WaitForChild("ClientScraps")

                    for _, obj in ipairs(folder:GetChildren()) do
                        if not autotp then break end

                        local part

                        if obj:IsA("BasePart") then
                            part = obj
                        elseif obj:IsA("Model") then
                            part = obj:FindFirstChildWhichIsA("BasePart", true)
                        end

                        if part then
                            hrp.CFrame = CFrame.new(part.Position + Vector3.new(0, 8, 0))
                            task.wait(0.3)
                        end
                    end

                    task.wait(1)
                end
            end)
        end
    end
})

local autoscrap = false

MainTab:Toggle({
    Title = "AutoConvert",
    Desc = "Auto converts scrap into money",
    Callback = function(state)
        autoscrap = state

        if autoscrap then 
            task.spawn(function()
                while autoscrap do
                    local Event = game:GetService("ReplicatedStorage").Remotes.Features.ConvertCash
                    Event:FireServer()
                    task.wait(2.7)
            task.wait(5)
                end
            end)
        end
    end
})

MainTab:Button({
    Title = "Redeem codes",
    Desc = "Redeems all codes",
    Callback = function()
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "dontlookatmebro"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "easyredstarslol"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "freecashpot23"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "hahayoufoundpotions"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "moreshrineluck321"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "nooyoufoundme"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "woodmulti67"
        )
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Codes
        Event:FireServer(
            "wowmegaboostcash"
        )
    end
})

local UpgradesTab = Window:Tab({
    Title = "Upgrades",
    Icon = "home"
})

UpgradesTab:Button({
    Title = "Max More Cash",
    Desc = "Max Upgrades More Cash",
    Callback = function()
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Upgrades
        Event:FireServer(
            "CashUpgrade1",
            "Max"
        )
    end
})
UpgradesTab:Button({
    Title = "Max Scrap Capacity",
    Desc = "Max Upgrades Scrap Capacity",
    Callback = function()
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Upgrades
        Event:FireServer(
            "CashUpgrade2",
            "Max"
        )
    end
})
UpgradesTab:Button({
    Title = "Max Scrap Respawn",
    Desc = "Max Upgrades Scrap Respawn",
    Callback = function()
        local Event = game:GetService("ReplicatedStorage").Remotes.Others.Upgrades
        Event:FireServer(
            "CashUpgrade3",
            "Max"
        )
    end
})

描述

**A script made by me aspectAquila, for a game called [🪵UPD 1] 🔩 Resource Incremental, It's quite simple but works out, It has Auto collect upgrades and Redeem all codes.**

评论 (0)

登录以参与讨论

  • 成为第一个评论的人。

常见问题

如何使用 [🪵UPD 1] 🔩 Resource Incremental 脚本?
复制上方的脚本代码,打开你的 Roblox 执行器,粘贴代码,然后在游戏中点击执行。脚本运行后功能会立即激活。
[🪵UPD 1] 🔩 Resource Incremental 脚本免费吗?
是的。此脚本免费复制和使用。如果使用密钥系统,请通过「获取密钥」链接免费解锁。
使用 [🪵UPD 1] 🔩 Resource Incremental 脚本安全吗?
完整源代码显示在此页面上,让你在运行前准确了解其功能。请始终使用可信的执行器,并记住使用脚本违反 Roblox 服务条款,风险自负。
哪个执行器兼容 [🪵UPD 1] 🔩 Resource Incremental?
此脚本兼容大多数热门 Roblox 执行器。查看我们的执行器页面,为你的设备找到可信的免费或付费执行器。
[🪵UPD 1] 🔩 Resource Incremental | BloxScripter