[ad_1]
Created by IamVitos1
Features:
- AUTO REBIRTH/TAP/EGG/WORLD BOOST
local args = {
[1] = "Steampunk"
}
game:GetService("ReplicatedStorage").Events.WorldBoost:FireServer(unpack(args))
local args = {
[1] = "Common",
[2] = true
}
game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
local args = {
[1] = "Uncommon",
[2] = true
}
game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
local args = {
[1] = "Rare",
[2] = true
}
game:GetService("ReplicatedStorage").Events.AutoDelete:FireServer(unpack(args))
while wait() do
game:GetService("ReplicatedStorage").Events.Click3:FireServer()
var = game:GetService("Players").localPlayer.Upgrades.RebirthButtons.Value + 3
local args = {
[1] = var
}
game:GetService("ReplicatedStorage").Events.Rebirth:FireServer(unpack(args))
local args = {
[1] = "RebirthButtons"
}
game:GetService("ReplicatedStorage").Functions.Upgrade:InvokeServer(unpack(args))
local args = {
[1] = "Easter Part 2",
[2] = "Triple"
}
game:GetService("ReplicatedStorage").Functions.Unbox:InvokeServer(unpack(args))
local args = {
[1] = "CraftAll",
[2] = {}
}
game:GetService("ReplicatedStorage").Functions.Request:InvokeServer(unpack(args))
end
_G.autoEaster = true;
while _G.autoEaster == true do
local playerHead = game.Players.LocalPlayer.Character.Head
for i, v in pairs(game:GetService("Workspace").Scripts.Easter.Eggs.Storage:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
end
end
wait()
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]