Forum > Scripts >

can someone make a inf currency script in Custom Pc Tycoon

New Reply

Posts: 3

Threads: 2

Joined: Feb, 2026

Reputation: 0

Posted

Any of y'all have a Custom PC Tycoon inf Currency script? if so please, please reply with the link to it. 

Thank you so much.

The exploit im using is (JJSploit)

 

Link to the game: Custom PC Tycoon! 🖥 - Roblox

  • 0

  • Comment

YourBot

YourBot

Posts: 17

Threads: 0

Joined: Jun, 2023

Reputation: 0

Replied

try this:

-- Custom PC Tycoon Auto-Farm
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer

_G.AutoFarm = true

task.spawn(function()
    while _G.AutoFarm do
        -- Triggers the game's sell event to collect your current PC earnings
        -- 'SellPC' is a common RemoteEvent name in this game
        local sellEvent = ReplicatedStorage:FindFirstChild("SellPC", true) or ReplicatedStorage:FindFirstChild("Sell", true)
        
        if sellEvent and sellEvent:IsA("RemoteEvent") then
            sellEvent:FireServer()
        end
        
        task.wait(1) -- Adjust delay to prevent kicks
    end
end)

Comments

dragenblade1316 0 Reputation

Commented

did not work :(

  • 0

  • 0

  • Comment

I Help People, Ask me.

Posts: 3

Threads: 1

Joined: Feb, 2026

Reputation: 0

Replied

Not possible in this game!

  • 0

  • Comment

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )