writefileExploit - EdgeIY/infiniteyield GitHub Wiki

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