Taxi Boss Script | EASTER

Created by kamisama152

Features:

the more eggs u have the better auto open works

First execute the auto eggs collector wait until u have atleast 10 eggs

_G.eggs = true
while _G.eggs do
    wait()
    pcall(function()
for i,v in pairs(game:GetService("Workspace").Easter.EggHunt:GetDescendants()) do
    if v.Name == "EggPrompt"  then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
wait(5)
        fireproximityprompt(v)
        wait(0.1)
    end
end
end)
end

After u have atleast 10 eggs execute the auto spin

_G.spin = true
while _G.spin do
for i=1,1000 do
   task.spawn(function()
game:GetService("ReplicatedStorage").SpinWheel:InvokeServer()
end)
end
wait(2)
end

fastest auto spin for this one u need to enable performance stats in roblox settings and ofc 10+ eggs needed

_G.test = true
while _G.test do
wait()
local test = game:GetService("CoreGui").RobloxGui.PerformanceStats:GetChildren()
local test2=test[6].StatsMiniTextPanelClass.ValueLabel.Text:split("ms")
if game:GetService("Players").LocalPlayer.Data.eggs.Value >= 2 and tonumber(test2[1]) <5000 then
wait()
for i=1,10000 do
   task.spawn(function()
game:GetService("ReplicatedStorage").SpinWheel:InvokeServer()
end)
end
wait(10)
end
end

ENJOY!

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