Sign In To Proceed 435v5c

Don't have an ? 473g1v

osu! to create your own !
forum

[Archived] "flashlight mod" on the site...? m2w32

posted
Total Posts
45
Topic Starter
So what happened anyway...? that's an hour ahead of April 1st and the page is already acting strange 0.0
Anyone else get this right now?
Lol yeah thought it was just me earlier. Lol'd when I realized what was happening xD
YEA ME TOO OAO"" got panicked I thought a ghost would appear >.<"
check right upper corner.
lol didnt know you can toggle it. This is so epic xD.
Wow. This makes me osucore! lol.
lol its funny XD
It's damn cool.....XDDDD
I can't controll this EPICNESS xD
It's not fully functional in Opera and Internet Explorer (9, 10). Please fix that, otherwise the webpage cannot be used with this browsers.
Well this can disturb when i watching osu site
So, I wonder if we can get like x1.12 posts when we post and when it's on xD
This is for april fools, lol.
Yeah, just great browsing experience using mobile phone..
Now all you need is double time. Cursor speed goes berserk.
Why are you crying about it?
It's a funny idea, and you also had to turn off the osu!core Mod last year everytime when you were done with a Map.
So stop crying that it is annoying. And get a better Idea.

Fleuret wrote: 3d6lz

Now all you need is double time. Cursor speed goes berserk.
This could be SO awesome.
Surely that can't be all for the April Fool's joke?!
awww crap i wanted to see :(

Kazuo wrote: 4n4z67

awww crap i wanted to see :(

LunaticMara wrote: 59j3m

Kazuo wrote: 4n4z67

awww crap i wanted to see :(
buuuuuuuuuuuuuuuuuuuuuuut :?
yes! hidden

ychao24 wrote: 1ft11

Surely that can't be all for the April Fool's joke?!
Keep the jokes coming. :D
it's HD+FL now xDDD
my friend is calling me there is a FL mod in osu webpage and at the same time i browse the website.
so i send this :
hidden + flashlight lol its funny X'DDD
lol... I can't see anything now XD
Hmm.. why not have Hard Rock? xDD
Holy crap, it just got more epic. Thank you sir.
APRIL FOOLS
I don't care... just turned off JS
EPICNESS
Now we need HR and flip everything over.
relax mod...

move ur mouse around and it clicks random shit for you lulz. that would be annoying as hell.
Great job!
woow

DD64 wrote: 5j3r67

It's not fully functional in Opera and Internet Explorer (9, 10). Please fix that, otherwise the webpage cannot be used with this browsers.
I find it rather funny how buggy it is actually with IE xD
I wonder why this picture hasn't been posted in this thread (only April fools was written :? )

Thanks for this idea Sapphire^^

winber1 wrote: 4i6h5j

relax mod...

move ur mouse around and it clicks random shit for you lulz. that would be annoying as hell.
haha I liked that idea xD
random words are missing....loool
What about adding effect when we touch on z/x keys?XD..
oh my gawd it haves hidden too
♥ Love this mod.
Lol. Completely forgot what day it was. I thought I was going crazy when I saw the flashlight mod and then I saw someone say April 1st..Also saw "The end of OSU" thread and thought "really?!" But, now I get it..soo slow.
	switch (Math.floor(Math.random() * 10))
{
case 0:
case 3:
$("body").append("<div class='flashlight'></div><div class='modtoggle fl'></div>");
modToggle = $(".modtoggle");

fl = $(".flashlight");

$("body").mousemove(function(e) {
if (fl.is(":visible"))
fl.css('background-position', (e.pageX - 1280) + 'px ' + (e.pageY - 720 - $(document).scrollTop()) + 'px');
});

$(".fl").click(function(e) { fl.toggle(); });
case 1:
case 3:
$("body").append("<div class='modtoggle hd'></div>");
modToggle = $(".modtoggle");

$("a").addClass("hiddenA");
$(".hd").click(function() { $("a").toggleClass("hiddenA"); });
break;
}
3/10 chance of HD (case 0,1, or 3) per page load
1/5 chance of FL(case 0,3) per page load
since the first case 3 is missing a break; (not sure if intentional) FL always appears with HD cause it falls through the cases

clever use of a background image + jquery for flashlight
hd hides links only by setting opacity to 0.01 so they still take up space
well after 5 minutes i've managed to scroll down to the bottom of the screen. seriously. you could at least make the toggle buttons appear so i can turn it off BEFORE it completely rapes my computer. im sure it would be fun and entertaining for me if my computer had been made in 2012
or 2010
or 2007
or 2005
or 2003
but it was made in 1998 and i seriously cannot use the site right now.
This is really cool. I thought something was wrong with my computer when hidden mod was on LOL. Hard Rock mod would just be funny. Maybe you click on a link and it takes you somewhere random? lol.
Here's the full code in case anyone is curious, and for archiving purposes:
https://gist.github.com/2276367
Please sign in to reply.

New reply 1b384i