Advertisement
Honansik

Epic Minigames Anti Cheat Bypass Script

Dec 18th, 2021
1,319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.PlayerScripts:GetChildren()) do
  2. if string.find(v.Name,"Il") or string.find(v.Name,"lI") or string.find(v.Name,"II") or string.find(v.Name,"ll") then
  3. v:Destroy();
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement