Skip to content

writefileExploit

Greenman edited this page Jan 20, 2020 · 1 revision

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
Clone this wiki locally