This repository was archived by the owner on Feb 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathorzyyb.js
More file actions
62 lines (60 loc) · 3.95 KB
/
Copy pathorzyyb.js
File metadata and controls
62 lines (60 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
function orzyyb() {
document.getElementById("mainarea").innerHTML=photo1+"\
<span style=\"font-size: 48px;color: #FF0000\">YYB是我们的红太阳,没有他我们会死!</span>\
</p>\
<div id=\"orz\" align=\"center\"><p align=\"center\">\
<button style=\"font-size: 30px; color: #FF0000\" onclick=\"orzorz()\">\
点击膜拜\
</button>\
</div>\
";
}
function orzorz() {
document.getElementById("orz").innerHTML="\
<p style=\"margin:10px\">\
<span style=\"font-size: 40px; color: #FF0000\">\
膜拜成功!\
<br>\
yyb又变强了!\
</span>\
</p>\
<p style=\"margin:10px; font:10px/7px monospace;background:white;\">\
"+photo2+"\
<br>\
</p>\
<!--img border=\"0\" src=\"https://xzz-233.github.io/orzyyb/yybakioi.gif\"-->\
<br>\
<button style=\"font-size: 24px\" onclick=\"ORZINF()\" id=\"orzbutton\">继续膜拜1次</button>\
<div style=\"font-size: 50px;background:rgba(255,255,255,0.7);width:auto\" id=\"orzTimes\"></div>\
<div style=\"font-size: 40px;color:red\" id=\"yybsays\"></div>\
<div style=\"font-size: 20px;height:30px\" id=\"yybsays2\"></div>\
";
document.title="orz YYB!";
}
var orzCount=0,orzDelta=1,says2_restTime=0;
var sayslist=new Array("你个菜逼我今天AK了","NOI怎么这么水啊,这不是用来随手AK的吗","ZSY你个菜逼虽然我要和你在一起但是你还是好菜啊","你怎么还在乱膜啊???你快吸掉我RP的0.000000001‰了","今天考试又是三个傻逼题,我不仅AK了还把2048玩到了2^1000000","怎么我出的题全场爆零啊,我以为会有人负分的啊","你们还是naive,我怎么可能不AK?","今天题真的水,你们不AK的都退役吧");
function ORZINF() {
var says2_restTime_Default=50;
orzCount+=orzDelta;
document.getElementById("orzTimes").innerHTML='OrzYYB!*'+orzCount;
//document.getElementById("yybsays").innerHTML='YYB:'+sayslist[Math.floor(Math.random()*sayslist.length)];
--says2_restTime;
if(says2_restTime==0)document.getElementById("yybsays2").innerHTML="";
if(orzCount==1)document.getElementById("yybsays2").innerHTML='YYB:诶又有一个来膜拜我的,来吧来吧继续膜',says2_restTime=says2_restTime_Default;
if(orzCount==2)document.getElementById("yybsays2").innerHTML='YYB:你们还是naive,我又AK了',says2_restTime=says2_restTime_Default;
if(orzCount==10)document.getElementById("yybsays2").innerHTML='YYB:虽然我是大佬,但是你这样一直膜我是会掉RP的',says2_restTime=says2_restTime_Default;
if(orzCount==20)document.getElementById("yybsays2").innerHTML='YYB:MDZZ你怎么还在膜信不信我把你从5楼扔下去',says2_restTime=says2_restTime_Default;
if(orzCount==50)document.getElementById("yybsays2").innerHTML='YYB:没错我就是这么强,让你好好膜',says2_restTime=says2_restTime_Default;
if(orzCount==50)orzDelta=5,document.getElementById("orzbutton").innerHTML="继续膜拜"+orzDelta+"次";
if(orzCount==1000)document.getElementById("yybsays2").innerHTML='YYB:你真棒,我感受到了我又变强了,让你一次多膜一点',says2_restTime=says2_restTime_Default;
if(orzCount>=1000) {
orzDelta=Math.floor(Math.random()*100+5);
document.getElementById("orzbutton").innerHTML="继续膜拜"+orzDelta+"次";
}
if(orzCount>=10000) {
document.getElementById("mainarea").innerHTML="<h1 style=\"color:red\" align=\"center\">YYB:你这个辣鸡,怎么天天膜我?<br>我还要去THU吊打集训队,还要去MIT秒题<br>(YYB说着走起了路准备离开)</h1><br><br><div id=\"walkyyb\" align=\"center\"><img src=\"walkyyb.gif\"/></div><br><button style=\"font-size: 24px\" onclick=\"last_orz()\" id=\"lastorz\">继续膜拜...</button>";
}
}
function last_orz() {
document.getElementById("mainarea").innerHTML="<h1 style=\"color:red\">YYB:你怎么回事小老弟???<br>你被YYB秒了<br><br>被秒乃蒟蒻常事<br>请蒟蒻重新来过!<br><img src=\"yyb-win.gif\"/></h1>";
}