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
Cancel
Post
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)
Cancel
Post
I Help People, Ask me.
Replied
Not possible in this game!
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
dragenblade1316 0 Reputation
Commented
did not work :(
0