Auto Farm You Get +1 Jump Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
_G.rebirth = true -- toggle on/off _G.Active = true -- toggle on/off _G.autobuypet = true -- toggle on/off local eggname = "Dark" --you can change this to whatever egg you want to buy spawn(function() while _G.Active do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12314, 45653.2539, 199, 0, 0, -1, -1, 0, 0, 0, 1, 0) wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 1872, 132) wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(381, 8982, -44) wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2052, 6208, 133) wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4050, 8738, 140) wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6050, 13433, 153) wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8052, 19193, 154) end end) spawn(function() while _G.rebirth do game:GetService("ReplicatedStorage").RebirthEvent:FireServer() wait() end end) spawn(function() while wait() do if not _G.autobuypet then break end; game:GetService("ReplicatedStorage").RemoteEvents.EggOpened:InvokeServer(eggname, "Single") wait() end end)