Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Nov 29, 2024
1 parent ec8d30c commit 364923d
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,13 @@
},
{
"name": "Impossible Quiz",
"url": "/misc/impossible-quiz/index.html",
"url": "/misc/play/impossiblequiz.html",
"image": "/misc/impossible-quiz/img.avif",
"usesProxy": false
},
{
"name": "Impossible Quiz 2",
"url": "/misc/flash/index.html?swf=the-impossible-quiz-2.swf",
"url": "/misc/play/impossiblequiz2.html",
"image": "/misc/impossible-quiz/2.jpeg",
"usesProxy": false
},
Expand Down
23 changes: 23 additions & 0 deletions static/misc/impossible-quiz2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html>

<head>
<title>Google</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/KUKHUA/a-v-c-blk@5cb61b353cff0365c082c9309e82bb561c027201/Run%202/waflash/waflash-style.css"
type="text/css">
<script>
var gameConfig = { swfUrl: "https://cdn.jsdelivr.net/gh/55gms/55GMS@main/static/misc/impossible-quiz2/swf.swf" };
</script>
</head>

<body>
<div id="waflashContainer"> <canvas class="waflashCanvas" id="canvas" tabindex="1"></canvas>
<div id="waflashStatus" style="display: none;">Playing...</div>
<script> var ua = navigator.userAgent.toLowerCase(); if ((navigator.appName == 'Netscape' && ua.indexOf('trident') != -1) || (ua.indexOf("msie") != -1)) { var waf = document.getElementById('waflashStatus'); waf.style.display = 'block'; waf.innerText = '??? ?????(IE) ??? ??? ???? ???? !\n??, ???? ?? ????? ??????.'; gtag('event', 'connect_from_ie', { 'event_category': 'error', 'event_label': ua }); }; </script>
<script type="module"
crossorigin="anonymous"> let is_mobile = /Mobi/i.test(window.navigator.userAgent); if (is_mobile) { function scrollToSubject() { try { window.scrollTo({ top: 100, left: 0, behavior: 'smooth' }); } catch (e) { } } scrollToSubject(); window.addEventListener("orientationchange", function () { setTimeout(scrollToSubject, 100); }); } else { document.getElementById('canvas').focus(); } document.getElementById('canvas').addEventListener("keydown", function (ev) { ev.preventDefault(); ev.stopPropagation(); }); document.getElementById('canvas').addEventListener("click", function () { document.getElementById('canvas').focus(); }); document.addEventListener("mousedown", (function () { const canvasElement = document.getElementById('canvas'); let focused = false; return function (ev) { if (ev.target == canvasElement) { if (!focused) { canvasElement.focus(); focused = true; } } else { if (focused) { focused = false; } } return true; } })()); import { createWaflash } from 'https://cdn.jsdelivr.net/gh/zhit73/wafedit@f4db9839f6b3a77a75da21d0dc1f70283b50ab14/wasm/waflash-player.min.js'; createWaflash(gameConfig.swfUrl, window.wafOptions || {}); </script>
</div>
</body>

</html>
Binary file added static/misc/impossible-quiz2/swf.swf
Binary file not shown.
88 changes: 88 additions & 0 deletions static/misc/play/impossiblequiz.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/impossible-quiz/"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/impossible-quiz/img.avif" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Impossible Quiz</h1>
</div>
<span class="bytext">By SplappMeDo</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/impossiblequiz2.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/impossible-quiz2/"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/impossible-quiz/2.jpeg" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Impossible Quiz</h1>
</div>
<span class="bytext">By SplappMeDo</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>

0 comments on commit 364923d

Please sign in to comment.