Create
Make a Meme
Make a GIF or Short Video
Meme Templates
GIF Templates
game code in desc
share
59 views
•
6 upvotes
•
Made by
Cheze
2 weeks ago
in
MS_memer_group
my hand hurts fr
Caption this Meme
Add Meme
Add Image
Post Comment
Best first
Best first
Latest first
Oldest first
2 Comments
reply
STAR.SAILOR
0 ups
, 2w,
1 reply
reply
Cheze
0 ups
, 2w
not mine so idc
Show More Comments
Caption this Meme
Created with the Imgflip
Meme Generator
IMAGE DESCRIPTION:
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L7856P3VNT"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-L7856P3VNT'); </script><html> <!-- Ultimate Game Stash file--> <!-- For the regularly updating doc go to https://docs.google.com/document/d/1_FmH3BlSBQI7FGgAQL59-ZPe8eCxs35wel6JUyVaG8Q/ --> <head> <script src="//www.google.com/jsapi"></script> <script> window.parent.maeExportApis_(); </script> <style> body { overflow: hidden; background: #000000; margin-top: 0; margin-left: 0; color: #000000; } #startButton { display: block; width: 160px; height: 40px; background-color: #4CAF50; color: white; text-align: center; text-decoration: none; font-size: 16px; margin: 20px auto; padding: 10px 20px; border: none; border-radius: 8px; cursor: pointer; font-family: 'Press Start 2P', cursive; box-shadow: 0px 0px 10px 2px #000000; } </style> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <style type="text/css"> #button { display: none; } .imgb_vis { animation: imgb-animation 7s linear; } @keyframes imgb-animation { 10% { transform: translateX(0); } 20% { transform: translateX(100px); } 90% { transform: translateX(100px); } 100% { transform: translateX(0); } } </style> </head> <body> <div style="width: 100vw; height: 100vh;max-width:100%"> <div id="game" style="display: none;"></div> <button id="startButton">PLAY</button> </div> <script> document.getElementById("game").style.display = "none"; function startGame() { document.getElementById("game").style.display = "block"; document.getElementById("startButton").style.display = "none"; EJS_player = "#game"; EJS_core = "nes"; EJS_color = "#000000"; EJS_startOnLoaded = true; EJS_pathtodata = "https://cdn.jsdelivr.net/gh/a456pur/seraph@81f551ca0aa8e3d6018d32d8ac5904ac9bc78f76/storage/emulatorjs/data"; EJS_gameUrl = "https://cdn.jsdelivr.net/gh/schoolstuff1337/supplies@main/nes/famidash1.2.8/Famidash.v1.2.8.nes"; loadGame(); } document.getElementById("startButton").addEventListener("click", startGame); function loadGame() { var script = document.createElement("script"); script.src = "https://cdn.jsdelivr.net/gh/a456pur/seraph@81f551ca0aa8e3d6018d32d8ac5904ac9bc78f76/storage/emulatorjs/data/loader.js"; document.body.appendChild(script); } </script> </body> </html>