Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. -- Spawn in your character and then click PF Aimbot. Hold LeftAlt or B and it will lock on to people.
  2. -- ESP:Just click the button when you spawn.
  3. -- XRAY:You must execute every time a new round starts.
  4. -- Fly: Press E to turn it off and on.
  5. -- Infinite Ammo:Spawn in click infinite ammo press leftalt and then switch to another weapon and then go back to your gun.
  6. -- Press Y to open the gui.
  7. -- Thanks for buying.
  8. -- TOS:You may not leak or resell this script in anyway.
  9. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")a.Parent=game.CoreGui;b.Parent=a;b.BackgroundColor3=Color3.new(0.666667,0.666667,1)b.BackgroundTransparency=0.20000000298023;b.BorderSizePixel=0;b.Position=UDim2.new(0,0,0,118)b.Size=UDim2.new(0,313,0,402)b.Visible=false;b.Active=true;b.Selectable=true;b.Draggable=true;c.Parent=b;c.BackgroundColor3=Color3.new(0,0,0)c.BorderSizePixel=0;c.Size=UDim2.new(0,313,0,31)c.Font=Enum.Font.Fantasy;c.FontSize=Enum.FontSize.Size28;c.Text="PF Gui"c.TextColor3=Color3.new(1,1,1)c.TextSize=25;d.Name="PF"d.Parent=b;d.BackgroundColor3=Color3.new(0,0,0)d.BackgroundTransparency=0.60000002384186;d.BorderSizePixel=0;d.Position=UDim2.new(0,0,0,45)d.Size=UDim2.new(0,156,0,35)d.Font=Enum.Font.SourceSansBold;d.FontSize=Enum.FontSize.Size18;d.Text="Phantom Forces Aimbot"d.TextColor3=Color3.new(1,1,1)d.TextSize=16;d.TextWrapped=true;d.MouseButton1Click:connect(function()loadstring(game:GetObjects("rbxassetid://1735907764")[1].Source)()end)e.Name="ESP"e.Parent=b;e.BackgroundColor3=Color3.new(0,0,0)e.BackgroundTransparency=0.60000002384186;e.BorderSizePixel=0;e.Position=UDim2.new(0,157,0,45)e.Size=UDim2.new(0,156,0,35)e.Font=Enum.Font.SourceSansBold;e.FontSize=Enum.FontSize.Size18;e.Text="ESP"e.TextColor3=Color3.new(1,1,1)e.TextSize=16;e.TextWrapped=true;e.MouseButton1Click:connect(function()loadstring(game:GetObjects("rbxassetid://1735924202")[1].Source)()end)f.Name="Fly"f.Parent=b;f.BackgroundColor3=Color3.new(0,0,0)f.BackgroundTransparency=0.60000002384186;f.BorderSizePixel=0;f.Position=UDim2.new(0,0,0,95)f.Size=UDim2.new(0,156,0,35)f.Font=Enum.Font.SourceSansBold;f.FontSize=Enum.FontSize.Size18;f.Text="Fly"f.TextColor3=Color3.new(1,1,1)f.TextSize=16;f.TextWrapped=true;f.MouseButton1Click:connect(function()loadstring(game:GetObjects("rbxassetid://1738521861")[1].Source)()end)g.Name="Heal"g.Parent=b;g.BackgroundColor3=Color3.new(0,0,0)g.BackgroundTransparency=0.60000002384186;g.BorderSizePixel=0;g.Position=UDim2.new(0,157,0,95)g.Size=UDim2.new(0,156,0,35)g.Font=Enum.Font.SourceSansBold;g.FontSize=Enum.FontSize.Size18;g.Text="XRay(Press N)"g.TextColor3=Color3.new(1,1,1)g.TextSize=16;g.TextWrapped=true;g.MouseButton1Click:connect(function()loadstring(game:GetObjects("rbxassetid://1738572984")[1].Source)()end)h.Name="INF"h.Parent=b;h.BackgroundColor3=Color3.new(0,0,0)h.BackgroundTransparency=0.60000002384186;h.BorderSizePixel=0;h.Position=UDim2.new(0,0,0,145)h.Size=UDim2.new(0,156,0,35)h.Font=Enum.Font.SourceSansBold;h.FontSize=Enum.FontSize.Size18;h.Text="Infinite Ammo(Press LeftAlt)"h.TextColor3=Color3.new(1,1,1)h.TextSize=16;h.TextWrapped=true;h.MouseButton1Click:connect(function()loadstring(game:GetObjects("rbxassetid://1744479584")[1].Source)()end)Player=game.Players.LocalPlayer;Mouse=Player:GetMouse()gui=a;box=b;Open=false;function PressY(i)if i=="y"then if Open==false then box.Visible=true;Open=true elseif Open==true then box.Visible=false;Open=false end end end;Mouse.KeyDown:connect(PressY)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement