Have you heard about REx: Reincarnated? If yes, are you a fan of the game? If yes, then you should be interested in the REx Reincarnated Script.
With these scripts, you will have access to hacks, which will help you learn more about the game and unlock extra features. Stick around this article to the end, if the statement above pleases you. However, let’s first have a brief overview of what the “REx Reincarnated” game is all about.
The Roblox game REx: Reincarnated is a captivating sandbox mining game that offers players the opportunity to explore and discover an array of rare and beautiful ores. One of the best things about the game is that there’s always a good chance of finding ore whenever you dig.
READ: Saitama Battleground Script
Created by Camp4320, the game features a variety of pickaxes for players to choose from, each with its own unique ability. Additionally, the creator of the game made available a script that will help you level up your game and come out on top.
With the features of these scripts, for instance, silent aim, players can dominate the game without doing anything. In general, you can train and accrue skill points to help you find ores available in the game with the help of the REx reincarnated script.
Check out the scripts we’ve provided below.
REx reincarnated script
Silent Aim
-- INSTRUCTIONS FOR REx: Reincarnated SILENT AUTOFARM by 90467 -- 1. Press F9 and DISABLE "Error", "Warning", and "Information". This is to see script output. Drag the scrollbar all the way down with your mouse to make it autoscroll. -- 2. Make sure you have your pickaxe equipped while the script is running. -- 3. You can tweak the excludedOres list to however you like. Personally I think it's good like this -- 4. Make sure to serverwhop every now and then to avoid bans. local delay = 0.2 -- Delay between mining each block. Higher = less suspicious, lower = more suspicious. Keep it above 0.1 if game.PlaceId ==8549934015 then -- Normal World excludedOres = {"Magma", "Stone", "Basalt", "Copper", "Diorite", "Coal", "Crystallized Stone", "Nickel", "Bedrock", "Gold", "Granite", "Iron", "Marble", "Etherstone", "Prismatistone","Silver","Obsidian","Ice","Voidstone","Ruby","Celestone","Mantle","Goldstone","Barrier","Quartz","Reflectistone"} else if game.PlaceId ==10129505074 then -- Moon World excludedOres = {"Moon Stone", "Tin", "Moon Mantle", "Jasper", "Aluminum", "Moon Core", "Zinc", "Coal", "Magma", "Copper", "Titanium", "Legacy Uranium", "Lithium", "Nickel", "Quartz", "Gold", "Tourmaline","Jade","Silver","Lapis Lazuli","Bismuth","Nebula","Strontium","Scandium","Platinum","Amethyst","Barrier","Garnet","Cobalt","Emerald","Heliodor","Aquamarine","Topaz","Diamond","Beryllium","Morganite","Ruby","Rocc","Moonrock","nil"} end end -- Don't edit below unless you know what you're doing. local folder = game:GetService("Workspace").Mine local function isValidName(name) for _, validName in pairs(excludedOres) do if name == validName then return true end end return false end local toMine = {} local function isOreExcluded(part) if part:IsA("BasePart") and not isValidName(part.Name) then table.insert(toMine, part) end end for _, part in pairs(folder:GetChildren()) do isOreExcluded(part) end folder.ChildAdded:Connect(isOreExcluded) local Target = game:GetService("ReplicatedStorage").MineEvent; local function fireMineEvent() while #toMine > 0 do for i = #toMine, 1, -1 do local partToMine = toMine[i] if partToMine:IsDescendantOf(game.Workspace) then print("You mined a:",partToMine.Name,"| Ores left to mine:",#toMine) Target:FireServer(partToMine); wait(delay) table.remove(toMine, i) else print("Someone else mined a:",partToMine.Name,"| Ores left to mine:",#toMine) table.remove(toMine, i) end end end print("Finished. Restarting...") wait(2) fireMineEvent() end fireMineEvent()
Auto Farm
local StoneBlacklist = { "Stone"; "Diorite"; "Magma"; "Granite"; "Obsidian"; "Basalt"; "Mantle"; } local SpecialStoneBlacklist = { "Marble"; "Celestone"; "Reflectistone"; "Prismatisone"; "Ice"; "Voidstone"; "Etherstone"; } warn("Cookie") while true do for _, v in pairs(workspace.Mine:GetChildren()) do if game.Players.LocalPlayer.Backpack:FindFirstChild("Pickaxe") then game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe) end if v.Position.X <= 557 and v.Position.X >= 468 and v.Position.Z >= -46 and v.Position.Z <= 56 then -- if not table.find(StoneBlacklist, v.Name) and not table.find(SpecialStoneBlacklist, v.Name) then -- game.Players.LocalPlayer.Character:PivotTo(v.CFrame) -- warn(v.Name) wait() game:GetService("ReplicatedStorage").MineEvent:FireServer(v) end end wait() end
Features Of REx reincarnated script
- Auto Sandbox Mining
- Silent Aim
- Quick Aim
- Find rare ores
- Unlock all pickaxes
- Free to Use
- Easy to Use
How To Execute The REx reincarnated Script
- To use the script, visit a website and download a Roblox Executor, then follow on-screen instructions.
- Copy the script code and paste it into the executor.
- Attach and execute the executor.
- Open the game and enjoy.
In Conclusion
Overall, REx: Reincarnated is a uniquely fun and exciting game that you won’t want to miss out on! This sandbox mining game is perfect for those who love exploration and adventure, as you can spend hours digging deep into the game’s vast world to uncover valuable materials and minerals. To proceed more easily in the game, use the scripts provided above.

Hi, I’m a tech enthusiast who is passionate about keeping folks thoroughly informed in the realms of gaming and tech. Kindly stay tuned with my updates.