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

НАШ КАНАЛ НЕ РАСПРОСТРАНЯЕТ ПЕРСОНАЛЬНЫЕ ДАННЫЕ, НЕ ПРОДАЁТ НАР***ИКИ И АЛ***ОЛЬ, МЫ НЕ НАРУШАЕМ ПРАВИЛА/ЗАКОНЫ ТЕЛЕГРАММ И РОССИИ
Download Telegram
🔫Мм2🔪

Team based Chams. 🔥

local function getRoleColor(plr)
if (plr.Backpack:FindFirstChild("Knife") or plr.Character:FindFirstChild("Knife")) then
return Color3.new(255, 0, 0)
elseif (plr.Backpack:FindFirstChild("Gun") or plr.Character:FindFirstChild("Gun")) then
return Color3.new(0, 0, 255)
else
return Color3.new(0, 255, 0)
end
end

while true do
for _, v in pairs(game.Players:GetChildren()) do
if v ~= game.Players.LocalPlayer and v.Character and not v.Character:FindFirstChild("Highlight") then
Instance.new("Highlight", v.Character)
v.Character.Highlight.FillTransparency = 0.5
v.Character.Highlight.OutlineTransparency = 0.5
v.Character.Highlight.FillColor = getRoleColor(v)
elseif (v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Highlight")) then
v.Character.Highlight.FillColor = getRoleColor(v)
end
end
wait(0.1)
end
🔥1
🔫Мм2🔪

Silent aim, chams, reach. 🔥

loadstring(game:HttpGet("https://raw.githubusercontent.com/OminousVibes-Exploit/Scripts/main/Murder%20Mystery%202.lua"))()()
3
loadstring(game:HttpGet("https://shz.al/dBiTc6zwKr2XJZCCiHjhcMGr"))()

💫Скрипт на улучшение качества в Roblox🌈

! Осторожно !
Ваш телефон взорвётся😘
3👍2💘1
🧱3008🛠

loadstring(game:HttpGet'https://raw.githubusercontent.com/RunDTM/scripts/main/3008.lua')()

(Teleports, Walkspeed, Noclip)
💘51
🙇‍♀Tower of hell🔥

loadstring(game:HttpGet("https://raw.githubusercontent.com/TheHanki/Hawk/main/Loader", true))()

(Mega Jump, Noclip, Rejoin)
4😐1
🎮All games🎮

loadstring(game:HttpGet(('https://pastefy.ga/QNqILuWb/raw'),true))()

Клавиатура для телефона/планшета и т.д. 🙂
👍4🔥1
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))();

Auto aim, mega jump, и много чего


Мм2
3👍1🔥1
Розыгрыш ножа "Пламя"

Условия:
1)Пригласить 3 друга (чтоб зашли)
2)Оставить 10 реакций
3)Написать в комментарии "участвую" (все проверяется)

Участники:
@hgf_00
@IlyaTreez
@Darkonyyy
@Alekc_Gamer
@Alkrusi
@girl_blackg0
@lovemm24
---

Итоги 14 апреля/20:00
•Я напишу в лс победителю
•Я сделаю видео как отдаю ножик

Ждём всех :)
💘4👾4👍1
Ник:akevic13
Пароль:12345678901

У вас не получится поменять пароль т.к. там стоит пин
Этот акаунт для всех пипищикаф

Слив акаунта Roblox
🆒10💘4👎3🔥3
Я бомж, вопросы?
(Это не скрипт)
👍2
👍🏿Tower of hell👎🏿

loadstring(game:HttpGet("https://raw.githubusercontent.com/rinqedd/rblx/main/scripts/Tower%20of%20Hell"))()
Делать тутор на хитбоксы?
:)
👍6
Мм2


Скрипт на все платные эмоции

local EmoteHandler;
for i,v in next, getgc(true) do
if typeof(v) == "table" and v["GeneratePage"] then
EmoteHandler = v
end
end
local GUI = game:GetService("Players").LocalPlayer.PlayerGui.MainGUI.Game:FindFirstChild("Emotes")
local EmoteList = {"headless","zombie","zen","ninja","floss","dab"}
EmoteHandler.GeneratePage(EmoteList, GUI, "Unlocked Emotes")

-- Script Is Being Used To Reexecute When Respawned
👍2
All games


На шифт для телефонов/планшетов


loadstring(game:HttpGet("https://raw.githubusercontent.com/MiniNoobie/ShiftLockx/main/Shiftlock-MiniNoobie",true))()
👍2
Sree korblox a thonee lishitsa nogi 😍👍🏿

-- hats https://www.roblox.com/catalog?Category=1&CreatorName=DuckXander&CreatorType=Group&salesTypeFilter=1

-- script below
-- | Made by GROUD

function Align(Part0,Part1,Position,Angle)
local AlignPos = Instance.new('AlignPosition', Part1);
AlignPos.Parent.CanCollide = false;
AlignPos.ApplyAtCenterOfMass = true;
AlignPos.MaxForce = 67752;
AlignPos.MaxVelocity = math.huge/9e110;
AlignPos.ReactionForceEnabled = false;
AlignPos.Responsiveness = 200;
AlignPos.RigidityEnabled = false;
local AlignOri = Instance.new('AlignOrientation', Part1);
AlignOri.MaxAngularVelocity = math.huge/9e110;
AlignOri.MaxTorque = 67752;
AlignOri.PrimaryAxisOnly = false;
AlignOri.ReactionTorqueEnabled = false;
AlignOri.Responsiveness = 200;
AlignOri.RigidityEnabled = false;
local AttachmentA=Instance.new('Attachment',Part1);
local AttachmentB=Instance.new('Attachment',Part0);
AttachmentA.Name = "BruhA"
AttachmentB.Name = "BruhB"
AttachmentB.Orientation = Angle
AttachmentB.Position = Position
AlignPos.Attachment0 = AttachmentA;
AlignPos.Attachment1 = AttachmentB;
AlignOri.Attachment0 = AttachmentA;
AlignOri.Attachment1 = AttachmentB;
end

User = game:GetService("Players").LocalPlayer
Body = User.Character
Soul = Body.Humanoid

FakeLeg = Body.RightUpperLeg:Clone()
FakeLeg.Transparency = 1
Body.RightUpperLeg:Destroy()
FakeLeg.Parent = Body
Body.RightUpperLeg.RightUpperLeg:Destroy()

local Korblox = Body["Recolor (For Korblox)"]
Korblox.Handle.Massless = true
Korblox.Handle:BreakJoints()

Align(FakeLeg,Korblox.Handle,Vector3.new(0,.25,0),Vector3.new(0,0,0))

game:GetService("RunService").Heartbeat:connect(function(t)
if Korblox:FindFirstChild("Handle", true) then
Korblox.Handle.Velocity = Vector3.new(0, 30,0)
end;
end)
👍1