-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhacking.html
144 lines (143 loc) · 5.66 KB
/
hacking.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
---
layout: default
donotlinkback: true
title: RobCo Terminal
favicon: hacking-favicon.ico
summary: Fallout Terminal Hacking Minigame
background: robco-revisited-beauty.png
nobackground: true
category: "project"
nopresets: true
inline_css:
- hacking
custom_js:
- /assets/js/hacking.js
custom_preconnect:
- jetroid-hacking.herokuapp.com
---
<img id="terminal" src="/assets/images/svg/terminal.svg">
<div id="information">
<div id="information-header">
<span id="information-expand-shrink" class="chevron" onclick="maximiseInfo();"></span>
<span id="information-mute-unmute" class="speaker-container" onclick="mute();">
<span class="speaker"></span>
</span>
<a id="information-anchor" href="https://twitter.com/JetroidMakes/">
<div id="information-image-container" class="image-container">
<div id="information-image-color" class="image-color">
<img id="information-image" style="background-image: url('/assets/images/rsz_me.png')">
</div>
</div>
<p id="information-by">by <em id="information-em">Jet Holt</em></p>
</a>
<span id="information-hide" class="close" onclick="hideInfo();"></span>
</div>
<div id="information-text">
<p>
<span itemprop=”description”>Fallout Terminal Hacking Minigame by Jet Holt.</span>
Successfully completing the minigame reveals the posts from my <a href="https://jetholt.com/">website</a>.
I'm not in any way affiliated with Bethesda or Zenimax. I can be contacted
<script type="text/javascript" language="javascript">
ML="hl/j< air\"@ocemf:=>.t";
MI="46508=?A9>671D;@0=11;:3=D0;1DC<;>9B0=8=426B";
OT="";
for(j=0;j<MI.length;j++){
OT+=ML.charAt(MI.charCodeAt(j)-48);
}document.write(OT);
</script> if there are any issues.
</p>
<div class="social-links">
<a href="https://twitter.com/JetroidMakes">{% include logos/twitter.html %}</a>
<a href="https://www.instagram.com/jetroidmakes/">{% include logos/instagram.html %}</a>
<a href="https://github.com/Jetroid/">{% include logos/github.html %}</a>
</div>
</div>
</div>
<div id="effects-wrapper">
<div id="effects1">
<div id="effects2">
<div id="please-rotate" class="portrait">
<p>Note: This application looks nicer in landscape.</p>
<p>Begin</p>
</div>
<div id="click-to-start" class="landscape">
<p>Begin</p>
</div>
<div id="loading" class="hidden">
<p class="activeCommandPrompt"></p><!-- Dummy p element - each p below needs to refer to a previousSibling :)
Lots of comments here because:
https://stackoverflow.com/a/5078297/6822172
!--><p id="loading-welcome" class="cp"></p><!--
!--><p id="loading-firsttype" class="cp"></p><!--
!--><p id="loading-terminalmodel" class="cp"></p><!--
!--><p id="loading-secondtype" class="cp"></p><!--
!--><p id="loading-thirdtype" class="cp"></p><!--
!--><p id="loading-information" class="cp"></p><!--
!--><p id="loading-fourthtype" class="cp"></p><!--
!--><span id="cp-cursor" class="cursor-off">█</span>
</div>
<div id="hacking" class="hidden">
<div>
<p id="termlink" class="activeCommandPrompt"> </p><!--
!--><p id="message" class="activeCommandPrompt"> </p><!--
!--><p class="activeCommandPrompt"><span id="attemptstext"></span><span id="attemptsblocks"></span><span id="attemptsnewline"></p><!--
!--><span id="hack-cursor1" class="cursor-off">█</span>
</div>
<div id="rest">
<p id="hacking-symbols" onmouseleave="clearEntry()"></p><div class="results content">
<p id="feedback"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>
<p><br></p>
<p id="minigame-prompt" class="hidden"> ><span id="entry"></span><span id="hack-cursor2" class="cursor-flash">█</span></p>
</div>
</div>
</div>
<div id="loggedin" class="hidden">
<div id="os-header">
<p>ROBCO INDUSTRIES UNIFIED OPERATING SYSTEM</p>
<p>COPYRIGHT 2075-2077 ROBCO INDUSTRIES</p>
<p>-Server 4-</p>
<p id="welcome"><br>Today's Date: <span id="todays-date"></span></p>
<div id="divider"></div>
</div>
<div id="blog-posts">
<!-- Content inserted by JS !-->
</div>
<article id="post-container" class="post hidden">
<!-- Content inserted by JS !-->
</article>
<div id="loggedin-prompt">
> <span id="loggedin-prompt-text">Password Accepted.</span><span id="loggedin-prompt-cursor" class="cursor-flash">█</span>
</div>
</div>
</div>
</div>
</div>
<div id="terminal-sounds">
<audio id="login" src="/assets/sounds/hacking/login.wav"></audio>
<audio id="incorrect" src="/assets/sounds/hacking/incorrect.wav"></audio>
<audio id="correct" src="/assets/sounds/hacking/correct.wav"></audio>
<audio id="enter" src="/assets/sounds/hacking/enter1.wav"></audio>
<audio id="locked" src="/assets/sounds/hacking/locked.wav"></audio>
<audio id="key1" src="/assets/sounds/hacking/key1.wav"></audio>
<audio id="key2" src="/assets/sounds/hacking/key2.wav"></audio>
<audio id="key3" src="/assets/sounds/hacking/key3.wav"></audio>
<audio id="key4" src="/assets/sounds/hacking/key4.wav"></audio>
<audio id="key5" src="/assets/sounds/hacking/key5.wav"></audio>
<audio id="key6" src="/assets/sounds/hacking/key6.wav"></audio>
<audio id="key7" src="/assets/sounds/hacking/key7.wav"></audio>
<audio id="tick" src="/assets/sounds/hacking/click.wav"></audio>
<audio id="hum1" src="/assets/sounds/hacking/hum1.wav"></audio>
<audio id="hum2" src="/assets/sounds/hacking/hum2.wav"></audio>
<audio id="print" src="/assets/sounds/hacking/print.wav"></audio>
</div>
<script>
var posts = [
{% for post in site.posts %}
{
title: "{{ post.title }}",
date: '{{ post.date | date: "%Y" | plus: 60 }}{{ post.date | date: "-%m-%d" }}',
url: "{{ post.url }}"
},
{% endfor %}
];
</script>