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
👍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
loadstring(game:HttpGet("https://raw.githubusercontent.com/BloxiYT/Diamond/main/AdoptMe"))()
key: DH_11CYGANIDYWANY
😈3
🚪Doors👻
loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))().
Пропуск уровней, увеличение скорости, автоматический подбор ключей
loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))().
Пропуск уровней, увеличение скорости, автоматический подбор ключей
👍1💘1
🪄Yba🪄
loadstring(game:HttpGet("https://raw.githubusercontent.com/sinret/rbxscript.com-scripts-reuploads-/main/yba2", true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/sinret/rbxscript.com-scripts-reuploads-/main/yba2", true))()
🤨4👍1
🔫Мм2🔪
God mode, kill all, auto farm. 🔥
loadstring(game:HttpGet('https://scripts.luawl.com/Main/Scourge.lua'))()
God mode, kill all, auto farm. 🔥
loadstring(game:HttpGet('https://scripts.luawl.com/Main/Scourge.lua'))()
👍1🗿1
🔫Мм2🔪
Lag, crash. 🔥
local owner = '78n'
local branch = 'NoobSploit'
local function import(file)
loadstring(game:HttpGet(('https://raw.githubusercontent.com/%s/%s/main/%s'):format(owner,branch,file..'.lua')))()
end
import('MurderMysteryCrasher')
Lag, crash. 🔥
local owner = '78n'
local branch = 'NoobSploit'
local function import(file)
loadstring(game:HttpGet(('https://raw.githubusercontent.com/%s/%s/main/%s'):format(owner,branch,file..'.lua')))()
end
import('MurderMysteryCrasher')
🔥2
🔫Мм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
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"))()()
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🌈
! Осторожно !
Ваш телефон взорвётся😘
💫Скрипт на улучшение качества в Roblox🌈
! Осторожно !
Ваш телефон взорвётся😘
❤3👍2💘1
🧱3008🛠
loadstring(game:HttpGet'https://raw.githubusercontent.com/RunDTM/scripts/main/3008.lua')()
(Teleports, Walkspeed, Noclip)
loadstring(game:HttpGet'https://raw.githubusercontent.com/RunDTM/scripts/main/3008.lua')()
(Teleports, Walkspeed, Noclip)
💘5❤1