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

НАШ КАНАЛ НЕ РАСПРОСТРАНЯЕТ ПЕРСОНАЛЬНЫЕ ДАННЫЕ, НЕ ПРОДАЁТ НАР***ИКИ И АЛ***ОЛЬ, МЫ НЕ НАРУШАЕМ ПРАВИЛА/ЗАКОНЫ ТЕЛЕГРАММ И РОССИИ
Download Telegram
Киньте ему бомбер пжж
Он заскамил меня на весь инвентарь в мм2 🤡 [ он ]

на самом деле я туда подставил "свой" профиль ( каждый видет свой профиль ), а точнее tg://settings
👾2😢1
У кого тоже не появляется инжектор в режиме? 😰 Или это только у меня?
👾2
Ураааа, у меня появился чит
👾2
😰
👍4💅1👾1
👾2
Скрипт на авто перелет на конец tower of hell

loadstring(game:HttpGet("https://pastebin.com/raw/VcmwmdNn"))("https://t.me/arceusxscripts")
👾2
Норм? Знаю что переплатил
❤‍🔥1👾1
--[[Fling GUI]]--
--[[Made by topit]]--
loadstring(game:HttpGet('https://pastebin.com/raw/r97d7dS0', true))()
--This link auto updates, so there's no need to update this file.

Топовый мод меню

Можно кек сервер
Ноу клип
Скорость
Медленное падение
👾5
Скрипт на Prison life^⁠_⁠^

loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()

Извините что так долго не было, просто скрипты не работали, ну и времени нет вообще.
👾31
loadstring(game:HttpGet(('https://raw.githubusercontent.com/GlitterLov3r/EliteScripts/main/Notification'),true))()

local throwKey = Enum.KeyCode.E -- change this to any keybind
local throwForce = 0 -- change this to adjust the force you want

local player = game.Players.LocalPlayer
local mouse = player:GetMouse()

mouse.Button1Down:connect(function()
if mouse.Target then
local mesh = Instance.new("SpecialMesh")
mesh.MeshId = "rbxassetid://1484148960" -- change this to the MeshId of the mesh you want to throw
mesh.TextureId = "rbxassetid://1484148974" -- change this to the TextureId of the mesh you want to throw
mesh.Scale = Vector3.new(2, 2, 2)
local part = Instance.new("Part")
part.Size = Vector3.new(1, 1, 1)
part.CFrame = CFrame.new(mouse.Hit.p)
part.Anchored = true
part.CanCollide = true
part.Parent = workspace
mesh.Parent = part
local direction = (mouse.Hit.p - player.Character.Head.Position).unit
part.Velocity = direction * throwForce
wait(3)
part:Destroy()
end
end)


Скрипт спавнит около вас много -+ Gold dominus

Видно только у вас
👾3
Ну че такое бятль опять
👾2
🔮 | Script Roblox | 💜
😰
Я его так и не обновил..
👾2
На что найти скрипт?😰
Постараюсь ответить всем
👾2
Время:20:00-23:00
Экземпляров:???
Ссылка: https://web.roblox.com/catalog/13539954478/Aqua-Star-Crown
👾31
🔮 | Script Roblox | 💜
Время:20:00-23:00 Экземпляров:??? Ссылка: https://web.roblox.com/catalog/13539954478/Aqua-Star-Crown
Продлили на 12 минут, а точнее 20:10
👾2👍1
🔮 | Script Roblox | 💜
Продлили на 12 минут, а точнее 20:10
Продлили еще на 15 мин... В 20:25
👾2
Его продливают каждый раз, я не буду спамить канал, все переносы в комментариях
👇👇👇
👾2
Это что?...
👾3
Супер скрипт на Пиксели Улучшает фпс на 1993 год Script
Можно повеселиться с скриптом

--Made by Rouxhaver
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
👾3👍1