Categories > Exploiting > Scripts >
phantom forces hack
Posted
while true do
wait(0.3)
for _, p in pairs(game:GetChildren()) do
if p.ClassName == ("Players") then
plr = p.LocalPlayer
team = plr.TeamColor
for _, v in pairs(p:GetChildren()) do
if v.Name ~= plr.Name and v.TeamColor ~= team then
for _, l in pairs(v.Character.Head:GetChildren()) do
if l.Name == ("OverRemove") then
l:Destroy()
end
end
i = Instance.new("BillboardGui",v.Character.Head)
i.Name = ("OverRemove")
f = Instance.new("Frame",i)
i.Active = true
i.AlwaysOnTop = true
i.Size = UDim2.new(1,0,1,0)
i.ExtentsOffset = Vector3.new(0,3.5,0)
f.Size = UDim2.new(1,0,1,0)
f.BorderSizePixel = 0
f.BackgroundColor3 = Color3.new(1,0,0)
elseif v.TeamColor == team thenÂ
for _, l in pairs(v.Character.Head:GetChildren()) do
if l.Name == ("OverRemove") then
l:Destroy()
end
end
end
end
end
end
end
idk its phantom forces i guess
Replied
what does it do?
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post