Advertisement
iiDaCyborgxX

Adopt Me Ginger Auto Farm

Dec 22nd, 2020
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local Remotes = {}
  2.  
  3. for i, v in pairs(getgc()) do
  4. if type(v) == 'function' then
  5. if getfenv(v).script == game:GetService("ReplicatedStorage").ClientModules.Core.RouterClient.RouterClient then
  6. local const = debug.getconstants(v)
  7. if table.find(const, 'Infinite yield possible on remote ') then
  8. Remotes = debug.getupvalue(v, 1)
  9. break
  10. end
  11. end
  12. end
  13. end
  14.  
  15. for i, v in pairs(game:GetService("ReplicatedStorage").Resources.Winter2020.IceSkating.GingerbreadMarkers:GetChildren()) do
  16. spawn(function()
  17. Remotes["EventAPI/PickUpGingerbread"]:InvokeServer(v.Name)
  18. end)
  19. end
  20. wait(7)
  21. Remotes["EventAPI/RedeemPendingGingerbread"]:FireServer()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement