historical/OLD-SCRIPTS-NO-LONGER-GOOD.git/TM bypass.txt
2024-01-16 11:20:27 -06:00

11 lines
No EOL
261 B
Text

antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
while wait() do
local Player = game.Players.LocalPlayer
local Gui = Player.PlayerGui
for i,v in pairs(antiKek) do
if Gui:FindFirstChild(v) then
Gui:FindFirstChild(v):Remove()
end
end
end