Advertisement
Guest User

raw Yuki-chan

a guest
May 6th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.93 KB | None | 0 0
  1. this.textBox.text = this.hours + ":" + this.minutes + ":" + this.seconds;
  2. if (this.day == 5 && this.hours < 24 && this.hours > 20)
  3. {
  4. this.loveBox.text = "Shouldn\'t you be going out with friends, Anonymouse?";
  5. }
  6. else if (this.hours > 1 && this.hours < 4)
  7. {
  8. this.loveBox.text = "I think you should go to bed, Anonymouse";
  9. }
  10. else if (this.day == 1 && (this.hours > 10 && this.hours < 14))
  11. {
  12. this.loveBox.text = "Shouldn\'t you be doing something else now, Anon?";
  13. }
  14. else if (this.day == 5 && this.date == 13)
  15. {
  16. this.loveBox.text = "Be careful Anonymouse, today is Friday the 13th.";
  17. }
  18. else if (this.date == 1 && this.month == 0 && this.hours < 2)
  19. {
  20. this.loveBox.text = "Happy New Year Anon!";
  21. }
  22. else if (this.date == 31 && this.month == 11 && this.hours < 24 > 20)
  23. {
  24. this.loveBox.text = "It\'s almost New Years, Anon!";
  25. }
  26. else if (this.date == 4 && this.month == 0)
  27. {
  28. this.loveBox.text = "Here\'s a bit of trivia:\nToday is trivia day.";
  29. }
  30. else if (this.date == 10 && this.month == 0)
  31. {
  32. this.loveBox.text = "Today is houseplant appreciation day, remember to take care of and love your houseplants";
  33. }
  34. else if (this.date == 19 && this.month == 0)
  35. {
  36. this.loveBox.text = "Martin Luther King\'s birthday is today.";
  37. }
  38. else if (this.date == 25 && this.month == 0)
  39. {
  40. this.loveBox.text = "Today is NOT opposite day!";
  41. }
  42. else if (this.date == 26 && this.month == 0)
  43. {
  44. this.loveBox.text = "G\'day mate, today is Australia day.";
  45. }
  46. else if (this.date == 12 && this.month == 1)
  47. {
  48. this.loveBox.text = "Abraham Lincoln\'s birthday is today.";
  49. }
  50. else if (this.date == 14 && this.month == 1)
  51. {
  52. this.loveBox.text = "Anonymouse.. will you be my valentine?";
  53. }
  54. else if (this.date == 15 && this.month == 1)
  55. {
  56. this.loveBox.text = "Today is your day Anon! It\'s singles awareness day.";
  57. }
  58. else if (this.date == 8 && this.month == 2)
  59. {
  60. this.loveBox.text = "Today is international (working) women\'s day";
  61. }
  62. else if (this.date == 17 && this.month == 2)
  63. {
  64. this.loveBox.text = "Everyone is a little Irish on Saint Patrick\'s day.";
  65. }
  66. else if (this.date == 1 && this.month == 3)
  67. {
  68. this.loveBox.text = "Pull my finger..";
  69. }
  70. else if (this.date == 4 && this.month == 4)
  71. {
  72. this.loveBox.text = "May the fourth be with you.";
  73. }
  74. else if (this.date == 5 && this.month == 4)
  75. {
  76. this.loveBox.text = "Today is Cinco de Mayo.";
  77. }
  78. else if (this.day == 0 && this.date < 15 > 7 && this.month == 4)
  79. {
  80. this.loveBox.text = "Don\'t forget, it\'s mothersday today, Anonymouse.";
  81. }
  82. else if (this.day == 0 && this.date < 22 > 14 && this.month == 5)
  83. {
  84. this.loveBox.text = "Father\'s day is today.";
  85. }
  86. else if (this.date == 21 && this.month == 8)
  87. {
  88. this.loveBox.text = "Be nice, it\'s international peace day!";
  89. }
  90. else if (this.date == 16 && this.month == 9)
  91. {
  92. this.loveBox.text = "Today is boss\'s day.";
  93. }
  94. else if (this.date == 31 && this.month == 9)
  95. {
  96. this.loveBox.text = "Happy Halloween!";
  97. }
  98. else if (this.date == 25 && this.month == 11)
  99. {
  100. this.loveBox.text = "Merry Christmas!";
  101. }
  102. else
  103. {
  104. switch(this.tempSeconds)
  105. {
  106. case 0:
  107. {
  108. this.loveBox.text = "Have a nice day, Anonymouse!";
  109. this.emoBox.text = "";
  110. break;
  111. }
  112. case 1:
  113. {
  114. this.loveBox.text = "I\'m feeling kind of lonely.\nWill you spend time with me, Anon?";
  115. this.emoBox.text = "";
  116. break;
  117. }
  118. case 2:
  119. {
  120. this.loveBox.text = "Don\'t drink your troubles away, Anonymouse.";
  121. this.emoBox.text = "";
  122. break;
  123. }
  124. case 3:
  125. {
  126. this.loveBox.text = "Please calm down.";
  127. this.emoBox.text = "";
  128. break;
  129. }
  130. case 4:
  131. {
  132. this.loveBox.text = "Are you eating healthy, Anonymouse?";
  133. this.emoBox.text = "";
  134. break;
  135. }
  136. case 5:
  137. {
  138. this.loveBox.text = "Things are going to be okay.";
  139. this.emoBox.text = "";
  140. break;
  141. }
  142. case 6:
  143. {
  144. this.loveBox.text = "I love you, Anonymouse!";
  145. this.emoBox.text = "";
  146. break;
  147. }
  148. case 7:
  149. {
  150. this.loveBox.text = "Make every minute count, Anonymouse.";
  151. this.emoBox.text = "";
  152. break;
  153. }
  154. case 8:
  155. {
  156. this.loveBox.text = "Come see me anytime.";
  157. this.emoBox.text = "";
  158. break;
  159. }
  160. case 9:
  161. {
  162. this.loveBox.text = "Remember to brush your teeth, Anonymouse!";
  163. this.emoBox.text = "";
  164. break;
  165. }
  166. case 10:
  167. {
  168. this.loveBox.text = "Are you enjoying yourself?";
  169. this.emoBox.text = "";
  170. break;
  171. }
  172. case 11:
  173. {
  174. this.loveBox.text = "Take good care of yourself, Anonymouse.";
  175. this.emoBox.text = "";
  176. break;
  177. }
  178. case 12:
  179. {
  180. this.loveBox.text = "You can do anything if you put your mind to it.";
  181. this.emoBox.text = "";
  182. break;
  183. }
  184. case 13:
  185. {
  186. this.loveBox.text = "Hang in there Anon!";
  187. this.emoBox.text = "";
  188. break;
  189. }
  190. case 14:
  191. {
  192. this.loveBox.text = "What matters most is how you see yourself.";
  193. this.emoBox.text = "";
  194. break;
  195. }
  196. case 15:
  197. {
  198. this.loveBox.text = "Are you alright?";
  199. this.emoBox.text = "";
  200. break;
  201. }
  202. case 16:
  203. {
  204. this.loveBox.text = "Let\'s be friends!";
  205. this.emoBox.text = "";
  206. break;
  207. }
  208. case 17:
  209. {
  210. this.loveBox.text = "I love you, Anonymouse!";
  211. this.emoBox.text = "";
  212. break;
  213. }
  214. case 18:
  215. {
  216. this.loveBox.text = "You can come here anytime, Anonymouse.";
  217. this.emoBox.text = "";
  218. break;
  219. }
  220. case 19:
  221. {
  222. this.loveBox.text = "You can overcome anything!";
  223. this.emoBox.text = "";
  224. break;
  225. }
  226. case 20:
  227. {
  228. this.loveBox.text = "Don\'t worry about a thing.";
  229. this.emoBox.text = "";
  230. break;
  231. }
  232. case 21:
  233. {
  234. this.loveBox.text = "Is something the matter?";
  235. this.emoBox.text = "";
  236. break;
  237. }
  238. case 22:
  239. {
  240. this.loveBox.text = "Please notice me, senpai!";
  241. this.emoBox.text = "";
  242. break;
  243. }
  244. case 23:
  245. {
  246. this.loveBox.text = "I love you, Anonymouse!";
  247. this.emoBox.text = "";
  248. break;
  249. }
  250. case 24:
  251. {
  252. this.loveBox.text = "Everyting will be fine.";
  253. this.emoBox.text = "";
  254. break;
  255. }
  256. case 25:
  257. {
  258. this.loveBox.text = "I love you, Anonymouse!";
  259. this.emoBox.text = "";
  260. break;
  261. }
  262. case 26:
  263. {
  264. this.loveBox.text = "Don\'t be sad because of people - they will all die.";
  265. this.emoBox.text = "";
  266. break;
  267. }
  268. case 27:
  269. {
  270. this.loveBox.text = "Relax.";
  271. this.emoBox.text = "";
  272. break;
  273. }
  274. case 28:
  275. {
  276. this.loveBox.text = "Be selective in your battles sometimes peace is better than being right.";
  277. this.emoBox.text = "";
  278. break;
  279. }
  280. case 29:
  281. {
  282. this.loveBox.text = "I love you senpai!";
  283. this.emoBox.text = "";
  284. break;
  285. }
  286. case 30:
  287. {
  288. this.loveBox.text = "Take a chance once in a while.";
  289. this.emoBox.text = "";
  290. break;
  291. }
  292. case 31:
  293. {
  294. this.loveBox.text = "I love you, Anonymouse!";
  295. this.emoBox.text = "";
  296. break;
  297. }
  298. case 32:
  299. {
  300. this.loveBox.text = "Be wild.";
  301. this.emoBox.text = "";
  302. break;
  303. }
  304. case 33:
  305. {
  306. this.loveBox.text = "Everything will be okay.";
  307. this.emoBox.text = "";
  308. break;
  309. }
  310. case 34:
  311. {
  312. this.loveBox.text = "C\'mere for a big hug!";
  313. this.emoBox.text = "";
  314. break;
  315. }
  316. case 35:
  317. {
  318. this.loveBox.text = "Live every day like it\'s your last.";
  319. this.emoBox.text = "";
  320. break;
  321. }
  322. case 36:
  323. {
  324. this.loveBox.text = "If you do not step forward you will always be in the same place.";
  325. this.emoBox.text = "";
  326. break;
  327. }
  328. case 37:
  329. {
  330. this.loveBox.text = "I love you, Anonymouse!";
  331. this.emoBox.text = "";
  332. break;
  333. }
  334. case 38:
  335. {
  336. this.loveBox.text = "Life isn\'t about waiting for the storm to pass, it\'s about learning to dance in the rain.";
  337. this.emoBox.text = "";
  338. break;
  339. }
  340. case 39:
  341. {
  342. this.loveBox.text = "If you do not ask, the answer will always be no.";
  343. this.emoBox.text = "";
  344. break;
  345. }
  346. case 40:
  347. {
  348. this.loveBox.text = "If you don\'t go after what you want, you\'ll never have it.";
  349. this.emoBox.text = "";
  350. break;
  351. }
  352. case 41:
  353. {
  354. this.loveBox.text = "I\'ll always be here for you, Anonymouse!";
  355. this.emoBox.text = "";
  356. break;
  357. }
  358. case 42:
  359. {
  360. this.loveBox.text = "You can\'t stop the waves but you can learn to surf.";
  361. this.emoBox.text = "";
  362. break;
  363. }
  364. case 43:
  365. {
  366. this.loveBox.text = "Don\'t give up, the beginning is always the hardest.";
  367. this.emoBox.text = "";
  368. break;
  369. }
  370. case 44:
  371. {
  372. this.loveBox.text = "Storms make trees take deeper roots.";
  373. this.emoBox.text = "";
  374. break;
  375. }
  376. case 45:
  377. {
  378. this.loveBox.text = "It will never rain roses when we want to have more roses we must plant more roses.";
  379. this.emoBox.text = "";
  380. break;
  381. }
  382. case 46:
  383. {
  384. this.loveBox.text = "Life is like a bicycle to keep your balance you must keep on moving.";
  385. this.emoBox.text = "";
  386. break;
  387. }
  388. case 47:
  389. {
  390. this.loveBox.text = "Every failure is a lesson.";
  391. this.emoBox.text = "";
  392. break;
  393. }
  394. case 48:
  395. {
  396. this.loveBox.text = "A journey of a thousand miles begins with a single step.";
  397. this.emoBox.text = "";
  398. break;
  399. }
  400. case 49:
  401. {
  402. this.loveBox.text = "Enjoy the little things for one day you\'ll realize they were the big things.";
  403. this.emoBox.text = "";
  404. break;
  405. }
  406. case 50:
  407. {
  408. this.loveBox.text = "Stop letting those who do so little for you control so much of you.";
  409. this.emoBox.text = "";
  410. break;
  411. }
  412. case 51:
  413. {
  414. this.loveBox.text = "Begin doing what you want to do now. We are not living in eternity.";
  415. this.emoBox.text = "";
  416. break;
  417. }
  418. case 52:
  419. {
  420. this.loveBox.text = "Hardships often prepare ordinary people for an extraordinary destiny.";
  421. this.emoBox.text = "";
  422. break;
  423. }
  424. case 53:
  425. {
  426. this.loveBox.text = "Good deeds will make you feel happy.";
  427. this.emoBox.text = "";
  428. break;
  429. }
  430. case 54:
  431. {
  432. this.loveBox.text = "No matter how slow you go you are still lapping everybody on the couch.";
  433. this.emoBox.text = "";
  434. break;
  435. }
  436. case 55:
  437. {
  438. this.loveBox.text = "Come see me anytime, Anonymouse.";
  439. this.emoBox.text = "";
  440. break;
  441. }
  442. case 56:
  443. {
  444. this.loveBox.text = "Try to do something nice for others once a day.";
  445. this.emoBox.text = "";
  446. break;
  447. }
  448. case 57:
  449. {
  450. this.loveBox.text = "Do the best you can until you know better.\nThen when you know better, do better.";
  451. this.emoBox.text = "";
  452. break;
  453. }
  454. case 58:
  455. {
  456. this.loveBox.text = "The pleasure of success feels best after the pain of failure.";
  457. this.emoBox.text = "";
  458. break;
  459. }
  460. case 59:
  461. {
  462. this.loveBox.text = "I\'m glad you\'re here Anonymouse.";
  463. this.emoBox.text = "";
  464. }
  465. default:
  466. {
  467. break;
  468. }
  469. }
  470. }
  471. this.loveBox.setTextFormat(this.format);
  472. this.emoBox.setTextFormat(this.format);
  473. return;
  474. }// end function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement