Advertisement
Confluent

PF

Mar 2nd, 2016
3,527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Phantom Forces KILL ALL:
  2. for i,q in pairs(game.Players:GetChildren())do
  3. local players = q
  4. function network:send(...)
  5. game.ReplicatedStorage:WaitForChild("RemoteEvent").FireServer(game.ReplicatedStorage:WaitForChild("RemoteEvent"),...)
  6. end
  7.  
  8. network:send("despawn",players)
  9. end
  10.  
  11. GUI:
  12. Phantom Forces GUI! - Rocky2U (Click to Hide)
  13. if game.PlaceId == 292439477 then
  14. game:GetObjects('rbxassetid://311949717')[1].Parent = game.CoreGui
  15. local PhantomX = game.CoreGui:WaitForChild('PhantomX')
  16. local script = Instance.new('Script', game.CoreGui)
  17. script.Name = ''
  18. script.Source = PhantomX.CONTROL.Source
  19. loadstring(script.Source)()
  20. loadstring(game:GetObjects("rbxassetid://298918246")[1].Source)()
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement