(Everything is enabled on the server, because i am the owner),
Here's my code
if fs.exists("System/Initialate") == true then
print("Booting")
shell.run("monitor","top","Initialate")
else
if fs.exists("InstallWizard") == true then
else
print("FILES CORRUPTED. DOWNLOADING INSTALLWIZARD")
-- Insert pastebin code here --
end
end












