Skip to content

detected even with a executor that has a functional cloneref #11

@rex-rbx

Description

@rex-rbx

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions