ADVERTISEMENTREMOVE ADS
Game icon

Infinite Stats

Script preview thumbnail
Script Preview

Description

This script essentially gives you infinite stats

-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK

-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK

-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK

-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK

-- Script made by Swift

Features:

  • Infinite Coins
  • Infinite Stats
  • Simulator
ADVERTISEMENTREMOVE ADS
31 Lines • 1.14 KiB
Raw
-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK
-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK
-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK
-- YOU HAVE TO BOWL ONCE IN ORDER TO GET THE TROPHIES AUTO COLLECT TO WORK
-- Script made by Swift
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local args = { [1] = 176 }
local playerExerciseRemote = ReplicatedStorage:WaitForChild("Packages"):WaitForChild("Knit")
:WaitForChild("Services"):WaitForChild("TrainService"):WaitForChild("RF")
:WaitForChild("PlayerExercise")
local clickRemote = ReplicatedStorage:WaitForChild("Packages"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("ClickService"):WaitForChild("RF"):WaitForChild("Click")
local trophyRemote = ReplicatedStorage:WaitForChild("Packages"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("GameService"):WaitForChild("RE"):WaitForChild("GetPKMoney")
while true do
playerExerciseRemote:InvokeServer(unpack(args))
clickRemote:InvokeServer()
trophyRemote:FireServer()
wait(0.1)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS