• Forum Easter Egg: Enter the Konami Code on the front page, get perma'd.
    46 replies, posted
Here's the code behind it. [code]// and check to see if the user has entered // the Konami code if (keys.toString().indexOf(konami) >= 0) { if(!konamiran){ konamiran = true; //pr3dophile ban reasons var pr3dbans = ["banned", "no it is not", "I'M FEELING GENEROUS (OR GAY (OR BOTH))", "nah", "nah", "posted in this thread", "it was me stupid", "I'LL CALL HIM", "But I can ban you!!!", "tl; dr", "Requested by mrhappy15 (mrhappy15@gmail.com)", "COMEDY HURR OPTION!!!", "what?", "stupid", "COMEDY HURR OPTION!!!", "COMEDY HURR OPTION!!!", "COMEDY HURR OPTION!!!", "gay", "gay shut up", "Okay..OH SHIT I BANNED YOU BY MISTAKE!!!", "I will not ban Firerain you faggot.", "DON'T PUSH YOUR LUCK", "ilu", "random ip's? seriously?", "YOU ALL WIN A FREE BAN", "Happy fun time!", "YOU ALL WIN A FREE BAN", "YOU ALL WIN A FREE BAN, GO WILD", "I DUNNO, WHAT HAPPENED?", "NOPE THIS IS ME TA", "IDIOT CULL 3000", "LIAR", "ANOTHER ONE BITES THE DUST", "YEAH YOU DUMB CUNT", "YOU'RE A GODDAMN FUCKING PERVERT", "YOU'RE JUST A DUMB CUNT", "FUCK OFF", "NO THANKS", "GO SUCK A DICK", "WHY DO YOU POST NON STEAM NEWS LIKE A FAGGOT", "NO THANKS BUT YOU CAN HAVE MARS INSTEAD !!", "OH MY GOD JC A BONG", "SO I HEAR YOU LIKE DICKS IN YOUR MOUTH", "OH HI FAGGOT", "NIGERIAN", "I AM FACEPUNCH, BOW BEFORE ME", "A MESSAGE FROM PAWNSTICK: EAT MY SHIT", "A PASSWORD?! IN MY FORUM?! IT'S MORE LIKELY THAN YOU THINK", "JIMBOMCB LIKES POTATOES, BLAME HIM FOR THIS BAN", "nobody cares about your shitty avatar", "SHUT UP NOBODY CARES", "STOP CARING ABOUT AN INTERNET FORUM SO MUCH YOU FAGGOT", "WHO THE FUCK ARE YOU AND WHY AM I BANNING YOU", "CIRCLEJERK FAGGOT", "garry you fucking suck at coding jesus christ you can't even create a tool that unbans people, I guess coding shit that is fun is hard for you to do", "SHUT THE FUCK UP", "B-B-B-AND!!!!", "You're a fucking awesome poster, I love you.", "TOO LONG DIDN'T FUCKING READ YOU FUCKING FAG", "I will not ban Firerain you faggot.", "HAHAHA I CAN USE THE PARAGRAPH GENERATOR I AM SO WITTY FUCK OFF", "Okay..OH SHIT I BANNED YOU BY MISTAKE!!!"]; //ban message var myvar, main, newElement; main = document.getElementById('navbar'); topban = pr3dbans[ eval( "Math.floor( pr3dbans.length * Math.random())" )]; myvar = '<br /><br /><font color="red" size="+3"><b>YOU ARE BANNED!</b></font><br /><br /><br /><font color="red">You\'ve been banned. You probably know why - but the reason that the moderator gave is below. If you feel this is unjust or just want to bitch about how we\'re nazis and get laughed at then feel free to make a post in the refugee camp. You won\'t be able to see other people\'s threads and they won\'t be able to see yours. So don\'t think that wasting your time spamming will prove a point about how awesome you are.<br /><br />Reason: <b>' + topban + '</b><br />Date Lifted: <b>Never</b><br /><br /><blink>SPAMMING THE REFUGEE CAMP IS A WASTE OF TIME BECAUSE NO-ONE BUT MODERATORS CAN SEE YOUR POSTS - AND YOUR BAN WILL GET EXTENDED.</blink><br /><br /></font>'; if (main) { newElement = document.createElement('div'); newElement.innerHTML = myvar; newElement.align = 'center'; //newElement.style = "border-width: 2px; border-style: dashed; border-color: red;"; newElement.style.borderStyle = 'dashed'; newElement.style.borderColor = 'red'; newElement.style.borderWidth = '20px'; newElement.style.background = "#FFFF00"; newElement.style.margin = "10px"; main.parentNode.insertBefore(newElement, main); } // ban. everyone. spusers=document.evaluate("//a/font/b", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < spusers.snapshotLength; i++) { thisspuser = spusers.snapshotItem(i); thisspuser.parentNode.setAttribute("color", "red"); thisspuser.parentNode.setAttribute("size", "2"); } spusers=document.evaluate("//a/strong/font|//font[@color=\"#9a32cd\"]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < spusers.snapshotLength; i++) { thisspuser = spusers.snapshotItem(i); thisspuser.setAttribute("color", "red"); thisspuser.setAttribute("size", "2"); } if ( myfnlocation.search(/showthread/) != -1 || myfnlocation.search(/private/) != -1 || myfnlocation.search(/showpost/) != -1 ){ usernames=document.evaluate("//div/a[contains(@class,'line')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < usernames.snapshotLength; i++) { thisusername = usernames.snapshotItem(i); thisusername.innerHTML = "<font color=\"red\">" + thisusername.innerHTML + "</font>"; } avatars=document.evaluate("//div[contains(@id,'edit')]/div/div[2]/center/a/img", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < avatars.snapshotLength; i++) { thisavatar = avatars.snapshotItem(i); thisavatar.src = "http://static.facepunch.com/fp/avatar_banned.png"; thisavatar.width = "100"; thisavatar.height = "50"; } posts=document.evaluate("//div[contains(@id,'post_message_')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < posts.snapshotLength; i++) { thispost = posts.snapshotItem(i); currban = pr3dbans[ eval( "Math.floor( pr3dbans.length * Math.random())" )]; thispost.innerHTML = thispost.innerHTML + "<br /><br /><span class=\"highlight\">(User was permabanned for this post (\"" + currban + "\" - Pr3dator))</span>"; } usernames=document.evaluate("//div/a[contains(@class,'line')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < usernames.snapshotLength; i++) { thisusername = usernames.snapshotItem(i); thisusername.innerHTML = "<font color=\"red\">" + thisusername.innerHTML + "</font>"; } } forums=document.evaluate("//td[contains(@id,'f')]/div[1]/a/strong|//td[contains(@id,'f')]/table/tbody/tr/td[3]/div/a/strong", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < forums.snapshotLength; i++) { thisforum = forums.snapshotItem(i); thisforum.innerHTML = "Refugee Camp"; } descs=document.evaluate("//td[contains(@id,'f')]/div[2]|//td[contains(@id,'f')]/table/tbody/tr/td[3]/div[2]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < descs.snapshotLength; i++) { thisdesc = descs.snapshotItem(i); thisdesc.innerHTML = "Banned users can post in here but they can only see their own threads."; } uonlines=document.evaluate("//tbody[@id='collapseobj_forumhome_activeusers']/tr/td[2]/div/div[2]/a|//table/tbody/tr/td[2]/a", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < uonlines.snapshotLength; i++) { thisuser = uonlines.snapshotItem(i); thisuser.innerHTML = "<font color=\"red\">" + thisuser.innerHTML + "</font>"; } } // and finally clean up the keys array keys = []; }; }, true); }; //My evil ignore list ANONIGNORELST = function(param) { /*if ( myfnlocation.search(/forumdisplay/) != -1 ){ var allthreads, thisthread, thisblistitem, poop, thrtital, pageelem, foundpageelem, dupeheader; var ntr, ntxt1, na1, ntd, ndiv, ntb, ntable, ntbdy; allthreads=document.evaluate("//a[contains(@id, \"thread_title_\")]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); //Create the table to stuff these fuckers in ntr1 = document.createElement('tr') ntable = document.createElement('tbody') ntable.id = 'cockbiterlist' ntable.className = 'alt1 rating_3' ntable.style.display = 'none' ntr = document.createElement('tbody') ndiv = document.createElement('td') ndiv.className = "thead" ndiv.setAttribute("colspan", "6") ndiv.setAttribute("onclick", 'return ToggleElementEX( \'cockbiterlist\');') ntxt1 = document.createTextNode( 'Click here to hide/show ignored threads' ) ndiv.appendChild( ntxt1 ) //ntbdy = document.createElement('div') for (var i = 0; i < allthreads.snapshotLength; i++) { thisthread = allthreads.snapshotItem(i); threadid = thisthread.href.replace(/http:\/\/www.facepunch.com\/showthread.php\?t=/gi, "") poop = thisthread.firstChild; blink = document.createElement('a'); blink.href = "javascript:void(0);"; blink.className = "blockimg"; blink.setAttribute("onclick", 'managetblist(\'' + threadid + '\');') noob = document.createElement('img'); //leleheh = thisthread.parentNode.childNodes[1].childNodes[2].className; noob.src = delthread; blink.appendChild( noob ); thisthread.parentNode.appendChild( blink ); // thisthread.parentNode.insertBefore( blink,thisthread ); for (var x=0; x<tshitlist.length; x++) { thisblistitem = tshitlist[x]; if ( threadid == thisblistitem ) { if (GM_getValue("blocknotify", false ) == true ){ alert('IGNORED USER==' + threadid); }; ntr2 = document.createElement('tr') ntd2 = document.createElement('td') ntd2.className = "alt2" ntd2.width = "50" thrtital = thisthread.parentNode.parentNode.parentNode.cloneNode(true); thisthread.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild( thrtital ); ntr2 = document.createElement('tr') ntd2 = document.createElement('td') ntd2.width = "50" ntd2.setAttribute("colspan", "1") ntd2.style.background = "#FF6666"; ntd3 = document.createElement('td') ntd3.style.background = "#FF6666"; ntd3.setAttribute("colspan", "3") ntable.appendChild( ntd2 ); ntable.appendChild( thrtital ); thrtital.className = ""; thrtital.style.background = "#FF6666"; //ntbdy.appendChild( dupeheader ); ntr2.appendChild( ntd2 ); ntr2.appendChild( thrtital ); ntr2.appendChild( ntd3 ); ntable.appendChild( ntr2 ); //ntbdy.appendChild( ntr2 ); thisthread.parentNode.parentNode.parentNode.parentNode.parentNode.removeChild( thisthread.parentNode.parentNode.parentNode.parentNode ); }; }; }; pageelem=document.evaluate("//tbody[contains(@id,\"threadbits_forum_\")]", document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null); foundpageelem = pageelem.snapshotItem(0); ntr.appendChild( ndiv ); // ntable.appendChild( ntbdy ); //ntr1.appendChild( ntable ); foundpageelem.parentNode.insertBefore( ntr , foundpageelem ); foundpageelem.parentNode.insertBefore( ntable , foundpageelem );[/code]
[QUOTE=ColinSSX;16408584]Here's the code behind it. [code]// and check to see if the user has entered // the Konami code if (keys.toString().indexOf(konami) >= 0) { if(!konamiran){ konamiran = true; //pr3dophile ban reasons var pr3dbans = ["banned", "no it is not", "I'M FEELING GENEROUS (OR GAY (OR BOTH))", "nah", "nah", "posted in this thread", "it was me stupid", "I'LL CALL HIM", "But I can ban you!!!", "tl; dr", "Requested by mrhappy15 (mrhappy15@gmail.com)", "COMEDY HURR OPTION!!!", "what?", "stupid", "COMEDY HURR OPTION!!!", "COMEDY HURR OPTION!!!", "COMEDY HURR OPTION!!!", "gay", "gay shut up", "Okay..OH SHIT I BANNED YOU BY MISTAKE!!!", "I will not ban Firerain you faggot.", "DON'T PUSH YOUR LUCK", "ilu", "random ip's? seriously?", "YOU ALL WIN A FREE BAN", "Happy fun time!", "YOU ALL WIN A FREE BAN", "YOU ALL WIN A FREE BAN, GO WILD", "I DUNNO, WHAT HAPPENED?", "NOPE THIS IS ME TA", "IDIOT CULL 3000", "LIAR", "ANOTHER ONE BITES THE DUST", "YEAH YOU DUMB CUNT", "YOU'RE A GODDAMN FUCKING PERVERT", "YOU'RE JUST A DUMB CUNT", "FUCK OFF", "NO THANKS", "GO SUCK A DICK", "WHY DO YOU POST NON STEAM NEWS LIKE A FAGGOT", "NO THANKS BUT YOU CAN HAVE MARS INSTEAD !!", "OH MY GOD JC A BONG", "SO I HEAR YOU LIKE DICKS IN YOUR MOUTH", "OH HI FAGGOT", "NIGERIAN", "I AM FACEPUNCH, BOW BEFORE ME", "A MESSAGE FROM PAWNSTICK: EAT MY SHIT", "A PASSWORD?! IN MY FORUM?! IT'S MORE LIKELY THAN YOU THINK", "JIMBOMCB LIKES POTATOES, BLAME HIM FOR THIS BAN", "nobody cares about your shitty avatar", "SHUT UP NOBODY CARES", "STOP CARING ABOUT AN INTERNET FORUM SO MUCH YOU FAGGOT", "WHO THE FUCK ARE YOU AND WHY AM I BANNING YOU", "CIRCLEJERK FAGGOT", "garry you fucking suck at coding jesus christ you can't even create a tool that unbans people, I guess coding shit that is fun is hard for you to do", "SHUT THE FUCK UP", "B-B-B-AND!!!!", "You're a fucking awesome poster, I love you.", "TOO LONG DIDN'T FUCKING READ YOU FUCKING FAG", "I will not ban Firerain you faggot.", "HAHAHA I CAN USE THE PARAGRAPH GENERATOR I AM SO WITTY FUCK OFF", "Okay..OH SHIT I BANNED YOU BY MISTAKE!!!"]; //ban message var myvar, main, newElement; main = document.getElementById('navbar'); topban = pr3dbans[ eval( "Math.floor( pr3dbans.length * Math.random())" )]; myvar = '<br /><br /><font color="red" size="+3"><b>YOU ARE BANNED!</b></font><br /><br /><br /><font color="red">You\'ve been banned. You probably know why - but the reason that the moderator gave is below. If you feel this is unjust or just want to bitch about how we\'re nazis and get laughed at then feel free to make a post in the refugee camp. You won\'t be able to see other people\'s threads and they won\'t be able to see yours. So don\'t think that wasting your time spamming will prove a point about how awesome you are.<br /><br />Reason: <b>' + topban + '</b><br />Date Lifted: <b>Never</b><br /><br /><blink>SPAMMING THE REFUGEE CAMP IS A WASTE OF TIME BECAUSE NO-ONE BUT MODERATORS CAN SEE YOUR POSTS - AND YOUR BAN WILL GET EXTENDED.</blink><br /><br /></font>'; if (main) { newElement = document.createElement('div'); newElement.innerHTML = myvar; newElement.align = 'center'; //newElement.style = "border-width: 2px; border-style: dashed; border-color: red;"; newElement.style.borderStyle = 'dashed'; newElement.style.borderColor = 'red'; newElement.style.borderWidth = '20px'; newElement.style.background = "#FFFF00"; newElement.style.margin = "10px"; main.parentNode.insertBefore(newElement, main); } // ban. everyone. spusers=document.evaluate("//a/font/b", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < spusers.snapshotLength; i++) { thisspuser = spusers.snapshotItem(i); thisspuser.parentNode.setAttribute("color", "red"); thisspuser.parentNode.setAttribute("size", "2"); } spusers=document.evaluate("//a/strong/font|//font[@color=\"#9a32cd\"]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < spusers.snapshotLength; i++) { thisspuser = spusers.snapshotItem(i); thisspuser.setAttribute("color", "red"); thisspuser.setAttribute("size", "2"); } if ( myfnlocation.search(/showthread/) != -1 || myfnlocation.search(/private/) != -1 || myfnlocation.search(/showpost/) != -1 ){ usernames=document.evaluate("//div/a[contains(@class,'line')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < usernames.snapshotLength; i++) { thisusername = usernames.snapshotItem(i); thisusername.innerHTML = "<font color=\"red\">" + thisusername.innerHTML + "</font>"; } avatars=document.evaluate("//div[contains(@id,'edit')]/div/div[2]/center/a/img", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < avatars.snapshotLength; i++) { thisavatar = avatars.snapshotItem(i); thisavatar.src = "http://static.facepunch.com/fp/avatar_banned.png"; thisavatar.width = "100"; thisavatar.height = "50"; } posts=document.evaluate("//div[contains(@id,'post_message_')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < posts.snapshotLength; i++) { thispost = posts.snapshotItem(i); currban = pr3dbans[ eval( "Math.floor( pr3dbans.length * Math.random())" )]; thispost.innerHTML = thispost.innerHTML + "<br /><br /><span class=\"highlight\">(User was permabanned for this post (\"" + currban + "\" - Pr3dator))</span>"; } usernames=document.evaluate("//div/a[contains(@class,'line')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < usernames.snapshotLength; i++) { thisusername = usernames.snapshotItem(i); thisusername.innerHTML = "<font color=\"red\">" + thisusername.innerHTML + "</font>"; } } forums=document.evaluate("//td[contains(@id,'f')]/div[1]/a/strong|//td[contains(@id,'f')]/table/tbody/tr/td[3]/div/a/strong", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < forums.snapshotLength; i++) { thisforum = forums.snapshotItem(i); thisforum.innerHTML = "Refugee Camp"; } descs=document.evaluate("//td[contains(@id,'f')]/div[2]|//td[contains(@id,'f')]/table/tbody/tr/td[3]/div[2]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < descs.snapshotLength; i++) { thisdesc = descs.snapshotItem(i); thisdesc.innerHTML = "Banned users can post in here but they can only see their own threads."; } uonlines=document.evaluate("//tbody[@id='collapseobj_forumhome_activeusers']/tr/td[2]/div/div[2]/a|//table/tbody/tr/td[2]/a", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < uonlines.snapshotLength; i++) { thisuser = uonlines.snapshotItem(i); thisuser.innerHTML = "<font color=\"red\">" + thisuser.innerHTML + "</font>"; } } // and finally clean up the keys array keys = []; }; }, true); }; //My evil ignore list ANONIGNORELST = function(param) { /*if ( myfnlocation.search(/forumdisplay/) != -1 ){ var allthreads, thisthread, thisblistitem, poop, thrtital, pageelem, foundpageelem, dupeheader; var ntr, ntxt1, na1, ntd, ndiv, ntb, ntable, ntbdy; allthreads=document.evaluate("//a[contains(@id, \"thread_title_\")]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); //Create the table to stuff these fuckers in ntr1 = document.createElement('tr') ntable = document.createElement('tbody') ntable.id = 'cockbiterlist' ntable.className = 'alt1 rating_3' ntable.style.display = 'none' ntr = document.createElement('tbody') ndiv = document.createElement('td') ndiv.className = "thead" ndiv.setAttribute("colspan", "6") ndiv.setAttribute("onclick", 'return ToggleElementEX( \'cockbiterlist\');') ntxt1 = document.createTextNode( 'Click here to hide/show ignored threads' ) ndiv.appendChild( ntxt1 ) //ntbdy = document.createElement('div') for (var i = 0; i < allthreads.snapshotLength; i++) { thisthread = allthreads.snapshotItem(i); threadid = thisthread.href.replace(/http:\/\/www.facepunch.com\/showthread.php\?t=/gi, "") poop = thisthread.firstChild; blink = document.createElement('a'); blink.href = "javascript:void(0);"; blink.className = "blockimg"; blink.setAttribute("onclick", 'managetblist(\'' + threadid + '\');') noob = document.createElement('img'); //leleheh = thisthread.parentNode.childNodes[1].childNodes[2].className; noob.src = delthread; blink.appendChild( noob ); thisthread.parentNode.appendChild( blink ); // thisthread.parentNode.insertBefore( blink,thisthread ); for (var x=0; x<tshitlist.length; x++) { thisblistitem = tshitlist[x]; if ( threadid == thisblistitem ) { if (GM_getValue("blocknotify", false ) == true ){ alert('IGNORED USER==' + threadid); }; ntr2 = document.createElement('tr') ntd2 = document.createElement('td') ntd2.className = "alt2" ntd2.width = "50" thrtital = thisthread.parentNode.parentNode.parentNode.cloneNode(true); thisthread.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild( thrtital ); ntr2 = document.createElement('tr') ntd2 = document.createElement('td') ntd2.width = "50" ntd2.setAttribute("colspan", "1") ntd2.style.background = "#FF6666"; ntd3 = document.createElement('td') ntd3.style.background = "#FF6666"; ntd3.setAttribute("colspan", "3") ntable.appendChild( ntd2 ); ntable.appendChild( thrtital ); thrtital.className = ""; thrtital.style.background = "#FF6666"; //ntbdy.appendChild( dupeheader ); ntr2.appendChild( ntd2 ); ntr2.appendChild( thrtital ); ntr2.appendChild( ntd3 ); ntable.appendChild( ntr2 ); //ntbdy.appendChild( ntr2 ); thisthread.parentNode.parentNode.parentNode.parentNode.parentNode.removeChild( thisthread.parentNode.parentNode.parentNode.parentNode ); }; }; }; pageelem=document.evaluate("//tbody[contains(@id,\"threadbits_forum_\")]", document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null); foundpageelem = pageelem.snapshotItem(0); ntr.appendChild( ndiv ); // ntable.appendChild( ntbdy ); //ntr1.appendChild( ntable ); foundpageelem.parentNode.insertBefore( ntr , foundpageelem ); foundpageelem.parentNode.insertBefore( ntable , foundpageelem );[/code][/QUOTE] And to think I had found something.
Hey guys it works! [b]Edit:[/b] What the my 05 account got perma'd WHAT THE FUCK!!! [b]Edit:[/b] O fuck o fuck. This is gonna suck being an 08'r now.
Facebook used to give you a big annoying lens flare if you typed the Konami code in, but it does not anymore. :(
Thread screenshot. [img]http://img.skitch.com/20090801-d9u3aner5jqasywsyyfst2ks8h.png[/img]
Doesn't do shit for me.
[QUOTE=ColinSSX;16408661]Thread screenshot. [img]http://img.skitch.com/20090801-d9u3aner5jqasywsyyfst2ks8h.png[/img][/QUOTE] Ohshi-
Do you have to do it, like super uberly fast?
[QUOTE=DoritoBanditV2;16408801]Do you have to do it, like super uberly fast?[/QUOTE] Rate doesn't matter, javascript doesn't care. As long as you enter the keys one after the other, it should work.
[URL=http://img43.imageshack.us/i/ahhaah.png/][IMG]http://img43.imageshack.us/img43/1638/ahhaah.png[/IMG][/URL]
Congratulations, you found the easter egg in my greasemonkey script :golfclap:
-snip-
*Up, Up, Down, Down, Left, Right, Left, Right, Enter* :D "[b]BANNED[/b]: get the fuck out of here you dumb shit!" :C
Doesn't work for me.
[img]http://img.skitch.com/20090801-pyi28s2tuj4whf3r5gpx64ihxr.png[/img] [editline]01:45AM[/editline] [QUOTE=Warriorx6;16409201]Doesn't work for me.[/QUOTE] On a more serious note, install Grease Monkey to Firefox, go to [url]www.userscripts.com[/url], search for "facepunch ultra script", install the script. Then try.
I initially made this to simulate pr3dator's ban spree but I think I'll make it use the names of random fp moderators
[QUOTE=mm3guy;16409362]I initially made this to simulate pr3dator's ban spree but I think I'll make it use the names of random fp moderators[/QUOTE] Won't you have to add a pool of generic bans and moderator specific bans to do that? Sounds like a lot of work for an easter egg.
Sorry, you need to Log In to post a reply to this thread.