Advertisement
Bloxi

AMGingerAutofarm

Dec 8th, 2022
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.01 KB | Source Code | 0 0
  1. repeat wait(0.1) until game:GetService("Players").LocalPlayer wait(2)
  2.  
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4.     game:GetService("VirtualUser"):CaptureController()
  5.     game:GetService("VirtualUser"):ClickButton2(Vector2.new())
  6. end)
  7. getgenv().Start = true
  8. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  9. local GingerbreadMarkers = ReplicatedStorage.Resources.IceSkating.GingerbreadMarkers
  10.  
  11.  
  12. for i, v in pairs(debug.getupvalue(require(ReplicatedStorage.Fsys).load("RouterClient").init, 4)) do
  13.     v.Name = i
  14. end
  15. spawn(function()
  16.     while wait() and Start do
  17.         pcall(function()
  18.             for i,v in pairs(GingerbreadMarkers:GetChildren()) do
  19.                 if v:IsA("BasePart") then
  20.                     ReplicatedStorage.API:FindFirstChild("WinterEventAPI/PickUpGingerbread"):InvokeServer(v.Name)
  21.                 end
  22.             end
  23.             ReplicatedStorage.API:FindFirstChild("WinterEventAPI/RedeemPendingGingerbread"):FireServer()
  24.         end)
  25.     end
  26. end)
Tags: adopt me
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement