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

НАШ КАНАЛ НЕ РАСПРОСТРАНЯЕТ ПЕРСОНАЛЬНЫЕ ДАННЫЕ, НЕ ПРОДАЁТ НАР***ИКИ И АЛ***ОЛЬ, МЫ НЕ НАРУШАЕМ ПРАВИЛА/ЗАКОНЫ ТЕЛЕГРАММ И РОССИИ
Download Telegram
🔮Combat warriors👑

FLUXUS
HYDRAGON

loadstring(game:HttpGet("https://raw.githubusercontent.com/SpiritXmas/Project-Hook/main/required.lua"))()
😈Your bizare adventure👾

FLUXUS
HYDRAGON


loadstring(game:HttpGet"https://raw.githubusercontent.com/NukeVsCity/hackscript123/main/gui")()
👍1
loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()

🛏 Bedwars 🛏
Fluxus
Hydragon
👍2
💎Mining simulator 2
Fluxus
Hydragon

loadstring(game:HttpGet("https://raw.githubusercontent.com/ProjectLightningDev/Project-Lightning-Loader/main/Loader.Lua"))()


Ключ:
PJL_981273hAKPmaspio128KAmsaplLapmmasA
Sword Fighters🗡
Fluxus
Hydragon

loadstring(game:HttpGet"https://thedragonslayer2.github.io/AutoExec.html")()
🌌 Muscle legends 🌌
Fluxus
Hydragon
loadstring(Game:HttpGet"https://gitlab.com/turbohubz/loader.xyz/loader/-/raw/main/TurboHub-Loader")()
🔫 Murder Mystery 2 🔪

✔️Fluxus ✔️
✔️Hydragon ✔️

Script: loadstring(game:HttpGet('https://raw.githubusercontent.com/Kidichi/Kidachi/main/KidachiHub/Loader', true))()
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
⚪️Psx⚪️
✔️ Fluxus Mobile✔️
✔️Fluxus PC✔️
✔️ Hydragon✔️

Script:loadstring(game:HttpGet("https://raw.githubusercontent.com/GoodScripters/PSXscript/main/script"))()
Please open Telegram to view this post
VIEW IN TELEGRAM
🚪Doors
✔️Fluxus ✔️
✔️Hydragon ✔️

Script:loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
Please open Telegram to view this post
VIEW IN TELEGRAM
Мне продолжать искать скрипты?😼
Anonymous Poll
93%
Да
7%
Нет, нам достаточно
🔥2👾2
Мод меню🔧
Есть много чего

✔️Пк✔️
✔️Телефон ✔️
✔️Fluxus ✔️
✔️Hudragon ✔️
✔️Delta ✔️

loadstring(game:HttpGet("https://www.itots.tk/zaphub/onlycw", true))()
Please open Telegram to view this post
VIEW IN TELEGRAM
🗿2💘21
getgenv().CustomVitamins = {
SpeedBoost = 7,
EffectDuration = 7.5
}

local tool = game:GetObjects("rbxassetid://12827538877")[1]
tool.Parent = game.Players.LocalPlayer.Backpack

local anim = Instance.new("Animation")
anim.Name = "idle"
anim.AnimationId = "rbxassetid://10479585177"
local idle = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)

local anim = Instance.new("Animation")
anim.Name = "open"
anim.AnimationId = "rbxassetid://10482563149"
local use = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)

tool.Equipped:Connect(function()
idle:Play()
end)

tool.Unequipped:Connect(function()
idle:Stop()
end)

local using = false
tool.Activated:Connect(function()
if using == false then
using = true
use:Play()
tool.Handle.sound_open:Play()
task.wait(0.5)
using = false
tool:Destroy()
use:Stop()
local OldSpeedBoost = game.Players.LocalPlayer.Character.Humanoid:GetAttribute("SpeedBoost")
game.Players.LocalPlayer.Character.Humanoid:SetAttribute("SpeedBoost", getgenv().CustomVitamins.SpeedBoost + OldSpeedBoost)
task.wait(getgenv().CustomVitamins.EffectDuration)
game.Players.LocalPlayer.Character.Humanoid:SetAttribute("SpeedBoost", OldSpeedBoost)
end
end)

Скрипт на витамины
ВНИМАНИЕ БАГ С НИМИ
Не советуем использовать 2 подряд до окончания скорости или будет баг что вас будет слышить фигура даже сидя
💘2
loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe/ToraIsMe/main/0mm2", true))()

🍭Авто фарм яиц🍬
This media is not supported in your browser
VIEW IN TELEGRAM
Вот и тутор как скачать Читы

Мне делать тутор как получить ключ?)
💘5
game:GetService("Players").LocalPlayer.PlayerGui.MainUI.Initiator["Main_Game"].RemoteListener.Modules.Greed.Name = "Definetly Not Greed"

скрипит чтобы удалить Greed в doors
💘2👍1
Делать розыгрыш на люгер?)🥱
Anonymous Poll
87%
Есс
13%
Ноу
👍2
Я отклоняю конкурс т.к. участвовал 1 человек 😥
😐8
Я дату на сегодня поменял ☺️
👍2
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()

-- Settings

local SizeChange = -4

for i,v in pairs(player.Character:GetChildren()) do
if v:IsA("Part") then
v.Size = Vector3.new(v.Size.X + SizeChange, v.Size.Y + SizeChange, v.Size.Z + SizeChange)
end
if v:IsA("MeshPart") then
v.Size = Vector3.new(v.Size.X + SizeChange, v.Size.Y + SizeChange, v.Size.Z + SizeChange)
end
end

task.spawn(function()
game:GetService("RunService").RenderStepped:Connect(function()
workspace.CurrentCamera.CFrame = (game.Players.LocalPlayer.Character.Head.CFrame * CFrame.Angles(math.rad(0),0,0)) * CFrame.new(0,-4,0)
end)
end)


Скрипт чтобы стать маленьким в doors 🙂
Please open Telegram to view this post
VIEW IN TELEGRAM
🐶Adopt Me🐱


loadstring(game:HttpGet("https://raw.githubusercontent.com/BloxiYT/Diamond/main/AdoptMe"))()

key: DH_11CYGANIDYWANY
😈3