Skip to content

writefileExploit

Toon edited this page Jan 5, 2026 · 2 revisions

Documentation

boolean writefileExploit()

Description

Returns true if writefile exists. Returns false if it does not.

Example

-- Note: This is just a snippet
["Function"] = function(args, speaker)
    if writefileExploit() then
        notify("Writefile", "Writefile exists!")
    end
end

Clone this wiki locally