This repository was archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (112 loc) · 6.86 KB
/
index.html
File metadata and controls
127 lines (112 loc) · 6.86 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122657923-2">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122657923-2');
</script>
<title>Guess the Build Word List Solver</title>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta content="Guess the Build Solver is a word list tool that allows the user to input hints and a list of all the possible words will appear." name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="notranslate" name="google">
<meta name="keywords" content="guess the build, cheat, solver, hypixel, guess the build cheat, guess the build list, list">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700,300italic,400italic,500italic,700italic' rel='stylesheet prefetch'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic' rel='stylesheet prefetch'>
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,500,600,700,900' rel='stylesheet prefetch'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic' rel='stylesheet prefetch'>
<link href='https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic' rel='stylesheet prefetch'>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link href="font/stylesheet.css" media="screen" rel="stylesheet" type="text/css">
<!-- External Links -->
<link href='./favicon.ico' rel='shortcut icon' type='image/x-icon'>
<link href='assets/theme.css' rel='stylesheet prefetch'>
<link href="assets/style.css" rel="stylesheet">
<!-- Scripts -->
<script>
document.documentElement.setAttribute('data-theme','book') // set theme from theme.css
</script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="./wordlist/wordlist.js"></script> <!-- loads the words -->
</head>
<body>
<!--NAVIGATION BAR-->
<section class="navigation">
<div class="nav-container">
<div class="brand">
<a href="https://gtb.yangciou.com">Guess the Build Solver</a>
</div>
<nav>
<div class="nav-mobile">
<a href="#!" id="nav-toggle"><span></span></a>
</div>
<ul class="nav-list">
<li id="help-btn">
<a href="#help">Help & Usage</a>
</li>
<li>
<a href="https://goo.gl/forms/2dz2vt0o448eqJjp1" target="_blank">Missing Word(s)?</a>
</li>
<li>
<a href="https://yangciou.com/contact" target="_blank">Contact</a>
</li>
</ul>
</nav>
</div>
</section>
<h2 class="center" style="color: white;">Guess the Build Word List Solver</h2>
<h5 class="bold underline" style="text-align: center;">What is this?</h5>
<p>Guess the Build Solver is a word list cheat for all the themes on the Hypixel gamemode. <br>By entering the hints given at the 90 second mark, <br>the solver will return a list of all the possible words for that hint combination.<br>For more information, click the "Help & Usage" button above.</p>
<p>Simply enter the hints in the textbox, including underscores(_).<br>
Tip: For spaces, do not use an underscore for better results.</p>
<p class="bold center">You currently have: <span id="count">0</span> characters.</p>
<form>
<input id="input" name="username" placeholder="Start entering the hints here." type="text">
</form>
<div id="result"></div>
<!-- Help Modal -->
<div class="modal" id="help-modal">
<div class="modal-content">
<div class="modal-header">
<span class="modal-close" id="help-modal-close">×</span>
<p class="modal-title contentfont" id="help-modal-title"><b>Help & Usage</b></p>
</div>
<div class="modal-body">
<ul class="center-div contentfont" style="list-style-type: none; margin: -25px -45px;">
<li id="about"><font size="5px"><strong><u>Guess the Build Solver Cheat Theme List Hack</u></strong></font></li>
<li style="color: red";><strong>***This website is no longer being maintained.<br><br>The code is open source, if you wish to continue using this, <a style="color: blue;"href="https://github.com/oycyc/GTB-Solver" target="_blank" rel="noopener">you can download the code on GitHub</a> and add onto the wordlist/wordlist.js file & open index.html.***</strong></li><br>
Guess the Build Solver is a tool that will help the user solve<br>
Guess the Build Theme Puzzles more easily by entering the hints given.<br>
Learn more by continuing reading.</li>
<li id="usage"><font size="5px"><strong><u>Usage</u></strong></font></li>
<li>Simply enter the hints in the textboxes as they appear in the game.<br>
Words that matches the hints will be automatically shown in the results section.</li>
<li>Try all the words in the list and you'll end up guessing what it is.<br>
Out of the list, you should guess which one looks like the build first.<br>
<strong>*coming soon*</strong> You can also click on the word to copy it to the clipboard.</li>
<li style="list-style: none; display: inline">
<div class="center-div contentfont"><b>Example:</b></div>
<div class="center-div contentfont"><b>You can place your browser and game like this</b> <img src="./example.png" width="80%"></div>
</li>
<li>Keep in mind that not all words are known, hence, if you find a word not on the list,<br>
please let me know by <a href="https://goo.gl/forms/2dz2vt0o448eqJjp1" target="_blank">clicking here</a> or clicking the "Missing Word(s)" tab.
</li>
<li><br>
Should you have any suggestions, questions, or require any assistance using this tool, feel free to contact me by clicking on the tab that says "Contact."</li>
</ul>
</div>
</div>
</div>
<footer>
<strong style="font-size: 26px; color: #8b0000;" >This website is no longer being updated as of late 2020. I haven't played this game years so I haven't been maintaining it.<br><br>The code is open source, if you wish to continue using this, <a style="color: blue;"href="https://github.com/oycyc/GTB-Solver" target="_blank" rel="noopener">you can download the code on GitHub</a> and add onto the <code>wordlist/wordlist.js</code> file & open <code>index.html</code> on a browser.<br>Feel free to contact me <a href = "mailto: me@yangciou.com">me@yangciou</a> if there's any problems.</strong>
</footer>
<script type="text/javascript" src="assets/script.js"></script>
</body>
</html>