Skip to content

Commit

Permalink
hobo
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Nov 28, 2024
1 parent 520e55b commit c6f4da3
Show file tree
Hide file tree
Showing 9 changed files with 712 additions and 8 deletions.
16 changes: 8 additions & 8 deletions static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,49 +589,49 @@
},
{
"name": "Hextris",
"url": "/misc/hextris/index.html",
"url": "/misc/play/hextris.html",
"image": "/misc/hextris/images/icons/apple-touch-512.png",
"usesProxy": false
},
{
"name": "Hobo",
"url": "/misc/flash/index.html?swf=hobo.swf",
"url": "/misc/play/hobo.html",
"image": "/misc/flash/img/hobo.webp",
"usesProxy": false
},
{
"name": "Hobo 2",
"url": "/misc/flash/index.html?swf=hobo-2.swf",
"url": "/misc/play/hobo2.html",
"image": "/misc/flash/img/hobo2.jpeg",
"usesProxy": false
},
{
"name": "Hobo 3",
"url": "/misc/flash/index.html?swf=hobo-3.swf",
"url": "/misc/play/hobo3.html",
"image": "/misc/flash/img/hobo3.jpeg",
"usesProxy": false
},
{
"name": "Hobo 4",
"url": "/misc/flash/index.html?swf=hobo-4.swf",
"url": "/misc/play/hobo4.html",
"image": "/misc/flash/img/hobo4.jpeg",
"usesProxy": false
},
{
"name": "Hobo 5",
"url": "/misc/flash/index.html?swf=hobo-5.swf",
"url": "/misc/play/hobo5.html",
"image": "/misc/flash/img/hobo5.jpeg",
"usesProxy": false
},
{
"name": "Hobo 6",
"url": "/misc/flash/index.html?swf=hobo-6.swf",
"url": "/misc/play/hobo6.html",
"image": "/misc/flash/img/hobo6.webp",
"usesProxy": false
},
{
"name": "Hobo 7",
"url": "/misc/flash/index.html?swf=hobo-7.swf",
"url": "/misc/play/hobo7.html",
"image": "/misc/flash/img/hobo7.jpeg",
"usesProxy": false
},
Expand Down
88 changes: 88 additions & 0 deletions static/misc/play/hextris.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<script src="/assets/js/font.js"></script>
<meta name="google" content="notranslate" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/nav.css?v=3" />
<title>Google</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rednotsus" />
<meta http-equiv="Cache-control" content="public">
<meta charset="utf-8">
<meta name="description"
content="Canvas LMS is an open and reliable web-based software that allows institutions to manage digital learning, educators to create and present online learning materials and assess student learning, and students to engage in courses and receive feedback about skill development and learning achievement." />
<meta name="keywords"
content="unblocked games, 55gms tk, 55gms, reds exploit corner, games, unblocked, site, lanier, lanier middle school, gg, Minecraft, discord, chromebook, chromeos, rednotsus, vanillacraft, eaglercraft unblocked, resent client unblocked, fun, cool, proxy, slope unblocked, free, unblocked monkey mart, 555gms, 5gms, school" />
<link rel="stylesheet" href="/assets/css/gameframe.css" />
<script src="/assets/js/script.js?v=11"></script>
</head>

<body>
<nav>
<div class="navbar">
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-tv">&nbsp;</i>Media</a>
<a href="/p"><i class="fa-solid fa-magnifying-glass">&nbsp;</i>Search</a>
<a href="/e"><i class="fa-solid fa-robot"></i>&nbsp;</i>AI</a>
<a href="/s"><i class="fa-solid fa-gears">&nbsp;</i>Settings</a>
<a href="/profile"><i class="fa-solid fa-user"></i></a>
</div>
</nav>

<div id="gameframe">
<div class="gameDisplay">
<div class="game">
<iframe id="iframe" src="/misc/hextris/index.html"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/hextris/images/icons/apple-touch-512.png" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Hextris</h1>
</div>
<span class="bytext">By David King</span>
</div>
</div>
</div>
<div class="right">
<img id="reloadbtn" src="/img/reload.png" class="reloadbtn" border="0" />
<img onclick="fullscreen();" type="fullscreen" src="/img/fullscreen.png" class="fullscreenbtn"
border="0" />
</div>
</div>
</div>
</div>
<div class="addisplay" id="addisplay">
<ins id="adElement"></ins>
<div class="script-container"></div>
<div class="ad1">Advertisement</div>

</div>
<script>
var elem = document.getElementById("iframe");

function fullscreen() {
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
}
}
function reload() {
document.getElementById("iframe").src += "";
}
reloadbtn.onclick = reload;
</script>
<script src="/assets/js/ad.js?v=1"></script>
</body>

