Если у вас не работает ключ ( онли 12-24 ч ) то у вас либо дельта лагает/нужна новая версия/ключ не рабочий
🔮 | Script Roblox | 💜
😰
10 дней +- и я не обновил:< сейчас обновлять?
👍🏿-жа
👎🏿-нет
Дайте советы в комм
👍🏿-жа
👎🏿-нет
Дайте советы в комм
👍6🎄1💅1🆒1
Вот вам еще ключ от Delta
f7e9f08c-95ef-46fc-99fb-94cc1b6d5a83
❤1
Да у меня на всех скриптах просят ключ, некоторые вовсе не работают 😭
🔮 | Script Roblox | 💜
Конкурс на Candy set🔥😱 Итоги 30 мая условия: 1) отреагировать на 30 постов 2) пригласить 3 друга ( чтоб подписались ) 3) поделиться этим постом в разных чатах ( мм2 ) 4) написать в комментариях "участвую" задания будут проверяться Участники: @Alkrusi @girl_blackg0…
Победитель @pon228
Ждите видасик с трейдом😍😍😘
Ждите видасик с трейдом😍😍😘
Ключ от Delta👇👇👇
0e6ec7b0-0325-4d3d-9066-05b4551c8532
Ключ от Delta👇👇👇
b7d8737e-e26a-44c3-9293-c405992cca1c
Ищу 2-ух админов
1-ый --- будет кидать лимитки
2-ой --- будет кидать скрипты
Писать в комм
1-ый --- будет кидать лимитки
2-ой --- будет кидать скрипты
Писать в комм
🔮 | Script Roblox | 💜
На какую игру выложить скрипт? 😉
Выкладывай уже, Я не могу норм найти🙄
1 скрипт на дорс
Показывает книги
local a=game:GetService'Players'local b=game:GetService'Workspace'local c=game:
2 скрипт на дорс добавляет скорость на 40 уровне
hookfunction(c.PreloadAsync,function(f,g,h)if table.find(g,d)then local i=
Показывает книги
local a=game:GetService'Players'local b=game:GetService'Workspace'local c=game:
2 скрипт на дорс добавляет скорость на 40 уровне
hookfunction(c.PreloadAsync,function(f,g,h)if table.find(g,d)then local i=
Ключ от Delta👇👇👇
Он работает 24 ч
Он работает 24 ч
c1a98442-fb71-4b3f-95af-a0a364e06ecc
👍2🔥1
Скрипт на игры
Я проверил только на мм2
Я проверил только на мм2
loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))()
Если хотите могу кидать скрипты с ключами, как то и получите
loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/GodModeByNerd.lua"))()
Слава тубзику, скинул скрипт на дорс
Не знаю, был ли на канале этот скрипт, но все таки кину
Скрипт на mad city
loadstring(game:HttpGet("https://raw.githubusercontent.com/Deni210/madcity/main/Ruby%20Hub%20v1.1", true))()
Скрипт на mad city
Скрипт на prison life
local library = loadstring(game:HttpGet('https://raw.githubusercontent.com/cypherdh/VanisUILIB/main/.gitignore'))()
local Window = library:CreateWindow("Prison Life DESTROYER by dsdm", "1.0", 10044538000)
local Tab = Window:CreateTab("Prison Life")
local Page = Tab:CreateFrame("Page 1")
Button = Page:CreateButton("Get all Guns", "Gets all Guns", function()
local args = {
[1] = workspace.Prison_ITEMS.giver:FindFirstChild("Remington 870").ITEMPICKUP
}
workspace.Remote.ItemHandler:InvokeServer(unpack(args))
local args = {
[1] = workspace.Prison_ITEMS.giver:FindFirstChild("M9").ITEMPICKUP
}
workspace.Remote.ItemHandler:InvokeServer(unpack(args))
local args = {
[1] = workspace.Prison_ITEMS.giver:FindFirstChild("AK-47").ITEMPICKUP
}
workspace.Remote.ItemHandler:InvokeServer(unpack(args))
local args = {
[1] = workspace.Prison_ITEMS.single.Hammer.ITEMPICKUP
}
workspace.Remote.ItemHandler:InvokeServer(unpack(args))
local args = {
[1] = workspace.Prison_ITEMS.single:FindFirstChild("Key card").ITEMPICKUP
}
workspace.Remote.ItemHandler:InvokeServer(unpack(args))
local args = {
[1] = workspace.Prison_ITEMS.single:FindFirstChild("Crude Knife").ITEMPICKUP
}
workspace.Remote.ItemHandler:InvokeServer(unpack(args))
end)
Button = Page:CreateButton("Mod Gun", "you must be holding the gun", function()
local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
m.Damage = 100
m.MaxAmmo = math.huge
m.CurrentAmmo = math.huge
m.AutoFire = true
m.FireRate = 0
end)
Button = Page:CreateButton("Neutral team", "Description" ,function()
Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
end)
Button = Page:CreateButton("ONE PUNCH MAN MODE", "makes your fists instakill", function()
mainRemotes = game.ReplicatedStorage
meleeRemote = mainRemotes['meleeEvent']
mouse = game.Players.LocalPlayer:GetMouse()
punching = false
cooldown = false
function punch()
cooldown = true
local part = Instance.new("Part", game.Players.LocalPlayer.Character)
part.Transparency = 1
part.Size = Vector3.new(5, 2, 3)
part.CanCollide = false
local w1 = Instance.new("Weld", part)
w1.Part0 = game.Players.LocalPlayer.Character.Torso
w1.Part1 = part
w1.C1 = CFrame.new(0,0,2)
part.Touched:connect(function(hit)
if game.Players:FindFirstChild(hit.Parent.Name) then
local plr = game.Players:FindFirstChild(hit.Parent.Name)
if plr.Name ~= game.Players.LocalPlayer.Name then
part:Destroy()
for i = 1,100 do
meleeRemote:FireServer(plr)
end
end
end
end)
wait(1)
cooldown = false
part:Destroy()
end
mouse.KeyDown:connect(function(key)
if cooldown == false then
if key:lower() == "f" then
punch()
end
end
end)
end)
Button = Page:CreateButton("arrest all", "arrests every criminal", function()
wait(0.1)
Player = game.Players.LocalPlayer
Pcf = Player.Character.HumanoidRootPart.CFrame
for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
if v.Name ~= Player.Name then
local i = 10
repeat
wait()
i = i-1
game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
until i == 0
end
end
end)
Button = Page:CreateButton("Infinite Yield", "Description", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
end)