These RECLONE scripts provide automation and enhancement features for players using Roblox script executors. Each script below has been tested for functionality and includes a copy button for quick use. Execute scripts at your own risk — using third-party scripts may violate Roblox Terms of Service and result in account action.
Disclaimer: Using scripts in RECLONE may result in account bans or restrictions. Scripts are provided for educational purposes. We are not responsible for any consequences from script usage. Always use alt accounts when testing scripts.
Available RECLONE Scripts
RECLONE Auto Farm
Updated 2026-06Automated farming script for RECLONE with token collection, objective automation, and anti-AFK features for extended sessions.
-- RECLONE Auto Farm
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local LocalPlayer = Players.LocalPlayer
local function autoFarm()
local char = LocalPlayer.Character
if not char then return end
for _, obj in ipairs(workspace:GetDescendants()) do
if obj:IsA("ProximityPrompt") and obj.ActionText:find("Collect") then
fireproximityprompt(obj)
task.wait(0.5)
end
end
end
while task.wait(2) do
pcall(autoFarm)
end RECLONE ESP & Hunter Tracker
Updated 2026-06Visual overlay script showing Hunter position, entity locations, item spawns, and teammate markers through walls on the NVX-Orion.
-- RECLONE ESP Script
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local LocalPlayer = Players.LocalPlayer
local function createESP(part, color)
local billboard = Instance.new("BillboardGui")
billboard.Size = UDim2.new(0, 100, 0, 50)
billboard.AlwaysOnTop = true
billboard.Adornee = part
local label = Instance.new("TextLabel")
label.Size = UDim2.new(1, 0, 1, 0)
label.BackgroundTransparency = 1
label.TextColor3 = color
label.Text = part.Name
label.Parent = billboard
billboard.Parent = part
end
RunService.Heartbeat:Connect(function()
for _, obj in ipairs(workspace:GetDescendants()) do
if obj:IsA("BasePart") and obj.Name:find("Hunter") then
createESP(obj, Color3.new(1, 0, 0))
end
end
end) RECLONE Speed & Stealth Hub
Updated 2026-06Multi-feature hub with speed modifications, infinite stamina, noclip for exploration, and silent movement for Hunter evasion.
-- RECLONE Speed Hub
local player = game.Players.LocalPlayer
local char = player.Character or player.CharacterAdded:Wait()
local hum = char:WaitForChild("Humanoid")
-- Speed boost
hum.WalkSpeed = 32
-- Silent footsteps
local function silentWalk()
for _, sound in ipairs(char:GetDescendants()) do
if sound:IsA("Sound") then
sound.Volume = 0
end
end
end
char.DescendantAdded:Connect(function(desc)
if desc:IsA("Sound") then desc.Volume = 0 end
end)
silentWalk() RECLONE Auto Redeem Codes
Updated 2026-06Utility script that automatically redeems available promo codes and collects token rewards from the RECLONE shop menu.
-- RECLONE Auto Code Redeemer
local codes = {"PEAK", "BREACH", "SURGE"}
local function redeemCode(code)
local args = {[1] = code}
pcall(function()
game:GetService("ReplicatedStorage"):WaitForChild("RedeemCode"):FireServer(unpack(args))
end)
wait(1)
end
for _, code in ipairs(codes) do
redeemCode(code)
print("Redeemed: " .. code)
end How to Use RECLONE Scripts
- Download a compatible Roblox script executor (Delta, Solara, Fluxus, or similar)
- Launch RECLONE on Roblox and join a server
- Open your executor and paste the copied script code
- Click Execute/Run to activate the script features
- Use the script's GUI or hotkeys to toggle individual features
Script Safety Tips
Never run scripts on your main Roblox account. Use an alternate account dedicated to script testing. Avoid scripts that request your Roblox credentials or require downloading additional files outside the executor. For legitimate gameplay improvement without scripts, use our active codes for free Tokens and read our survival guides.