Back to Scripts
Inf Subs and Money

Inf Subs and Money

ScriptBlox
Free

Game: Youtuber Empire

3,514 Views
13 Likes
0 Dislikes
Dinas2

Dinas2

offline

Features

Inf Money Inf Subs Enjoy

Script Code

getgenv().AutoFinish = true -- Set to false to stop

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Event = ReplicatedStorage.Shared.Remotes.RecordFinished

task.spawn(function()
    while getgenv().AutoFinish do
        pcall(function()
            Event:FireServer()
        end)
        
        task.wait() 
    end
end)

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...