Posted
--pf gui
local PFgui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local TextButton = Instance.new("TextButton")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
PFgui.Name = "PhantomForcesGUI"
PFgui.Parent = game.CoreGui
Frame.Parent = PFgui
Frame.Active = true
Frame.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
Frame.BorderSizePixel = 0
Frame.Draggable = true
Frame.Position = UDim2.new(0.0772277191, 0, 0.443569541, 0)
Frame.Size = UDim2.new(0, 196, 0, 177)
TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.new(0, 0, 0.498039)
TextLabel.BorderSizePixel = 0
TextLabel.Size = UDim2.new(0, 196, 0, 6)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = ""
TextLabel.TextSize = 14
TextLabel_2.Parent = Frame
TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 1)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = UDim2.new(0, 0, 0.0270270277, 0)
TextLabel_2.Size = UDim2.new(0, 196, 0, 16)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "a rly gud phantom forces gui"
TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
TextLabel_2.TextSize = 14
TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
TextLabel_2.TextStrokeTransparency = 0.69999998807907
TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.new(0, 0, 0.498039)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0.0867346972, 0, 0.183615819, 0)
TextButton.Size = UDim2.new(0, 162, 0, 21)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "ESP"
TextButton.TextColor3 = Color3.new(1, 1, 1)
TextButton.TextScaled = true
TextButton.TextSize = 14
TextButton.TextStrokeColor3 = Color3.new(1, 1, 1)
TextButton.TextStrokeTransparency = 0.69999998807907
TextButton.TextWrapped = true
TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
TextButton_2.BorderSizePixel = 0
TextButton_2.Position = UDim2.new(0.0867346972, 0, 0.353107363, 0)
TextButton_2.Size = UDim2.new(0, 162, 0, 21)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "Fullbright"
TextButton_2.TextColor3 = Color3.new(1, 1, 1)
TextButton_2.TextScaled = true
TextButton_2.TextSize = 14
TextButton_2.TextStrokeColor3 = Color3.new(1, 1, 1)
TextButton_2.TextStrokeTransparency = 0.69999998807907
TextButton_2.TextWrapped = true
TextButton_3.Parent = Frame
TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0.498039)
TextButton_3.BorderSizePixel = 0
TextButton_3.Position = UDim2.new(0.0867346972, 0, 0.516949177, 0)
TextButton_3.Size = UDim2.new(0, 162, 0, 21)
TextButton_3.Font = Enum.Font.SourceSans
TextButton_3.Text = "Aimbot (kinda)"
TextButton_3.TextColor3 = Color3.new(1, 1, 1)
TextButton_3.TextScaled = true
TextButton_3.TextSize = 14
TextButton_3.TextStrokeColor3 = Color3.new(1, 1, 1)
TextButton_3.TextStrokeTransparency = 0.69999998807907
TextButton_3.TextWrapped = true
TextButton.MouseButton1Down:connect(function()
local f = game.Players.LocalPlayer.TeamColor
for i,v in pairs(game.Players:GetChildren()) do
if v.TeamColor == f then
--x
end
if not v.TeamColor == f then
for i,x in pairs(v.Character:GetChildren()) do
if x:IsA("BasePart") then
local box = Instance.new("BoxHandleAdornment",x)
box.Color3 = Color3.fromRGB(255,9,4)
box.Size = x.Size + Vector3.new(.1,.1,.1)
box.AlwaysOnTop = true
box.Adornee = x
end
end
end
end
end)
TextButton_2.MouseButton1Down:connect(function()
game.Lighting.Brightness = 9999999999999999999999999999999999999999999
end)
TextButton_3.MouseButton1Down:connect(function()
local frrr = game.Players.LocalPlayer.TeamColor
local mouse = game.Players.LocalPlayer:GetMouse()
for i,v in pairs(game.Players:GetChildren()) do
if v.TeamColor == frrr then
--x
end
if not v.TeamColor == frrr then
while wait() do
v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end
end)Replied
Cancel
Post
Replied
Cancel
Post
Replied
The ESP and Brightness works but the aimbot doesnt
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post