writefileExploit - EdgeIY/infiniteyield GitHub Wiki

Documentation

boolean writefileExploit()

Description

Returns true if writefile exists.

Example

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