probanana

Royale High Autofarm

Apr 9th, 2023
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/Extras/Anti-Cheat'))()
  2. getgenv().Pcall = true
  3.  
  4. local Eggs = game:GetService("Workspace").EggHuntMinigame.Eggs
  5. local Sign = game:GetService("Workspace").EggHuntMinigame["Sign-Up Board"]
  6. spawn(function()
  7. while wait() and Pcall do
  8. pcall(function()
  9. if not Sign.SurfaceGui.SignUpFrame.PlayerList:FindFirstChild(Player.Name, true) and not Eggs:FindFirstChildWhichIsA("BasePart") then
  10. Player.Character:FindFirstChild("HumanoidRootPart", true).CFrame = Sign.CFrame
  11. fireclickdetector(Sign.ClickDetector)
  12. ReplicatedStorage.EasterEvent.AnswerPrompt:FireServer(true)
  13. wait(3)
  14. end
  15. for i,v in pairs(Eggs:GetChildren()) do
  16. if v:FindFirstChildWhichIsA("ClickDetector", true) and not Player.Character.Basket.FakeEggs:FindFirstChild("FakeEgg5", true) then
  17. Player.Character:FindFirstChild("HumanoidRootPart", true).CFrame = v.CFrame
  18. ReplicatedStorage.EasterEvent.EggHuntRemotes:WaitForChild("EggClicked"):InvokeServer(v.Name)
  19. end
  20. end
  21. if Player.Character.Basket:FindFirstChild("FakeEgg5", true) then
  22. Player.Character:FindFirstChild("HumanoidRootPart", true).CFrame = game:GetService("Workspace").EggHuntMinigame.NestClickbox.CFrame
  23. fireproximityprompt(game:GetService("Workspace").EggHuntMinigame.NestClickbox:FindFirstChildWhichIsA("ProximityPrompt", true),1)
  24. end
  25. end)
  26. end
  27. end)
Add Comment
Please, Sign In to add comment