Epic Egg Hunt 2021 Script | Ruin Easter for little kids!

D40KVhLQ-300x300-2

Created by SpicyFemboi

Features:

  • The following will cause you to rapidly collect every egg on the map repeatedly,
  • preventing anybody else from doing so.
  • Your executor must support at least ‘fireclickdetector’

Regular Version (Requires fireclickdetector and firetouchinterest support)

local resetEggs = function()
  local rootPart = game.Players.LocalPlayer.Character.PrimaryPart
  firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,0)
  firetouchinterest(rootPart,game.Workspace.Stage6.RebirthButton,1)
end


for i,v in pairs (game.Workspace.Eggs:GetChildren()) do
  local s,e = pcall(function()
      v:GetPropertyChangedSignal("Transparency"):Connect(function()
          if v.Transparency == 0 then
              task.wait()
              fireclickdetector(v.Mouse.ClickDetector)
              resetEggs()
          end
      end)
  fireclickdetector(v.Mouse.ClickDetector)
  end)
end

Alt Edition (Only requires fireclickdetector) 

game.Workspace.Stage6.RebirthButton.CanCollide = false
local resetEggs = function()
 local rootPart = game.Players.LocalPlayer.Character.PrimaryPart
 game.Workspace.Stage6.RebirthButton.CFrame = rootPart.CFrame
end
resetEggs()

for i,v in pairs (game.Workspace.Eggs:GetChildren()) do
 local s,e = pcall(function()
     v:GetPropertyChangedSignal("Transparency"):Connect(function()
         if v.Transparency == 0 then
             task.wait()
             fireclickdetector(v.Mouse.ClickDetector)
             resetEggs()
         end
     end)
 fireclickdetector(v.Mouse.ClickDetector)
 end)
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