Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Speed
- local args = {
- [1] = "Speed";
- [2] = 99999999999999999;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Collected", 9e9):FireServer(unpack(args))
- -- Health
- local args = {
- [1] = 0;
- [2] = 99999999999999999;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Health", 9e9):FireServer(unpack(args))
- -- Jump
- local args = {
- [1] = "Jump";
- [2] = 99999999999999999;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Collected", 9e9):FireServer(unpack(args))
- -- Wins
- local args = {
- [1] = 99999999999999999;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Win", 9e9):FireServer(unpack(args))
- -- Time Gifts
- local args = {
- [1] = 1;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
- local args = {
- [1] = 2;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
- local args = {
- [1] = 3;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
- local args = {
- [1] = 4;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
- local args = {
- [1] = 5;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
- local args = {
- [1] = 6;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
- -- VIP Weight
- local args = {
- [1] = 5;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("EquipWeight", 9e9):FireServer(unpack(args))
- -- Spins
- local args = {
- [1] = 1000;
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement