Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added 448/Build/Build.data.unityweb
Binary file not shown.
16 changes: 16 additions & 0 deletions 448/Build/Build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"companyName": "Dennatolich",
"productName": "Anti Terrorist Hero",
"productVersion": "1.0",
"dataUrl": "Build.data.unityweb",
"wasmCodeUrl": "Build.wasm.code.unityweb",
"wasmFrameworkUrl": "Build.wasm.framework.unityweb",
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#7B7B7B",
"cacheControl": {"default": "must-revalidate"},
"developmentBuild": false,
"multithreading": false,
"unityVersion": "2019.3.4f1"
}
Binary file added 448/Build/Build.wasm.code.unityweb
Binary file not shown.
Binary file added 448/Build/Build.wasm.framework.unityweb
Binary file not shown.
4 changes: 4 additions & 0 deletions 448/Build/UnityLoader.js

Large diffs are not rendered by default.

Binary file added 448/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions 448/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | Anti Terrorist Hero</title>
<script src="Build/UnityLoader.js"></script>
<script>
UnityLoader.instantiate("unityContainer", "Build/Build.json");
</script>
</head>
<body>
<div id="unityContainer" style="width: 860px; height: 550px; margin: auto"></div>
</body>
</html>
75 changes: 75 additions & 0 deletions 449/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@

