11 lines
No EOL
261 B
Text
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 |