16.9K views
9.3K downloads
1 year ago
This new Script for Jailbreak allows you to spot the Air Drops. Made by D4rk#9999, enjoy!
Script Features:
Airdrop ESP
This script was last modified 1 year ago
--BROUGHT TO YOU BY RSCRIPTS.NET!--
workspace.ChildAdded:connect(function(v)
wait(1)
if v.Name == "Drop" and v:IsA("Model") then
print("D4rk air drop detector")
wait(1.2)
game.StarterGui:SetCore("SendNotification", {
Title = "AIR DROP"; -- the title (ofc)
Text = "Air drop, - a air drop is on the map";
Icon = "rbxassetid://57254792";
Duration = 5;
})
wait(1)
while true do wait(2)
for i,v in pairs(workspace.Drop:GetChildren()) do
if v.Transparency == 0 then
a = Instance.new("BillboardGui", v)
a.Size = UDim2.new(0,20,0,20)
a.AlwaysOnTop = true
b = Instance.new("TextLabel", a)
b.Size = UDim2.new(0,20,0,20)
b.Text = "Airdrop"
b.BackgroundTransparency = 1
b.TextColor3 = Color3.fromRGB(255,255,0)
b.TextStrokeTransparency = 0
end
end
v:GetPropertyChangedSignal("Transparency"):Connect(function()
v.BillboardGui:Destroy()
end)
end
end
end)
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
29.2K views
1 year ago

Jailbreak GUI (Jail Monkey=Jailbreak GUI (Jail Monkey)
TOMB RAID Jailbreak
TOMB RAID Jailbreak
17.9K views
1 year ago

JailBreak Tycoon 2 Player Infinite Cash Script
JailBreak Tycoon 2 Player
JailBreak Tycoon 2 Player
Key System
7.4K views
2 months ago


ICE TRAY V3 JAILBREAK SCRIPT
Jailbreak
Jailbreak
0 Comments
Log in here to comment