local ReplicatedStorage = game:GetService("ReplicatedStorage")
local TestEvent = ReplicatedStorage.VHLGUARD:FindFirstChild("RemoteSpyRemote")
while true do
for i = 1, 100000 do
TestEvent:FireAllClients(
"[VHL GUARD] STOP EXPLOIT",
math.random(1, 100000),
{ x = 10, y = 5 }
)
end
task.wait(5)
end24 views