- 精华
- 阅读权限
- 110
- 贡献
- 人
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2022-12-21
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2025-12-27 13:23:58
|
显示全部楼层
4. 不知道虚拟机密码, 想要diy修改技能, 装备, 掉落等的, 可能需要自行寻找或破解密码. 如果有知道密码的, 希望能够不吝分享, 回帖说明一下, 我会置顶, 以帮助更多天龙人.
在windows Server 里面找到root密码:1025864138
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "ssh -p22 [email protected]",9
WScript.Sleep(1000)
WshShell.SendKeys "spark{enter}"
WshShell.SendKeys "1025864138{enter}"
WScript.Sleep(500)
WshShell.SendKeys "cd /home/tlbb && ./run.sh{enter}" |
|