</html>
88 changes: 88 additions & 0 deletions static/misc/play/hobo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<script src="/assets/js/font.js"></script>
<meta name="google" content="notranslate" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/nav.css?v=3" />
<title>Google</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rednotsus" />
<meta http-equiv="Cache-control" content="public">
<meta charset="utf-8">
<meta name="description"
content="Canvas LMS is an open and reliable web-based software that allows institutions to manage digital learning, educators to create and present online learning materials and assess student learning, and students to engage in courses and receive feedback about skill development and learning achievement." />
<meta name="keywords"
content="unblocked games, 55gms tk, 55gms, reds exploit corner, games, unblocked, site, lanier, lanier middle school, gg, Minecraft, discord, chromebook, chromeos, rednotsus, vanillacraft, eaglercraft unblocked, resent client unblocked, fun, cool, proxy, slope unblocked, free, unblocked monkey mart, 555gms, 5gms, school" />
<link rel="stylesheet" href="/assets/css/gameframe.css" />
<script src="/assets/js/script.js?v=11"></script>
</head>

<body>
<nav>
<div class="navbar">
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-tv">&nbsp;</i>Media</a>
<a href="/p"><i class="fa-solid fa-magnifying-glass">&nbsp;</i>Search</a>
<a href="/e"><i class="fa-solid fa-robot"></i>&nbsp;</i>AI</a>
<a href="/s"><i class="fa-solid fa-gears">&nbsp;</i>Settings</a>
<a href="/profile"><i class="fa-solid fa-user"></i></a>
</div>
</nav>

<div id="gameframe">
<div class="gameDisplay">
<div class="game">
<iframe id="iframe" src="/misc/flash/index.html?swf=hobo.swf"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/flash/img/hobo.webp" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Hobo</h1>
</div>
<span class="bytext">By SeethingSwarm</span>
</div>
</div>
</div>
<div class="right">
<img id="reloadbtn" src="/img/reload.png" class="reloadbtn" border="0" />
<img onclick="fullscreen();" type="fullscreen" src="/img/fullscreen.png" class="fullscreenbtn"
border="0" />
</div>
</div>
</div>
</div>
<div class="addisplay" id="addisplay">
<ins id="adElement"></ins>
<div class="script-container"></div>
<div class="ad1">Advertisement</div>

</div>
<script>
var elem = document.getElementById("iframe");

function fullscreen() {
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
}
}
function reload() {
document.getElementById("iframe").src += "";
}
reloadbtn.onclick = reload;
</script>
<script src="/assets/js/ad.js?v=1"></script>
</body>

</html>
88 changes: 88 additions & 0 deletions static/misc/play/hobo2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<script src="/assets/js/font.js"></script>
<meta name="google" content="notranslate" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/nav.css?v=3" />
<title>Google</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rednotsus" />
<meta http-equiv="Cache-control" content="public">
<meta charset="utf-8">
<meta name="description"
content="Canvas LMS is an open and reliable web-based software that allows institutions to manage digital learning, educators to create and present online learning materials and assess student learning, and students to engage in courses and receive feedback about skill development and learning achievement." />
<meta name="keywords"
content="unblocked games, 55gms tk, 55gms, reds exploit corner, games, unblocked, site, lanier, lanier middle school, gg, Minecraft, discord, chromebook, chromeos, rednotsus, vanillacraft, eaglercraft unblocked, resent client unblocked, fun, cool, proxy, slope unblocked, free, unblocked monkey mart, 555gms, 5gms, school" />
<link rel="stylesheet" href="/assets/css/gameframe.css" />
<script src="/assets/js/script.js?v=11"></script>
</head>

<body>
<nav>
<div class="navbar">
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-tv">&nbsp;</i>Media</a>
<a href="/p"><i class="fa-solid fa-magnifying-glass">&nbsp;</i>Search</a>
<a href="/e"><i class="fa-solid fa-robot"></i>&nbsp;</i>AI</a>
<a href="/s"><i class="fa-solid fa-gears">&nbsp;</i>Settings</a>
<a href="/profile"><i class="fa-solid fa-user"></i></a>
</div>
</nav>

<div id="gameframe">
<div class="gameDisplay">
<div class="game">
<iframe id="iframe" src="/misc/flash/index.html?swf=hobo-2.swf"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/flash/img/hobo2.jpeg" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Hobo 2</h1>
</div>
<span class="bytext">By SeethingSwarm</span>
</div>
</div>
</div>
<div class="right">
<img id="reloadbtn" src="/img/reload.png" class="reloadbtn" border="0" />
<img onclick="fullscreen();" type="fullscreen" src="/img/fullscreen.png" class="fullscreenbtn"
border="0" />
</div>
</div>
</div>
</div>
<div class="addisplay" id="addisplay">
<ins id="adElement"></ins>
<div class="script-container"></div>
<div class="ad1">Advertisement</div>

</div>
<script>
var elem = document.getElementById("iframe");

function fullscreen() {
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
}
}
function reload() {
document.getElementById("iframe").src += "";
}
reloadbtn.onclick = reload;
</script>
<script src="/assets/js/ad.js?v=1"></script>
</body>

</html>
Loading

0 comments on commit c6f4da3

Please sign in to comment.