<!DOCTYPE html>
<html lang="en"><head>
<!--Made with love by Quester#0378-->
<link href="../css/waflash.css" rel="stylesheet" type="text/css">
<title>Papa's Sushiria - Bigfoot's Game Shack</title>
</head>
<body dir="ltr">
<script>
var gameConfig = {
swfUrl: 'swf/papassushiria.swf'
}
</script>
<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 crossorigin="anonymous" type="module">
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/AndreajnRcm4/b398dl2h74v@3f0db6b9a0bed7641e3ed167fc07070b891b72fb/js/waflash-player.min.js';
createWaflash(gameConfig.swfUrl, window.wafOptions || {});
</script>
</div>
</body></html>
278 changes: 278 additions & 0 deletions 449/js/waflash-player.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,278 @@
import createWaflashModule from "./waflash.min.js?2022091801";
const WAFLASH_BASE_URL =
"https://cdn.jsdelivr.net/gh/AndreajnRcm4/b398dl2h74v@76b080f747a4ae10a9b2d64302fd7c93447c00dd/js/",
createWaflash = (t, e) => {
if (
(t || (t = ""),
(e = e || {}).flashVars &&
(t += (t.includes("?") ? "&" : "?") + e.flashVars))
)
return;
let a = {
arguments: [
t,
"0",
e.gpu ? "webgl" : "default",
!0 === e.enableFilters ? "0" : "1"
],
options: e,
preRun: [],
postRun: [],
locateFile: (t, e) => WAFLASH_BASE_URL + t + "?2022091801",
print(t) {
console.log(t);
},
printErr(t) {
console.error(t);
},
canvas: (function () {
const t = document.getElementById("canvas");
return (
t.addEventListener(
"webglcontextlost",
function (t) {
alert("WebGL context lost. You will need to reload the page."),
t.preventDefault();
},
!1
),
t
);
})(),
statusElement: document.getElementById("waflashStatus"),
setStatus: (t) => {
if (!t) return;
(t = t.replace(
/Downloading data\.\.\. \((\d+)\/(\d+)\)/,
(t, e, a) =>
"Downloading player... " +
Math.floor((parseInt(e) / parseInt(a)) * 100) +
"%"
)),
console.log("WAFLASH> " + t);
const e =
'<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="48px" height="20px" viewBox="0 0 64 16" xml:space="preserve"><path fill="#beb5f9" fill-opacity="0.42" d="M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z"/><g><path fill="#654ff0" fill-opacity="1" d="M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z"/><animateTransform attributeName="transform" type="translate" values="23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0" calcMode="discrete" dur="1170ms" repeatCount="indefinite"/></g></svg>';
0 == t.indexOf("Downloading player...") &&
(t = "Downloading player " + e),
0 == t.indexOf("Loading SWF...") && (t = "Loading SWF " + e),
(a.statusElement.innerHTML = t),
a.showStatus();
},
showStatus() {
a.statusElement.style.display = "block";
},
hideStatus() {
a.statusElement.style.display = "none";
},
unload() {},
WAFLASH: {
hal: {
url_transformRequestUrl(t) {
const a = "owner" == window.T?.config?.ROLE;
const n = (function (t) {
let n = e.resourceMap;
if (Array.isArray(n))
for (let [e, a] of n) {
if ("string" != typeof e && !e instanceof RegExp) continue;
const n = e instanceof RegExp || "~" == e.charAt(0);
if (!n && "=" == e.charAt(0)) {
if (((e = e.substr(1)), e == t)) return a;
} else if (n) {
let n =
e instanceof RegExp ? e : new RegExp((e = e.substr(1)));
if (n.test(t)) {
return null === a ? null : t.replace(n, a);
}
} else {
let n = t.indexOf("?"),
s = "",
o = t;
if (
(n >= 0 &&
((o = t.substring(0, n)), (s = "&" + t.substr(n + 1))),
e == o)
)
return null === a ? null : a + s;
}
}
else if (
(a && console.log("old-style resourceMap mode!!!!!!!!!!!!!!!"),
(n = window.wafResourceMap || e.resourceMap),
n && "object" == typeof n)
)
for (let [e, a] of Object.entries(n)) {
const n = "=" == e.charAt(0),
s = "~" == e.charAt(0);
if (n) {
if (((e = e.substr(1)), e == t)) return a;
} else if (s) {
e = e.substr(1);
let n = new RegExp(e);
if (n.test(t)) {
return null === a ? null : t.replace(n, a);
}
} else {
let n = t.indexOf("?"),
s = "",
o = t;
if (
(n >= 0 &&
((o = t.substring(0, n)), (s = "&" + t.substr(n + 1))),
e == o)
)
return null === a ? null : a + s;
}
}
var s = t.lastIndexOf("/");
if (s >= 0) {
let e,
a = t.substr(0, s + 1),
n = t.substr(s + 1),
o = n.substr(n.lastIndexOf("."));
if (".swf" == o) {
if (
"http://images.hangame.co.kr/static/flash/flashgame/game/lang/" ==
a
)
return "https://swfs.waflash.io/uploads/hangame/" + n;
if ("http://img.ibravo.com/game/source/" == a)
return "https://darkviky.github.io/assets/ibravo/" + n;
if ("http://www.ibravo.com/web/game/popup/signed.aspx" == t)
return "https://darkviky.github.io/assets/ibravo/web/game/popup/signed.aspx";
if (t.lastIndexOf("/ads/default/loading.swf") >= 0)
return "https://darkviky.github.io/assets/dearyou/loading.swf";
}
if (t.lastIndexOf("/loading/loading640x480.swf") > 0)
return "https://blog.kakaocdn.net/dn/Ek0nH/btq3lUD7jcQ/gEYgOPz64grAZsrYbmX0Dk/loading640x480.swf?attach=1&knm=tfile.swf";
if (t.lastIndexOf("/loading/loading.swf") > 0)
return "https://blog.kakaocdn.net/dn/Vv9ag/btq3mYTdq8w/hHts2k7y4VYKN9y5f9eT5K/loading.swf?attach=1&knm=tfile.swf";
if (t.lastIndexOf("/loading/result2_v3_2.swf") > 0)
return "https://blog.kakaocdn.net/dn/eqSlVE/btqSX7mihN2/zlCy2XV43iQX4GahzZDkIk/result2_v3_2.swf?attach=1&knm=tfile.swf";
if (
t.startsWith(
"http://www.kiniwini.com/games/common/user_info.php"
)
)
return "https://blog.kakaocdn.net/dn/RhEMp/btq17btItmP/cJHm5tYvKfKe1ztq8XOzw1/user_info.php.txt?attach=1&knm=tfile.txt";
if (t.indexOf("//panyroom.jr.naver.com/game/gameset.php") > 0)
return "https://xwvy1u8cxc.execute-api.ap-northeast-2.amazonaws.com/prod/panyroom_game_gameset";
if (
((e = "http://zuzunza.joins.com/all/check_id.php"),
t.startsWith(e))
)
return (
"https://ieazco9902.execute-api.ap-northeast-2.amazonaws.com/zuzunza/all/check_id" +
t.substr(e.length)
);
if (
((e = "http://www.zuzunza.com/all/check_id.php"),
t.startsWith(e))
)
return (
"https://ieazco9902.execute-api.ap-northeast-2.amazonaws.com/zuzunza/all/check_id" +
t.substr(e.length)
);
if (
((e = "http://kidsdaum.zuzunza.com/all/check_id.php"),
t.startsWith(e))
)
return (
"https://ieazco9902.execute-api.ap-northeast-2.amazonaws.com/zuzunza/all/check_id" +
t.substr(e.length)
);
if (
0 ==
t.lastIndexOf(
"https://blog.kakaocdn.net/swf/loading_default.swf"
)
)
return "https://blog.kakaocdn.net/dn/ccsyy7/btqU4Zs74KE/CLNg8AqGHfOkobsqhoKWok/loading_default.swf?attach=1&knm=tfile.swf";
if (
t.match(
/^http\:\/\/file\.barunson\.com\/upfile\/object\/Loading\/loading[0-9a-z]+\.swf$/
)
)
return "https://blog.kakaocdn.net/dn/bq8LCx/btq6W2p55q8/U7FtlDnJwgORqSF3zE7WuK/barunson-loading.waf?attach=1&knm=tfile.waf";
if (
t.startsWith(
"http://file.barunson.com/upfile/object/Loading/www.swf"
)
)
return "https://blog.kakaocdn.net/dn/ytl0f/btq6AtDeWRF/utoYw63znPZzuBDKeIOFd1/barunson-logo.waf?attach=1&knm=tfile.waf";
if (t.endsWith("/loading/loading_lg.swf"))
return "https://blog.kakaocdn.net/dn/uyECc/btq6BEraq42/M2P9hB84fAZFDsJSJgLCA0/loading_lg.swf?attach=1&knm=tfile.swf";
if (
".mp3" == o &&
"http://juter01.tistory.com/attachment/" == a
)
return "https://darkviky.github.io/assets/gog/" + n;
if (
"https://swfs.waflash.io/uploads/pororo/waf/swf/sound/soundManager.swf" ==
t
)
return "https://blog.kakaocdn.net/dn/pwvBx/btrx3Zf52Kn/bKCd8q9teBK92nR6lwCAkk/soundManager.swf?attach=1&knm=tfile.swf";
if (
"https://swfs.waflash.io/uploads/pororo/waf/swf/Pororo.swf" ==
t
)
return "https://blog.kakaocdn.net/dn/buE2dV/btrx06HiFvJ/1ZzukkU6pqtjX7FeZeyCK1/Pororo.swf?attach=1&knm=tfile.swf";
if (t.startsWith("https://pororo.jr.naver.com/"))
return "https://swfs.waflash.io/uploads/pororo/waf/" + n;
if (t.endsWith("123bee.com/esc_loader_ad.swf"))
return "https://blog.kakaocdn.net/dn/dkLpGV/btrwTwtsHut/5bo0THZGSfPNSyHKA75e30/esc_loader_ad.swf?attach=1&knm=tfile.swf";
if (t.endsWith("123bee.com/esc_front_ad.swf"))
return "https://blog.kakaocdn.net/dn/oEzp4/btrwWfYYlyo/dtbc5YEw2xZsdSiEwo9fDk/esc_front_ad.swf?attach=1&knm=tfile.swf";
}
return [
".kakaocdn.net",
".github.io",
".waflash.io",
"waflash.cdn.ntruss.com",
".archive.org"
].some((e) => t.indexOf(e) > 0)
? t.replace("http://", "https://")
: t;
})(t);
return (
a &&
t != n &&
(n
? console.log(`redirect ${t} => ${n}`)
: console.error(`redirect ${t} => ${n}`)),
n
);
}
}
}
};
(window.waflash = a),
(window.onerror = (t, e, n, s, o) => {
"string" != typeof t &&
((o = t.error),
t.filename || t.fileName,
t.lineno || t.lineNumber,
t.colno || t.columnNumber,
(t = t.message || t.name || o.message || o.name));
let r = "";
o && o.stack && (r = o.stack);
let l = document.location + "|" + t;
a.ga &&
a.ga("event", document.location.origin, {
event_category: "error",
event_label: l,
non_interaction: !0,
send_to: a.gid
});
}),
a.setStatus("Prepairing..."),
createWaflashModule(a).then((t) => {
console.log("WAFLASH> Waflash module created!");
});
},
destroyWaflash = () => {
console.log("WAFLASH> Waflash component will unmount!"),
waflash.unload(),
(waflash = null),
(window.waflash = null);
};
export { createWaflash, destroyWaflash };
1 change: 1 addition & 0 deletions 449/js/waflash.min.js

Large diffs are not rendered by default.

Binary file added 449/swf/papassushiria.swf
Binary file not shown.
4 changes: 4 additions & 0 deletions 450/Build/UnityLoader.js

Large diffs are not rendered by default.

Binary file added 450/Build/Webbuild.data.unityweb
Binary file not shown.
Loading