🔮 | Script Roblox | 💜
35K subscribers
2.12K photos
421 videos
55 files
1.04K links
• Скрипты roblox 🔮
👇🏻Info
Чат👉🏻t.me/ScriptRBXchat0
Владелец 👉🏻t.me/MepiIok
Второй канал >t.me/ScriptRoboxOfficial

НАШ КАНАЛ НЕ РАСПРОСТРАНЯЕТ ПЕРСОНАЛЬНЫЕ ДАННЫЕ, НЕ ПРОДАЁТ НАР***ИКИ И АЛ***ОЛЬ, МЫ НЕ НАРУШАЕМ ПРАВИЛА/ЗАКОНЫ ТЕЛЕГРАММ И РОССИИ
Download Telegram
Blox Fruit Script
loadstring(game:HttpGet("https://link.trwxz.com/LS-Zee-Hub-VIP"))()
Script Blade Ball

loadstring(game:HttpGet("https://raw.githubusercontent.com/r4mpage4/NoHaxV3/main/BladeBallNoHax%20V3"))();
Combat Warriors Script

loadstring(game:HttpGet("https://raw.githubusercontent.com/ufouzzed/CWShitterHub/main/CWScript.lua"))()
KAT

loadstring(game:HttpGet(('https://pastebin.com/raw/MHx8q6xP'),true))()
Anime Fighters Simulator

loadstring(game:HttpGet("https://raw.githubusercontent.com/antipipka/roblox/main/77_E38MNU609A.lua"))()
Murder Mystery

loadstring(game:HttpGet('https://raw.githubusercontent.com/R3TH-PRIV/R3THPRIV/main/loader.lua'))()
Скрипт на Undertale Wave Rush

--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring(game:HttpGet('https://raw.githubusercontent.com/3dsonsuce/acrylix/main/Acrylix'))()
Slap battles

loadstring(game:HttpGet(("https://raw.githubusercontent.com/ionlyusegithubformcmods/1-Line-Scripts/main/Slap%20Battles")))()
Скрипт на Скорость, поле обзора,игровой проход и не только

loadstring(game:HttpGet("https://raw.githubusercontent.com/hassantheking123321/Everybody/main/My%20hub"))();
PROJECT SLAYERS

loadstring(game:HttpGet("https://raw.githubusercontent.com/XO-3S-CL-VCK-jf-3HDM/Products/main/Project-Slayers.lua"))()
Stand Aweking

loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()
Bee Swarm

loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/35"))()
СКРИПТ НА ТАВЕР ОХ ХЕЛЛ

loadstring(game:HttpGet("https://raw.githubusercontent.com/Amenteso/robloxscripts/main/Key.lua",true))()
Blox Fruits

loadstring(game:HttpGet("https://raw.githubusercontent.com/marisdeptrai/Script-Free/main/Maris-Hub.lua"))()
крутой скрипт на steep steps

🗃️𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣𝙨:
Sword
Teleport
Rainbow carpet
И т.д

loadstring(game:HttpGet("https://raw.githubusercontent.com/TheNcore/Steep-steps/main/Main%20projects"))()
DA HOOD

loadstring(game:HttpGet("https://raw.githubusercontent.com/spacexrandom/Lua/main/DaHood", true))()
СКРИПТ НА YBA

loadstring(game:HttpGet("https://raw.githubusercontent.com/castycheat/script-your-bizarre/main/Protected%20(13).lua"))()
📤Супер скрипт на Пиксели Улучшает фпс на 1993 год Script📤
😌Можно повеселиться с скриптом😌

Divide = 20 -- higher = less quality, lower = higher quality + lag game:GetService("RunService"):Set3dRenderingEnabled(false) Coregui = game:GetService("CoreGui") sg = Instance.new("ScreenGui", Coregui) sg.IgnoreGuiInset = true sg.ResetOnSpawn = false Gui = Instance.new("Frame", sg) Coregui.RobloxGui.Enabled = false Coregui.RobloxGui.Enabled = true Camera = workspace.CurrentCamera ScreenPixels = Vector2.new(math.floor(Camera.ViewportSize.X/Divide),math.floor(Camera.ViewportSize.Y/Divide)) for i2 = 0, ScreenPixels.Y-1, 1 do for i = 0, ScreenPixels.X-1, 1 do local Pixel = Instance.new("Frame",Gui) Pixel.Size = UDim2.new(0,Divide,0,Divide) Pixel.Position = UDim2.new(0,i*Divide,0,i2*Divide) Pixel.BorderSizePixel = 0 end end while task.wait() do for i,Pixel in pairs(Gui:GetChildren()) do local Raycast = Camera:ViewportPointToRay(Pixel.Position.X.Offset,Pixel.Position.Y.Offset) Raycast = Ray.new(Raycast.Origin, Raycast.Direction * 1000) local target, hit = workspace:FindPartOnRay(Raycast) if target then do Pixel.BackgroundColor3 = target.Color end else Pixel.BackgroundColor3 = Color3.fromRGB(56, 235, 255) end end end