Description
Auto Work the function is a powerful tool that streamlines various tasks and operations within the game....
Features
Auto Work
Script
while true do
local success, err = pcall(function()
local player = game:GetService("Players").LocalPlayer
local data = require(workspace.Src.C).Gen(player)
game:GetService("ReplicatedStorage").WorkoutHandler_TriggerWorkoutGain:FireServer(data)
end)
if not success then warn(err) end
task.wait(0.00)
end
Comments
Sign in to leave a comment
No comments yet.
Tags
#Auto Work
#Prison Pump
Quick Actions