Sol’s RNG is an exciting game where luck plays a huge role. But what if you could improve your chances and make gameplay smoother? These powerful scripts will give you an advantage by automating tasks, enhancing visuals, and providing useful gameplay mechanics. Below are four amazing scripts that will take your Sol’s RNG experience to the next level!
01 Sol’s RNG: ESP Mobile Script
This script allows you to see other players or objects through walls, making it easier to track everything happening around you.
| Feature | Description |
|---|---|
| ESP | See all players or objects through obstacles |
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()
02 Sol’s RNG: Auto Roll, Auto Use Potions
This script automates rolling and potion usage, making it easier to play without constantly clicking.
| Feature | Description |
| Auto Roll | Automatically rolls for items |
| Auto Use Potions | Uses potions automatically when needed |
Script:
loadstring(game:HttpGet("https://raw.githubusercontent.com/LHking123456/n4dgW8TF7rNyL/refs/heads/main/Sols"))()
03 Sol’s RNG: Fullbright, Infinite Jump & More Mobile Script
Brighten up your game and jump infinitely with this script for an improved gaming experience.
| Feature | Description |
| Fullbright | Removes dark shadows and brightens the game |
| Infinite Jump | Allows you to jump as many times as you want |
Script:
loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/EGGSolsRNG'))()
04 Sol’s RNG: Auto Use Potions, Auto Roll & More Mobile Script
This script provides automation for rolling and potion usage, improving efficiency while playing.
| Feature | Description |
| Auto Use Potions | Automatically drinks potions when necessary |
| Auto Roll | Rolls for new items without manual effort |
Script:
loadstring(game:HttpGet("https://raw.githubusercontent.com/Looser3itx/Hmmmmmmmmmmmmmmmmmmmmmmmmmmmm/main/loader.lua"))()
How to Use These Scripts
Using these scripts is very simple. Just follow these steps:
- Copy the script code.
- Open your Roblox executor (such as KRNL, Synapse X, or Fluxus).
- Paste the script into the executor.
- Click “Execute.”
- Enjoy the game with enhanced features!
What Are the Benefits of Using These Scripts?
Using these scripts in Sol’s RNG can greatly improve your gameplay. With ESP, you can easily locate items and opponents, giving you an edge. Auto Roll and Auto Use Potions reduce the time spent on repetitive tasks, allowing you to focus on strategy. Fullbright makes the game clearer, ensuring you don’t miss any details. Infinite Jump lets you reach places you wouldn’t normally be able to, adding an extra layer of fun to the game.