Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismyaltaccountt committed May 21, 2024
1 parent e2ace76 commit 337c4ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 10 additions & 1 deletion DOWNLOAD THIS ONE.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<html>
<head>

<script>
var clientversion = 1


</script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.full.min.js"></script>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
Expand Down Expand Up @@ -213,7 +219,7 @@
})();
}
} if (gametype == "flash") {
document.body.innerHTML = `<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="" width="1000" height="572"><param name="movie" value="https://trapjawws.github.io/josh/The%20Binding%20of%20Isaac.swf"><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="wmode" value="window"><param name="scale" value="showall"><param name="menu" value="true"><param name="devicefont" value="false"><param name="salign" value=""><param name="allowScriptAccess" value="false"></object>`;
document.getElementById("flashgames").innerHTML+= '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="" width="1000" height="572"><param name="movie" value="https://trapjawws.github.io/josh/The%20Binding%20of%20Isaac.swf"><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="wmode" value="window"><param name="scale" value="showall"><param name="menu" value="true"><param name="devicefont" value="false"><param name="salign" value=""><param name="allowScriptAccess" value="false"></object>'
}
}

Expand Down Expand Up @@ -242,6 +248,7 @@

<body onload="getAllNames()" class="row">
<strong>If you're trying to load another game, you have to reload the tab. For some reason, the second time you load it the core gets stuck at 99%</strong>
<strong>Also, flash games using the Ruffle emulator might take a bit to load. Please be patient</strong>
<br><form id="HMR3_form">
<select id="HMR3_dropdown">
</select>
Expand Down Expand Up @@ -270,6 +277,8 @@
//}
</script>

<div id="flashgames"></div>

<script>
console.log(HMR3_optionText.length)
var gamecount = HMR3_optionText.length - 3;
Expand Down
7 changes: 6 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ if (!link) {
}
link.href = 'https://asset-cdn.schoology.com/sites/all/themes/schoology_theme/favicon.ico';

//Create array of options to be added
var serverversion = 1

if (serverversion>clientversion || clientversion == null) {
alert("Your client is outdated. Please download the new one at https://github.com/TrapjawwS/funnyemulatorjs/tree/main")
}

var HMR3_optionText = [
"Please Choose",
"Custom URL",
Expand Down

0 comments on commit 337c4ea

Please sign in to comment.