Advertisement
Ikomaramara

BGS Fast open script

Jan 25th, 2021
1,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.OpAutoFarm = true
  2. while wait() and _G.OpAutoFarm do
  3. local args = {
  4. [1] = "PurchaseEgg",
  5. [2] = "Royalty Egg",
  6. [3] = "Multi",
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer(unpack(args))
  10.  
  11. local args = {
  12. [1] = "BlowBubble",
  13. }
  14.  
  15. game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer(unpack(args))
  16. end
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement