LAST UPDATE: 3/30/2026
Maximize your luck and climb the leaderboards with our smart automation. This script Auto Uses all level points to optimally upgrade Slime Multiplier, Slime Luck, Slime XP Multiplier, Farm XP, Luck, and Roll Faster. Available as both NO KEY and KEY REQUIRED versions to reset layers, unlock runes, and prove you’re the best.
Game link: Omega Rarities 2
Table of Contents
List of working Omega Rarities 2 scripts:
Omega Rarities 2 script – (KEYLESS) by jaredfarson5
Script functions:
- Auto Use Level Points to Upgrade: Slime Multiplier, Slime Luck, Slime XP Multiplier, Farm XP Upgrade, Luck Upgrade, Roll Faster Upgrade – Automatically spends points on all listed upgrades.
NO KEY
loadstring(game:HttpGet("https://rawscripts.net/raw/EVENT-+-UPDATE-1-Omega-Rarities-2-Request-script-93395"))()Perfectus Hub
NO KEY
loadstring(game:HttpGet("https://raw.githubusercontent.com/perfectusmim1/script/refs/heads/main/omegararities2"))()local run_service = game:GetService("RunService");
local players = game:GetService("Players");
local local_player = players.LocalPlayer;
local gun_fire = replicated_storage.GunFire;
local player_variables = require(local_player.PlayerScripts.PlayerVariables);
local npcs;
if (player_variables.Tycoon) then
npcs = player_variables.Tycoon.NpcStuff.ActiveNpcs;
else
return local_player:Kick("Failed to retrive tycoon make sure you claimed one if it keeps happening report it to @kylosilly on discord");
end
run_service.RenderStepped:Connect(function()
local tool = local_player.Character:FindFirstChildWhichIsA("Tool");
if (tool) then
for _, player in (players:GetPlayers()) do
if (player == local_player) then
continue;
end
local character = player.Character;
if (not character) or (character:FindFirstChildWhichIsA("ForceField")) then
continue;
end
local humanoid = character:FindFirstChildWhichIsA("Humanoid");
local head = character:FindFirstChild("Head");
if (not head) or (not humanoid) or (humanoid.Health <= 0) then
continue;
end
gun_fire:FireServer(tool.Name, tool, head.Position, head.Position, head);
end
for _, npc in (npcs:GetChildren()) do
local humanoid = npc:FindFirstChildWhichIsA("Humanoid");
local head = npc:FindFirstChild("Head");
if (not head) or (not humanoid) or (humanoid.Health <= 0) then
continue;
end
gun_fire:FireServer(tool.Name, tool, head.Position, head.Position, head);
end
end
end)Auto Collect Clovers – NO GUI
NO KEY
loadstring(game:HttpGet("https://gist.githubusercontent.com/quanscripts/1d9dc6feac902d894d2a0989229d8f08/raw/"))()local players = game:GetService("Players");
local local_player = players.LocalPlayer;
local gun_fire = replicated_storage.GunFire;
local player_variables = require(local_player.PlayerScripts.PlayerVariables);
local npcs;
if (player_variables.Tycoon) then
npcs = player_variables.Tycoon.NpcStuff.ActiveNpcs;
else
return local_player:Kick("Failed to retrive tycoon make sure you claimed one if it keeps happening report it to @kylosilly on discord");
end
run_service.RenderStepped:Connect(function()
local tool = local_player.Character:FindFirstChildWhichIsA("Tool");
if (tool) then
for _, player in (players:GetPlayers()) do
if (player == local_player) then
continue;
end
local character = player.Character;
if (not character) or (character:FindFirstChildWhichIsA("ForceField")) then
continue;
end
local humanoid = character:FindFirstChildWhichIsA("Humanoid");
local head = character:FindFirstChild("Head");
if (not head) or (not humanoid) or (humanoid.Health <= 0) then
continue;
end
gun_fire:FireServer(tool.Name, tool, head.Position, head.Position, head);
end
for _, npc in (npcs:GetChildren()) do
local humanoid = npc:FindFirstChildWhichIsA("Humanoid");
local head = npc:FindFirstChild("Head");
if (not head) or (not humanoid) or (humanoid.Health <= 0) then
continue;
end
gun_fire:FireServer(tool.Name, tool, head.Position, head.Position, head);
end
end
end)How to use scripts?
- Copy the script and paste it into any executor. (Delta, Solara, Arceus X, Fluxus, Synapse X)
- Click execute.
- The script is working!
Warning:
- Use the script on alt accounts.
- We are not responsible for your use of scripts.
- You should be prepared that the script may not work.
FREQUENTLY ASKED QUESTIONS:
Do I need to buy scripts?
No, all scripts are either completely free or have a light key system with ads.
The script is not working, what should I do?
We update and check the scripts every week. Try using a different script.





Leave a Comment