23.5K views
11.7K downloads
9 months ago
This new script for Battle Royale Simulator comes with a small GUI and two features. The first one will let you equip any skin in the game and the second one enables a fully working silent aimbot! Overall a really good Battle Royale Simulator Script, make sure to give it a try.
Script Features:
Silent Aimbot
Equip any skin
This script was last modified 9 months ago
local skin = require(game:GetService("ReplicatedStorage").Modules.Skins)
local skins = {}
for key, _ in pairs(skin) do
table.insert(skins,key)
end
local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
local w = library:CreateWindow("Battle Royale Simulator!")
local b = w:CreateFolder("Main")
b:Dropdown("Skin selector",skins,true,function(mob)
local s = tostring(mob)
game:GetService("ReplicatedStorage").Remotes.Skin:FireServer(s)
end)
b:Toggle("Silent aim",function(bool)
if not getgenv().SilentAim then
local Silent = loadstring(game:HttpGet(('https://raw.githubusercontent.com/skatbr/Roblox-Releases/main/Battle_Royale_Simulator_Silent_Aim.lua')))()
end
getgenv().SilentAim.Enabled = bool
end)
b:DestroyGui()
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
23.5K views
9 months ago

Battle Royale Simulator Script | Equip any skin & Silent Aimbot!
Battle Royale Simulator
Battle Royale Simulator
Key System
23.7K views
10 months ago

Those Who Remain | Equip Any Weapon, Infinite Ammo, And More!
Those Who Remain
Those Who Remain
14.6K views
1 year ago

Jetpack Jumpers Equip Best JetPack
Jetpack Jumpers BETA
Jetpack Jumpers BETA
16.4K views
1 year ago

Kitty Invisible Developer Skin Script
Kitty NEW SKINS
Kitty NEW SKINS
16.4K views
4 months ago

Rush Point Skin Changer Script
UPDATE Rush Point
UPDATE Rush Point
15.2K views
1 year ago

KAT - Free Unreleased Christmas Gun Skin & Charge Ability
KAT
KAT
0 Comments
Log in here to comment