Untitled

 avatar
unknown
lua
3 years ago
391 B
2
Indexable
local Synapse = false
if not findfile or not readfile then
    print("Can Not Install")
    else
    Synapse = true
end
if Synapse and not findfile("ultimatevideoexperience.txt") then
    print("Video Player Client - 2022 - Uninstalled")
    writefile("ultimatevideoexperience.txt", "")
elseif Synapse and findfile("ultimatevideoexperience.txt") then
    print("Already found this File")
end
Editor is loading...