Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------Auto Win-----------------
- while true do
- wait(0)
- local args = {
- [1] = game:GetService("Players").LocalPlayer
- }
- game:GetService("ReplicatedStorage").CorrectStatus:FireServer(unpack(args))
- end
- ----------Infinite Points-------------
- local args = {
- [1] = -99999999999,
- [2] = "TrailPink"
- }
- game:GetService("ReplicatedStorage").BuyItem:FireServer(unpack(args))
Add Comment
Please, Sign In to add comment