The Ctrl-V Thread

A place for silliness and shenanigans.
User avatar
MakeContact
Posts: 14
Joined: 30 Dec 2011, 10:45
Location: Everywhere
Contact:

Re: The Ctrl-V Thread

Post by MakeContact » 08 Jun 2012, 04:30

You sir, are a bottomless pea (WTF)
Technetium on The Escapist.

User avatar
tanisjihanis
Retired
Posts: 1495
Joined: 31 Jan 2011, 17:29
Location: Berkeley, California

Re: The Ctrl-V Thread

Post by tanisjihanis » 08 Jun 2012, 08:49

SurvivalBot: [g] dragon67845: awsome i see you grefed us
Image
C. S. Lewis wrote:-When we become adults, we must put away childish things, including the fear of childishness and the desire to be very grown up
-To truly own something one must be capable of giving it away

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 09 Jun 2012, 02:47

Okay, 'science' doesn't state that it's irrational,
Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
MakeContact
Posts: 14
Joined: 30 Dec 2011, 10:45
Location: Everywhere
Contact:

Re: The Ctrl-V Thread

Post by MakeContact » 10 Jun 2012, 09:02

[13:31]Stein says, "The human brain can only remember 180 names and faces at any one time"

[13:33]Deathpanda3 says, "Does that mean it can remember 180 different kisses?"

[13:34]Jojobean laughs

[13:34]Jojobean says, "Lol Panda you'll have to do some experiments"

[13:35]Stein laughs

[13:35]Jojobean laughs

[13:36]MakeContact says, "lfmao"
Technetium on The Escapist.

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 10 Jun 2012, 11:02

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
davejavu
Rodney
Posts: 445
Joined: 12 Jan 2011, 10:06

Re: The Ctrl-V Thread

Post by davejavu » 10 Jun 2012, 15:19

I think I was coding at the time
Spoiler! :

Code: Select all

//Loop
			for (Player p : getServer().getOnlinePlayers()){
				String[] list = getConfig().getString("players." + p.getName().toLowerCase() + ".tags").split(";");
				boolean b = false;
				StringBuilder nmsg = new StringBuilder();
				for (String w : evt.getMessage().split(" ")) {
					boolean app = false;
					boolean app2 = false;
					for (String a : list){
						if (w.equalsIgnoreCase(a)) {
							b = true;
							String nw = ChatColor.AQUA + "@" + w + ChatColor.WHITE;
							if (!app) {
								nmsg.append(nw + " ");
								app = true;
								app2 = true;
							}
							//evt.getMessage().replace(w, nw);
							
						}else{
							if (!app && !app2) {
								nmsg.append(w + " ");
								app2 = true;
							}
						}
					}
					
				}
				String newmsg = nmsg.toString();
				evt.setMessage(newmsg);
				if (b) {
					p.playEffect(player.getLocation(), Effect.GHAST_SHRIEK, 0);
					World world = p.getLocation().getWorld();
				     
			    	int xstart = p.getLocation().getBlockX() - 1;
			    	int zstart = p.getLocation().getBlockZ() + 1;
			     
			    	int x2 = xstart + 2;
			    	int z2 = zstart + 2;
			     
			    	for(int xoperate = xstart; xoperate <= x2; xoperate++){ 
			    		for(int zoperate = zstart; zoperate <= z2; zoperate++){
			    			Block loce = world.getBlockAt(xoperate,p.getLocation().getBlockY() + 1,zoperate);
			    			p.playEffect(loce.getLocation(), Effect.SMOKE, 10000);
			    		}
			    	}
				}
			}
goobyplsdontcopy >.>

User avatar
Invunarble
Site Contributor
Posts: 4201
Joined: 11 Feb 2012, 18:45
Location: Canada

Re: The Ctrl-V Thread

Post by Invunarble » 11 Jun 2012, 18:37

[18:40] <SurvivalBot> [g] Lord_Mountbatten: You don't mean *collective gasp* mainstream?
Image
"The roses are red, but Invunarble is blue. Hit him with a puma." - Vallorn
Image
"Baked fucking potato" - Lord Mountbatten, 2014

User avatar
trovo22
Posts: 643
Joined: 13 Nov 2011, 11:28
Location: Illinois, US of A

Re: The Ctrl-V Thread

Post by trovo22 » 11 Jun 2012, 23:38

Hey Pander? My cat ate my dogs pups.

Idk wht I had that... Dont even have a cat
DURRR lalala NINJA!!!

Image

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 12 Jun 2012, 00:51

leaders who forbid their followers to use effective contraceptive methods ... express a preference for "natural" methods of population limitation, and a natural method is exactly what they are going to get. It is called starvation.
Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
givemeabreak432
Retired
Posts: 476
Joined: 11 Nov 2010, 19:54
Location: Helena, MT

Re: The Ctrl-V Thread

Post by givemeabreak432 » 12 Jun 2012, 11:36

You're walking in a park and you see a guy beating up his girlfriend. What do you do?

A. Interfere
B. Walk away

You're walking in a park and you see a girl beating up her boyfriend. What do you do?

A. Interfere
B. Walk away

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 12 Jun 2012, 17:41

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
Wildwill002
Posts: 3162
Joined: 15 Dec 2010, 12:42
Location: Blackpool

Re: The Ctrl-V Thread

Post by Wildwill002 » 13 Jun 2012, 09:04

The heat of the fire bowls you over, strikes you, and leaves you in a gutter, sparing no part of you. You should probably split.
Image
Spoiler! :

Code: Select all

            ,             ,
           / '.         .' \
          /    '.     .'    \
           '-._  '. .'  _.-'
               '-. ; .-'
              _.-;(_);-._
          _.-'   .'_'.   '-._
          \    .'/[+]\'.    /
           \_.' /     \ '._/
                |  _  |
                | [_] |
               /III III\
               `"""""""`

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 14 Jun 2012, 00:23

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
MrJKapowey
Posts: 461
Joined: 20 Mar 2011, 15:15
Location: Bucks, Great Britain

Re: The Ctrl-V Thread

Post by MrJKapowey » 14 Jun 2012, 04:27

http://imageshack.us/photo/my-images/11/pimpmygun2.jpg/

- I was offering criticism to someone who has not learned the art of being good at a flash programme, this was what he made.
'Dum-dums we ain't!'

Thanks to CaitxxSith on DeviantART for the free avatars.

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 15 Jun 2012, 22:04

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
Invunarble
Site Contributor
Posts: 4201
Joined: 11 Feb 2012, 18:45
Location: Canada

Re: The Ctrl-V Thread

Post by Invunarble » 16 Jun 2012, 01:58

touch telepaths n'@ ^.~
Image
"The roses are red, but Invunarble is blue. Hit him with a puma." - Vallorn
Image
"Baked fucking potato" - Lord Mountbatten, 2014

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 21 Jun 2012, 21:59

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
Wildwill002
Posts: 3162
Joined: 15 Dec 2010, 12:42
Location: Blackpool

Re: The Ctrl-V Thread

Post by Wildwill002 » 21 Jun 2012, 23:30

I didnt believe that until I saw the word greece

http://www.youtube.com/watch?v=dHPj6ggSHfY
Image
Spoiler! :

Code: Select all

            ,             ,
           / '.         .' \
          /    '.     .'    \
           '-._  '. .'  _.-'
               '-. ; .-'
              _.-;(_);-._
          _.-'   .'_'.   '-._
          \    .'/[+]\'.    /
           \_.' /     \ '._/
                |  _  |
                | [_] |
               /III III\
               `"""""""`

User avatar
Tomenaki
Retired
Posts: 312
Joined: 12 Dec 2010, 16:48
Location: PA
Contact:

Re: The Ctrl-V Thread

Post by Tomenaki » 22 Jun 2012, 00:31

http://www.youtube.com/watch?v=q9MaTcqokj4

Hmm... A bit of Dissidia 012 playing it seems. lol
Image
Image

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 22 Jun 2012, 00:45

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.


User avatar
MrWhales
Posts: 1296
Joined: 31 Oct 2010, 11:37
Location: discord

Re: The Ctrl-V Thread

Post by MrWhales » 30 Jun 2012, 16:43

999 999 999 999 999 seconds = 31 688.7646 millenia
Image

User avatar
Fuzz422365117
Posts: 861
Joined: 27 Dec 2010, 23:39
Location: Missouri, USA

Re: The Ctrl-V Thread

Post by Fuzz422365117 » 01 Jul 2012, 00:55

My Little Pony: Friendship is Magic- Season 1 Episode 16 (HD)


User avatar
Invunarble
Site Contributor
Posts: 4201
Joined: 11 Feb 2012, 18:45
Location: Canada

Re: The Ctrl-V Thread

Post by Invunarble » 01 Jul 2012, 02:58

owns the whale.
Image
"The roses are red, but Invunarble is blue. Hit him with a puma." - Vallorn
Image
"Baked fucking potato" - Lord Mountbatten, 2014

User avatar
MrWhales
Posts: 1296
Joined: 31 Oct 2010, 11:37
Location: discord

Re: The Ctrl-V Thread

Post by MrWhales » 01 Jul 2012, 10:08

Man I'm creepy.
Image

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 01 Jul 2012, 11:07

Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 04 Jul 2012, 21:01

Delenda est Carthago
Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

User avatar
MrWhales
Posts: 1296
Joined: 31 Oct 2010, 11:37
Location: discord

Re: The Ctrl-V Thread

Post by MrWhales » 05 Jul 2012, 13:12

Image

User avatar
697134002
Posts: 1845
Joined: 20 Dec 2010, 16:17
Location: Canada

Re: The Ctrl-V Thread

Post by 697134002 » 05 Jul 2012, 13:15

Furthermore, I think that Carthage must be destroyed.
Richard Dawkins wrote:I am against religion because it teaches us to be satisfied with not understanding the world.

Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests