-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcmds.json
9 lines (9 loc) · 1.69 KB
/
cmds.json
1
2
3
4
5
6
7
8
9
{
"man":"creatTable('>>>>>>>>>>>>CMDs>>>>>>>>>>>>>');creatTable('>Hello: Jump to %Mystery%.');creatTable('>sudo su: Login as root.');creatTable('>su guest: Login as guest.');creatTable('>bgp: Change the background picture.');creatTable('>xdmy: Change the background picture.');creatTable('>>>>>>>>>>>>CMDs>>>>>>>>>>>>>');",
"Hello":"window.open(\"https://bbs.xdmy.club/\");creatTable('>Connecting to %Mystery%');creatTable('>Connection finish')",
"sudo_halt":"window.opener=null;window.close();",
"bgp":"document.getElementsByClassName('background')[0].style.backgroundImage='url(../img/bgp.png)';document.getElementsByClassName('background')[1].style.backgroundImage='url(../img/bgp.png)';",
"xdmy":"document.getElementsByClassName('background')[0].style.backgroundImage='url(../img/xdmy.png)';document.getElementsByClassName('background')[1].style.backgroundImage='url(../img/xdmy.png)';",
"sudo_su":"var l=document.createElement('style');l.innerText='.content__container:before {content: \\'[ #\\';position: absolute;left: 0;color: #ff0000;}';document.body.appendChild(l);var s=document.createElement('style');s.innerText='.content__container:after {content: \\'_ ]\\';position: absolute;right: 0;color: #ff0000;}';document.body.appendChild(s);user = 'root';creatTable('>Login account: root')",
"su_guest":"var l=document.createElement('style');l.innerText='.content__container:before {content: \\'[ $\\';position: absolute;left: 0;color: #16a085;}';document.body.appendChild(l);var s=document.createElement('style');s.innerText='.content__container:after {content: \\'_ ]\\';position: absolute;right: 0;color: #16a085;}';document.body.appendChild(s);user = 'guest';creatTable('>Login account: guest')"
}