Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.OpAutoFarm = true
- while wait() and _G.OpAutoFarm do
- local args = {
- [1] = "PurchaseEgg",
- [2] = "Royalty Egg",
- [3] = "Multi",
- }
- game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer(unpack(args))
- local args = {
- [1] = "BlowBubble",
- }
- game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer(unpack(args))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement