-- change the () number if u wanna make it faster -- WARNING AHEAD ⚠️ SETTING () TO () OR 0 IS DANGEROUS FOR YOUR DEVICE task.spawn(function() while wait(1) do game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Prestige"):FireServer() end end) task.spawn(function() while wait(1) do local args = { 31625633239746094, 8188263799 } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AddPoints"):FireServer(unpack(args)) end end)