idk why but its dtc
task.spawn(function()
local chat = game:GetService("Chat")
local name = tostring(tonumber(tostring({}):match("0x(.+)"), 16))
Instance.new("BoolValue", chat).Name = name
while task.wait() do
local stuff = setmetatable({
newproxy(true),
chat:FindFirstChild(name)
}, {
__mode = "v"
})
while stuff[1] ~= nil do
stuff[3] = string.rep("ab", 1024*2)
stuff[3] = nil
task.wait()
end
if next(stuff) ~= nil then
-- we so ud
print("detected dex explorer at " .. tick())
break
end
end
end)