🔮 | Script Roblox | 💜
• Скрипты roblox 🔮 👇🏻Info Чат👉🏻t.me/ScriptRBXchat0 Владелец 👉🏻t.me/MepiIok Второй канал >t.me/ScriptRoboxOfficial ❗НАШ КАНАЛ НЕ РАСПРОСТРАНЯЕТ ПЕРСОНАЛЬНЫЕ ДАННЫЕ, НЕ ПРОДАЁТ ЗАПРЕЩЕННЫЕ ВЕЩЕСТВА, МЫ НЕ НАРУШАЕМ ПРАВИЛА/ЗАКОНЫ ТЕЛЕГРАММ И РОССИИ❗
Show more📈 Analytical overview of Telegram channel 🔮 | Script Roblox | 💜
Channel 🔮 | Script Roblox | 💜 (@scriptrobox) is an active participant. Currently, the community unites 37 096 subscribers, ranking 2 273 in the Games category and 17 403 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 37 096 subscribers.
According to the latest data from 02 July, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 5 021 over the last 30 days and by 121 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 28.23%. Within the first 24 hours after publication, content typically collects 6.11% reactions from the total number of subscribers.
- Post reach: On average, each post receives 10 433 views. Within the first day, a publication typically gains 2 259 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 44.
- Thematic interests: Content is focused on key topics such as скрипт, functions, script, zlarel|scripts, ɢᴀᴍᴇ.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“• Скрипты roblox 🔮
👇🏻Info
Чат👉🏻t.me/ScriptRBXchat0
Владелец 👉🏻t.me/MepiIok
Второй канал >t.me/ScriptRoboxOfficial
❗НАШ КАНАЛ НЕ РАСПРОСТРАНЯЕТ ПЕРСОНАЛЬНЫЕ ДАННЫЕ, НЕ ПРОДАЁТ ЗАПРЕЩЕННЫЕ ВЕЩЕСТВА, МЫ НЕ НАРУШАЕМ ПРАВИЛА/ЗАКОНЫ ТЕЛЕГРАММ И РОС...”
Thanks to the high frequency of updates (latest data received on 03 July, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Games category.
Bloody playground❗️❗️❗️❗️
Не так много как хотелось бы но скрипт норм❗️❗️❗️❗️
--Made By LI Team
loadstring(game:HttpGet("https://raw.githubusercontent.com/Unknownlodfc/Zephyr/refs/heads/main/Zephyr%20V2%20%7C%20Bloody%20Playground"))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
fling things and people❗️❗️❗️❗️
Super Strength & Grab Effects Script:❗️❗️❗️❗️
loadstring(game:HttpGet("https://raw.githubusercontent.com/BlizTBr/scripts/main/FTAP.lua"))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
Nico’s Nextbots❗️❗️❗️❗️
Automatic BunnyHop Jump, you get more points and faster, Works on Mobile and PC❗️❗️❗️❗️
-- Configuração de Auto Bunnyhop com GUI no Roblox (atualizado)
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
local bunnyhopEnabled = false -- Estado inicial do Bunnyhop (desativado)
-- Função para criar a GUI de Bunnyhop
local function createGUI()
local screenGui = Instance.new("ScreenGui")
local toggleButton = Instance.new("TextButton")
-- Adicionando o ScreenGui ao PlayerGui
screenGui.Parent = player:WaitForChild("PlayerGui")
-- Configurando o Botão de Alternância
toggleButton.Parent = screenGui
toggleButton.Size = UDim2.new(0, 100, 0, 50)
toggleButton.Position = UDim2.new(0.1, 0, 0.1, 0)
toggleButton.Text = "Bunnyhop: OFF"
toggleButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) -- Vermelho (desativado)
-- Função para alternar o Bunnyhop
toggleButton.MouseButton1Click:Connect(function()
bunnyhopEnabled = not bunnyhopEnabled
if bunnyhopEnabled then
toggleButton.Text = "Bunnyhop: ON"
toggleButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0) -- Verde (ativado)
else
toggleButton.Text = "Bunnyhop: OFF"
toggleButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) -- Vermelho (desativado)
end
end)
end
-- Função para configurar o Bunnyhop rítmico
local function setupBunnyhop()
humanoid.StateChanged:Connect(function(_, newState)
if bunnyhopEnabled and newState == Enum.HumanoidStateType.Landed then
wait(0.05) -- Intervalo curto para Bunnyhop rápido e preciso
humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
end
end)
end
-- Inicializa o GUI e Bunnyhop
createGUI()
setupBunnyhop()
-- Reconecta o GUI e o Bunnyhop ao renascer
player.CharacterAdded:Connect(function(newCharacter)
character = newCharacter
humanoid = character:WaitForChild("Humanoid")
createGUI() -- Garante que o GUI seja recriado após renascer
setupBunnyhop() -- Configura o Bunnyhop novamente para o novo personagem
end)
❗️❗️❗️❗️
🙆♂️ @LI_Script
The Strongest Battleground❗️❗️❗️❗️
Auto Farm Player, Invisible & Fling Script:❗️❗️❗️❗️
loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Saitama111/main/battle121"))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
• Изменены атаки M1 • 3 скилл имеет 2 варианта • ульта имеет 2 варианта (по фразам) • FE Скрипт • текст в чате можно изменить указав заместо "true" на "False" • так же с графикой можно изменить указав заместо "true" на "False"
getgenv().sendChat = true -- можно отключить заменив true на false (текст в чате)
getgenv().BetterGraphics = true -- можно отключить заменив true на false (графика)
loadstring(game:HttpGet"https://raw.githubusercontent.com/wispwisp22/Limitless-legacy/refs/heads/main/ReuploadedJun")("t.me/scriptrobox")Brookhaven❗️❗️❗️❗️
Admin Menu Trolling, Unlock All Gamepasses, Kick All❗️❗️❗️❗️
loadstring(game:HttpGet("https://raw.githubusercontent.com/NocturneMoDz/BROOKHAVEN-GUI-/main/METAB", true))()
ADMIN-PANEL:
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
FREE GAMEPASSES:
loadstring(game:HttpGet('https://raw.githubusercontent.com/Trev0rZ/LoaderM/refs/heads/main/ImperiaHub-lWorking.lua'))()
AUTO UNBAN:
loadstring(game:HttpGet('https://raw.githubusercontent.com/Jfdedit3/z4trox-hub-v1/main/z4trox%20hub'))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
king legacy❗️❗️❗️❗️
Auto Farm, Auto Quest, Auto Raid, Auto Farm Bosses, Teleport❗️❗️❗️❗️
loadstring(game:HttpGet("https://raw.githubusercontent.com/LHking123456/tvr8sh4qe53wf/refs/heads/main/Legacy"))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
fruit reborn❗️❗️❗️❗️
Mob Farm, Esp, Infinite Gems & More❗️❗️❗️❗️
loadstring(game:HttpGet("https://raw.githubusercontent.com/Moligrafi001/Hallow-Hub/main/Loader.lua"))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
NO FE эффект анимация FE [ навыки 1-2-4 ] Скин NO FE Пассивная способность: возрождение на месте смерти
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/nova2ezz-SungjiWoo/refs/heads/main/Protected_7939201355282604.txt"))("t.me/scriptrobox")loadstring(game:HttpGet("https://raw.githubusercontent.com/Chris8889/atlasbss/main/script.lua"))()
Скрипт проверял на Xeno все работаетloadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()loadstring(game:HttpGet('https://raw.githubusercontent.com/fissurectomy/woah/main/ps99_stairway.lua'))()loadstring(game:HttpGet("https://pastebin.com/raw/bkuzR9ZR"))()
Чтобы работало поставте язык в esc Vietnamese
И да скрипт в открытом кодеloadstring(game:HttpGet("https://raw.githubusercontent.com/NetlessMade/KJ-TO-JK/refs/heads/main/script.lua"))()
Чтобы применить анимации нужно стать кдж а потом инжектить скрипт
Сам скрипт меняет эффекты на синие а способки на анимации со звукомCounter Blox❗️❗️❗️❗️
FIXED Silent Aim ESP BHOP Open Cases❗️❗️❗️❗️
loadstring(game:HttpGet("https://rawscripts.net/raw/Counter-Blox:-Remastered-FIXED-Silent-Aim-ESP-BHOP-Open-Cases-Open-Any-Skin-5487"))()
❗️❗️❗️❗️
🙆♂️ @LI_Script
Available now! Telegram Research 2025 — the year's key insights 
