Forum > Scripts >

(REQ)Aimbot Script

Posts: 3

Threads: 2

Joined: Aug, 2018

Reputation: 0

Posted

Need a script for Phantom Forces
  • 0

Posts: 59

Threads: 7

Joined: May, 2018

Reputation: 0

Replied

only works on paid exploits
  • 0

Posts: 6

Threads: 1

Joined: May, 2018

Reputation: 0

Replied

--Made by Centurian
local gui = Instance.new("BillboardGui");
gui.Name = "";
gui.AlwaysOnTop = true;
gui.LightInfluence = 0;
gui.Size = UDim2.new(1.75, 0, 1.75, 0);
local frame = Instance.new("Frame", gui);
frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
frame.Size = UDim2.new(1, 0, 1, 0);
frame.BorderSizePixel = 4;
frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
local gi = gui:Clone();
local body = frame:Clone();
body.Parent = gi;
body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);

for _, v in pairs(game:GetService("Players"):GetPlayers()) do
    if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
        gui:Clone().Parent = v.Character.Head;
    end
end 



Enjoy!
  • 0

Users viewing this thread:

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