ipastetomuch

Exploit Bypass

Apr 6th, 2019
6,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2.  
  3. while wait() do
  4. local Player = game.Players.LocalPlayer
  5. local Gui = Player.PlayerGui
  6. for i,v in pairs(antiKek) do
  7. if Gui:FindFirstChild(v) then
  8. Gui:FindFirstChild(v):Remove()
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment