minecraft吧 关注:2,569,484贴子:32,091,605
  • 5回复贴,共1

【教程贴】教你给OpenComputers里面的OpenOS加密码以及改动名字

取消只看楼主收藏回复

我又来水贴了成果镇楼
视频来自:www.aipai.com


IP属地:江西1楼2016-04-08 17:40回复
    至于改系统名字,不用我多说,打开Computer里面的init.lua,吧第二行后面的OpenOS 1.5改成你想要的名字(记住一定要卸载双引号中间!)


    IP属地:江西7楼2016-04-08 17:49
    收起回复
      2026-01-25 01:28:43
      广告
      不感兴趣
      开通SVIP免广告
      密码改动就是在Computer里面写一个autorun.lua,里面的内容是:
      local gpu = require("component").gpu
      local term = require("term")
      local unicode = require("unicode")
      local computer = require("computer")
      gpu.setBackground(0x00FF00)
      x, y = gpu.getResolution()
      gpu.fill(1, 1, x, y, " ")
      gpu.setForeground(0xFF0000)
      term.setCursor(1, 1)
      print("此处改为你的系统名字"..unicode.char(25805, 20316, 31995, 32479))
      io.write(unicode.char(35831, 36755, 20837, 23494, 30721, 65306))
      term.setCursorBlink(false)
      gpu.setForeground(0x00FF00)
      pswd = io.read()
      term.setCursorBlink(true)
      gpu.setForeground(0xFF0000)
      if(pswd == "此处改为你的密码") then
      gpu.setBackground(0x000000)
      gpu.setForeground(0xFFFFFF)
      term.clear()
      print(unicode.char(27426, 36814, 20351, 29992).."MineHat")
      else
      computer.beep(1000, 1)
      computer.shutdown()
      end


      IP属地:江西9楼2016-04-08 17:51
      收起回复
        然后就没了


        IP属地:江西10楼2016-04-08 17:53
        回复
          说看不清的 链接:http://pan.baidu.com/s/1geMk5Rd 密码:jwaw


          IP属地:江西14楼2016-04-08 18:00
          回复
            自顶


            IP属地:江西16楼2016-04-08 18:08
            回复