historical/OLD-SCRIPTS-NO-LONGER-GOOD.git/TM bypass.txt

11 lines
261 B
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
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