✅ Last Tested: March 2026 – All scripts working.
My Lucky Pet runs rare pet hatches through egg currency that builds slowly from base income, and the pets worth keeping are deep enough in the drop table that manual farming is mostly waiting. Auto Farm handles the egg income loop automatically so your pull count stays high and rare pets actually come through. Copy the script below and run it through your executor.
Auto Buy Pastebin
📜 My Lucky Pet Scripts (Auto Buy, Pastebin & More)
To run any of these scripts you will need a working Roblox executor. Check out the list at that link for free and paid options that work in 2026.
My Lucky Pet Script Auto Farm, Auto Collect, Auto Egg, Auto Buy, Auto Hatch, Walkspeed
Script 1 KEYLESSMy Lucky Pet Script Auto Farm, Auto Collect, Auto Egg, Auto Buy, Auto Hatch, Walkspeed
Auto Buy
loadstring(game:HttpGet("https://raw.githubusercontent.com/OhhMyGehlee/rel/refs/heads/main/el"))()
Select all text above, copy it, then paste into your executor.
My Lucky Pet Script Pastebin2026 :
Script 2 KEYLESSMy Lucky Pet Script Pastebin2026 :
Pastebin
local player = game.Players.LocalPlayer
local HRP = player.Character:WaitForChild("HumanoidRootPart")
local Relics = workspace.__THINGS.Relics
player.Character.HumanoidRootPart.Anchored = true
game.StarterGui:SetCore("SendNotification", {
Title = "Relics Collector";
Text = "Putting Your Character On Anchored!";
Duration = 5;
})
game.StarterGui:SetCore("SendNotification", {
Title = "Relics Collector";
Text = "Collecting All Relics";
Duration = 5;
})
local function teleportRelics()
for _, relic in ipairs(Relics:GetChildren()) do
if relic:IsA("BasePart") then
relic.CFrame = HRP.CFrame
end
end
end
local function relicsRemote()
for i = 1, 50 do
local args = {
[1] = i
}
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Relic_Found"):InvokeServer(unpack(args))
end
end
local function rejoinFunction()
wait(30)
game.StarterGui:SetCore("SendNotification", {
Title = "Relics Collector";
Text = "All Relics are collected!";
Duration = 5;
})
wait(5)
local success, errorMessage = pcall(function()
local script = game:HttpGet("https://raw.githubusercontent.com/RSenix3/Universal/refs/heads/main/FTHRV2")
loadstring(script)()
end)
if not success then
game.StarterGui:SetCore("SendNotification", {
Title = "Error";
Text = "Failed to load script: " .. errorMessage;
Duration = 5;
})
end
game:GetService("TeleportService"):Teleport(game.PlaceId, player)
end
teleportRelics()
relicsRemote()
rejoinFunction()
Select all text above, copy it, then paste into your executor.
🎮 How to Use the My Lucky Pet Script
2Launch Roblox and open My Lucky Pet.
3Open your executor, then click Inject or Attach.
4Copy any script above and paste it into the executor script box.
5Press Execute — the GUI will appear in-game.
6Toggle Auto Farm, Speed Hack, ESP and other features from the GUI menu.
7Always use an alt account to protect your main.
🎮 About The My Lucky Pet Script

Pet rarity determines your luck multiplier in My Lucky Pet – rare pets generate more currency and have better stat bonuses than common ones. Auto Farm handles the hatching loop in the background so the rare tiers show up at a rate that builds a competitive team.
Everything here runs on the current My Lucky Pet build. Post in the comments if you run into issues after a game update.
The scripts above are the fastest way to close the gap between new accounts and players who have been in My Lucky Pet since launch.
⚠️ Disclaimer: All scripts on this page are for educational purposes only. Using scripts in Roblox violates the Roblox Terms of Service and may result in your account being permanently banned or suspended without warning. RobloxDatabase.com is not responsible for any consequences from using these scripts. Always use an alt account — never your main.