Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setTextColor(colors.green)
- print("...Create modules...")
- shell.run("mkdir", "modules")
- shell.setDir("modules")
- shell.run("pastebin", "get vVtDgmkq basalt.lua")
- term.setTextColor(colors.blue)
- print("...Create common files...")
- shell.run("cd", "..")
- shell.run("pastebin", "get 2kph9knb messager.lua")
- shell.run("pastebin", "get 0BF2ReD2 player.lua")
- shell.run("pastebin", "get QDzyuQkv startup.lua")
- term.setTextColor(colors.orange)
- print("...Create sounds...")
- shell.run("mkdir", "sounds")
- shell.setDir("sounds")
- shell.run("wget", "\"https://drive.usercontent.google.com/u/0/uc?id=18VYBNHwXC_vxAkg5VgmG_JfXnrYoyVUp&export=download\" icq_sms-1.dfpwm")
- shell.run("wget", "\"https://drive.usercontent.google.com/u/0/uc?id=1XuTgHdKV8rEe6ZMoN59eq3I0KXMEfHse&export=download\" startup-sound.dfpwm")
- shell.run("cd", "..")
- term.setTextColor(colors.yellow)
- print("")
- print("Chat application installed successfully")
- print("")
- term.setTextColor(colors.white)
- shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment