| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2001 
				Location: N.Y. -Long Island -- 
				
				
					Posts: 122,992
				 
				
				
				
				 | 
	
	
	
	
		
			
			 CREDIT GOES TO MRPHEER 
		
	
		
		
		
		
		
	
	anybody else??? leave the names i'll add them chrome: Tampermonkey - Chrome Web Store firefox: Greasemonkey :: Add-ons for Firefox Code: 
	// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @include     https://gfy.com/*
// @include     http://*.gfy.com/*
// @require     https://code.jquery.com/jquery-1.7.2.min.js
// @version     1.0
// @grant       none
// ==/UserScript==
 
var hide_users = [
    'brassmonkey',
    'blackmonsters'
];
 
$(document).ready(function () {
    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
        var thread_block = $(this);
        var thread_starter = $('span[style="cursor:pointer"]', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (thread_starter === hide_user) {
//         $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                thread_block.remove();
            }
        });
    });
 
    $('table[id^="post"]').each(function (post_index, post_value) {
        var post_block = $(this);
        var post_author = $('a.bigusername', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (post_author === hide_user) {
                post_block.remove();
            }
        }); //removes entire post of someone on the ignore list.
 
     /**   $('div[style^="margin:"]').each(function (post_index, post_value) {
            var post_block = $(this);
            var post_author = $('strong', this).text();
            $(hide_users).each(function (hide_index, hide_user) {
                if (post_author === hide_user) {
                    post_block.remove();
                }
            });
        }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
**/
 
    }); //end of nested forloops for checking both posts and quotes.
});
 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Aug 2004 
				
				
				
					Posts: 907
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jul 2005 
				
				
				
					Posts: 102
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Join Date: Aug 2004 
				
				
				
					Posts: 22
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 
				__________________ 
		
		
		
		
	
	Shrink to the Stars  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Jun 2007 
				
				
				
					Posts: 1,447
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		![]() ![]() ![]() ![]() ![]() ![]() 
				__________________ 
		
		
		
		
	
	Achmed Oil - Achmed Holdings - Achmed Guns n Ammo Ceo of all companies [email protected] [email protected] آخرون من نفس المجموعة، وهم عبدالرؤوف الشايب وسيد شرف الستري لاعتداء قوات الأمن أثناء تواجدهم في المطار، ويعتبر البعض ذلك تصفية للحسابات قامت به http://tweeter.com/achmedholdings  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 555
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 great shits 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Just Doing My Own Thing 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2011 
				Location: London, Spain, New Zealand, GFY - Not Croydon... 
				
				
					Posts: 25,248
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 So you can stop trolling BM now? 
		
	
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 See signature :) 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Apr 2007 
				Location: ICQ 363 097 773 
				
				
					Posts: 29,656
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 bump for BM duo 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 555
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 see sig.. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 full-time aspiring rapper 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2012 
				Location: Compton, CA 
				
				
					Posts: 5,746
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 You can probably add blackmonster's other nick. The one with purple fonts and nonstop bullshit about nuffins. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2004 
				Location: Happy in the dark. 
				
				
					Posts: 93,682
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 No fun ... 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted Windows VPS now available Great for TSS, Nifty Stats, remote work, virtual assistants, etc.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 Fakecoin Investor 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jul 2012 
				Location: New Delhi, IN 
				
				
					Posts: 7,127
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 whoa my shit! Achmed! 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	WARNING: Stay Away From Marlboroack aka  aka Brandon Ackerman 
			https://gfy.com/21169705-post8.html Donny Long is Felon, Stalker, Scammer & Coward http://www.ripoffreport.com/reports/...lon-int-761244  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2012 
				Location: All Over 
				
				
					Posts: 3,917
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 For some reason I thought that tcl dude was Asian.... 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#15 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2002 
				
				
				
					Posts: 21,480
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Actually the credit should go to Killswitch, he originally wrote the script. 
		
	
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#16 | 
| 
			
			
			
			 cuck 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2003 
				
				
				
					Posts: 11,571
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		![]()  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#17 | 
| 
			
			
			
			 So Fucking Fabulous 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Apr 2003 
				Location: Indiana 
				
				
					Posts: 11,375
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 nope that is all juicy knows how to do these days. It's pathetic. The guy has 124k posts but if you look at his last 50 posts 40-45 of them are him bumping 4-8 yr old bm threads or just trolling his current posts by him  
		
	
		
		
		
		
			![]() 
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#18 | 
| 
			
			
			
			 Making PHP work 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Nov 2002 
				Location: 🌎🌅🌈🌇 
				
				
					Posts: 20,652
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 He is. 
		
	
		
		
		
		
			
		
		
		
		
	
	HC just can't believe that multiple people think his ideas are shit. ![]()  | 
| 
		
 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#19 | 
| 
			
			
			
			 full-time aspiring rapper 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2012 
				Location: Compton, CA 
				
				
					Posts: 5,746
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#20 | |
| 
			
			
			
			 Making PHP work 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Nov 2002 
				Location: 🌎🌅🌈🌇 
				
				
					Posts: 20,652
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 ![]()  | 
|
| 
		
 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#21 | |
| 
			
			
			
			 I need a beer  
			
		
			
				
			
			
			![]() Industry Role:  
				Join Date: Jun 2002 
				Location: ♠ Toiletville ♠ 
				
				
					Posts: 133,949
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
   Juicy = Post Bot Alert!!!!!!!!!!!!!!!!!!!
				__________________ 
		
		
		
		
	
	 | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#22 | 
| 
			
			
			
			 So Fucking Fabulous 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Apr 2003 
				Location: Indiana 
				
				
					Posts: 11,375
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 oh my bad!! but his post bot is broken and now seems to be just a troll bot  
		
	
		
		
		
		
			![]() 
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#23 | 
| 
			
			
			
			 Webmaster 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2004 
				
				
				
					Posts: 14,294
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#24 | 
| 
			
			
			
			 full-time aspiring rapper 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2012 
				Location: Compton, CA 
				
				
					Posts: 5,746
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#25 | 
| 
			
			
			
			 cuck 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2003 
				
				
				
					Posts: 11,571
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#26 | 
| 
			
			
			
			 Naked in my bathroom 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2008 
				Location: Europe 
				
				
					Posts: 6,162
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Good obe Juicy 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#27 | 
| 
			
			
			
			 svp get banned svp 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2005 
				
				
				
					Posts: 1,628
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#28 | 
| 
			
			
			
			 TieMeUp 
			
		
			
			
			Industry Role:  
				Join Date: Jul 2008 
				Location: Home 
				
				
					Posts: 7,047
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 It gonna hit the brassm threads the most 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	1million $ in a Month  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#29 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2001 
				Location: N.Y. -Long Island -- 
				
				
					Posts: 122,992
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#30 | 
| 
			
			
			
			 🚨 PBBC International 🚨 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2010 
				Location: /👁\ 
				
				
					Posts: 9,931
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		![]() ![]()  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#31 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Jul 2003 
				Location: Montana 
				
				
					Posts: 46,238
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#32 | 
| 
			
			
			
			 Fakecoin Investor 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jul 2012 
				Location: New Delhi, IN 
				
				
					Posts: 7,127
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 thank for this 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	WARNING: Stay Away From Marlboroack aka  aka Brandon Ackerman 
			https://gfy.com/21169705-post8.html Donny Long is Felon, Stalker, Scammer & Coward http://www.ripoffreport.com/reports/...lon-int-761244  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#33 | 
| 
			
			
			
			 emperor of my world 
			
		
			
			
			Join Date: Aug 2004 
				Location: nethalands 
				
				
					Posts: 29,903
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#34 | 
| 
			
			
			
			 Pay It Forward 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2005 
				Location: Yo Mama House 
				
				
					Posts: 77,258
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law! DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#35 | 
| 
			
			
			
			 full-time aspiring rapper 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2012 
				Location: Compton, CA 
				
				
					Posts: 5,746
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#36 | 
| 
			
			
			
			 Account Shutdown 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2008 
				Location: Gone 
				
				
					Posts: 3,611
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Cool that people have my mod in there, I just wish I didn't comment out what I have.  
		
	
		
		
		
		
		
	
	Remove the Code: 
	/** Code: 
	**/ Otherwise it's exactly as killswitch' original script. With the mod you won't see there quotes from a person you don't have on ignore. I've modified my dropbox link. Code: 
	// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @include     https://gfy.com/*
// @include     http://*.gfy.com/*
// @require     https://code.jquery.com/jquery-1.7.2.min.js
// @version     1.0
// @grant       none
// ==/UserScript==
var hide_users = [
    'TTI-Rich',
    'DVTimes',
    'Twitter',
    'brassmonkey',
    'ShowMe69',
    'AFSC',
    'jerkules',
    'desertfoxx',
    'xXXtesy10',
    'clickity click',
    'johnnyloadproductions'
];
$(document).ready(function () {
    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
        var thread_block = $(this);
        var thread_starter = $('span[style="cursor:pointer"]', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (thread_starter === hide_user) {
//         $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                thread_block.remove();
            }
        });
    });
    $('table[id^="post"]').each(function (post_index, post_value) {
        var post_block = $(this);
        var post_author = $('a.bigusername', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (post_author === hide_user) {
                post_block.remove();
            }
        }); //removes entire post of someone on the ignore list.
        $('div[style^="margin:"]').each(function (post_index, post_value) {
            var post_block = $(this);
            var post_author = $('strong', this).text();
            $(hide_users).each(function (hide_index, hide_user) {
                if (post_author === hide_user) {
                    post_block.remove();
                }
            });
        }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
    }); //end of nested forloops for checking both posts and quotes.
});
 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#37 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2001 
				Location: N.Y. -Long Island -- 
				
				
					Posts: 122,992
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 good stuff  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#38 | 
| 
			
			
			
			 Naked in my bathroom 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2008 
				Location: Europe 
				
				
					Posts: 6,162
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 my support.we should ride for the useless copy past threads once for all 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#39 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2001 
				Location: N.Y. -Long Island -- 
				
				
					Posts: 122,992
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#40 | 
| 
			
			
			
			 So Fucking What 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2007 
				Location: USA 
				
				
					Posts: 6,287
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 this guy is cool, wish he was back, why ban him anyway, smart guy, funny post, we need shit like that 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Our site is coming soon. It will be one of the best ever! I know so. Brian and Penny  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#41 | |
| 
			
			
			
			 Account Shutdown 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2008 
				Location: Gone 
				
				
					Posts: 3,611
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 I'm sure he had an account or two on here.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#42 | 
| 
			
			
			
			 My time is coming... 
			
		
			
			
			Join Date: Jan 2004 
				Location: Europe --- eMail: service(at)badasscompany.com --- ICQ: 60288510 
				
				
					Posts: 7,476
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 haha, great to see Juicy is still alive...oh god, I miss the ol days! :D 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	If lesbian anal is wrong, I don't want to be right.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#43 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 555
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 great tool to bad it doesnt block BM from the internet 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#44 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 292
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Thanks Juicy I can't see Irwin Jones daily rape threads anymore! 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#45 | |
| 
			
			
			
			 Pay It Forward 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2005 
				Location: Yo Mama House 
				
				
					Posts: 77,258
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 ![]() ![]() 
				__________________ 
		
		
		
		
	
	TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law! DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#46 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2004 
				Location: Happy in the dark. 
				
				
					Posts: 93,682
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I dindu nufin' ... 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted Windows VPS now available Great for TSS, Nifty Stats, remote work, virtual assistants, etc.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#47 | 
| 
			
			
			
			 See signature :) 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Apr 2007 
				Location: ICQ 363 097 773 
				
				
					Posts: 29,656
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#48 | 
| 
			
			
			
			 Pay It Forward 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2005 
				Location: Yo Mama House 
				
				
					Posts: 77,258
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law! DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#49 | 
| 
			
			
			
			 See signature :) 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Apr 2007 
				Location: ICQ 363 097 773 
				
				
					Posts: 29,656
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 fiddy dindus 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#50 | |
| 
			
			
			
			 See signature :) 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Apr 2007 
				Location: ICQ 363 097 773 
				
				
					Posts: 29,656
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	 | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
			 
			 
		 | 
		
	|||||||
		
			
  | 
	|||||||
| Bookmarks |