Categories > Exploiting > Scripts >

phantom forces hack

Posts: 1

Threads: 1

Joined: Jun, 2018

Reputation: 0

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

  • 0

Posts: 4

Threads: 2

Joined: Jun, 2018

Reputation: 0

Replied

what does it do?

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )