AlphaSploit

Apoc ESP

Jan 15th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --Thanks To HessaFTW
  2. --Hessa Is the one that made this compalation
  3. --Have eny scripts that arent in here send them to HessaFTW and he will test and put in for next update
  4.  
  5.  
  6. --[[
  7.  
  8. APOC ESP SCRIPT // RAINDROP
  9.  
  10. BRACK4712
  11.  
  12. --]]
  13.  
  14. for i,v in pairs(game.Players:GetChildren()) do
  15. local handle = Instance.new("Handles",game.Players.LocalPlayer.PlayerGui)
  16. handle.Adornee = v.Character.Head
  17. handle.Color3 = Color3.new(0/255, 255/255, 0/255)
  18. handle.Transparency = 0
  19. handle.Style = "Resize"
  20. end
  21.  
  22. --Not playable in 1st person becouse of dot on ur player
Add Comment
Please, Sign In to add comment