Skip to content

Commit

Permalink
add zombie derby
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Feb 17, 2025
1 parent e996ab9 commit 1992e01
Show file tree
Hide file tree
Showing 21 changed files with 23,878 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,12 @@
"image": "/img/games/deadshot.webp",
"usesProxy": true
},
{
"name": "Zombie Derby",
"url": "/misc/play/zombiederby.html",
"image": "/misc/zombiederby/img.webp",
"usesProxy": false
},
{
"name": "GBA Games",
"url": "https://real-sgs.vercel.app/Tools/GBA-Emulator/index.html",
Expand Down
86 changes: 86 additions & 0 deletions static/misc/play/zombiederby.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!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="/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/zombiederby/"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/zombiederby/img.webp" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Zombie Derby</h1>
</div>
<span class="bytext">By BrineMedia</span>
</div>
</div>
</div>
<div class="right">
<i class="fa-solid fa-rotate-right reloadbtn" id="reloadbtn"></i>
<i class="fa-solid fa-expand fullscreenbtn" onclick="fullscreen();"></i>
</div>
</div>
</div>
</div>
<div class="addisplay" id="addisplay">
<ins id="adElement"></ins>
<div class="script-container"></div>
<div class="adtext">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>
Binary file not shown.
16 changes: 16 additions & 0 deletions static/misc/zombiederby/Build/zd_pixel_2020_10_29_poki_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"companyName": "Brinemedia",
"productName": "Zombie Derby: Pixel Survival",
"productVersion": "1.0.17",
"dataUrl": "zd_pixel_2020_10_29_poki_3.data.unityweb",
"wasmCodeUrl": "zd_pixel_2020_10_29_poki_3.wasm.code.unityweb",
"wasmFrameworkUrl": "zd_pixel_2020_10_29_poki_3.wasm.framework.unityweb",
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"},
"developmentBuild": false,
"multithreading": false,
"unityVersion": "2019.2.12f1"
}
Binary file not shown.
Loading

0 comments on commit 1992e01

Please sign in to comment.