If you want to automate rolling, track players, or auto-use potions in Sol’s RNG, these scripts will help you progress faster and make the game easier. Below are the top 3 scripts with their features and download links.
01. Sol’s RNG – Survive Hub INSTANT Roll & Free Items
This script offers instant rolls, auto farming, and free gamepasses, making it one of the most powerful tools for Sol’s RNG players.
Feature | Description |
---|---|
Auto Roll | Automates rolling to save time |
Instant Roll | Rolls instantly without waiting |
Free Gamepass | Unlocks in-game perks for free |
Auto Farm Items | Collects items automatically |
Free Items | Grants free in-game items |
Script:
loadstring(game:HttpGet("https://raw.githubusercontent.com/NUTellaVING/Survive/main/Loader.lua"))()
02. Sol’s RNG – ESP Mobile Script
This script provides ESP (Extra Sensory Perception), allowing players to see opponents and dropped items through walls.
Feature | Description |
---|---|
ESP | Displays player and item locations even behind walls |
Script:
--[Open source]
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
local droppedItemsFolder = game.Workspace:WaitForChild("DroppedItems")
local lines = {}
local function clearLines()
for _, line in pairs(lines) do
if line then
line:Destroy()
end
end
lines = {}
end
local function drawLineToItem(item)
local attachment1
if item:IsA("BasePart") then
attachment1 = Instance.new("Attachment", item)
elseif item:IsA("Model") then
local basePart = item:FindFirstChildWhichIsA("BasePart")
if basePart then
attachment1 = Instance.new("Attachment", basePart)
else
return
end
else
return
end
local attachment0 = Instance.new("Attachment", humanoidRootPart)
local line = Instance.new("Beam")
line.Attachment0 = attachment0
line.Attachment1 = attachment1
line.Color = ColorSequence.new(Color3.new(1, 0, 0))
line.FaceCamera = true
line.Parent = humanoidRootPart
table.insert(lines, line)
end
local function updateLines()
while wait(3) do
clearLines()
for _, item in pairs(droppedItemsFolder:GetDescendants()) do
if item:IsA("BasePart") or item:IsA("Model") then
drawLineToItem(item)
end
end
end
end
updateLines()
03. Sol’s RNG – Auto Roll & AutoUse Potions
This script automates rolling and potion usage, making grinding much easier.
Feature | Description |
---|---|
Auto Roll | Rolls automatically |
AutoUse Potions | Uses potions without manual input |
Script:
loadstring(game:HttpGet("https://raw.githubusercontent.com/LHking123456/n4dgW8TF7rNyL/refs/heads/main/Sols"))()
How to Use the Script
To use these scripts, you need a Roblox script executor such as Synapse X, KRNL, or Fluxus. Copy the script and paste it into your executor, then run it while in the game. Some scripts may require a key system, so follow any instructions provided.
What Are the Benefits of Using These Scripts?
Using scripts in Sol’s RNG speeds up the game, making rolling and collecting items much easier. Auto roll scripts allow players to quickly roll for better items, while ESP scripts help in tracking opponents and items efficiently. If you want to automate potion use and farm faster, these scripts are a great option. They save time, improve efficiency, and give players a competitive advantage.