Jump to content

The Puu.sh Game v1.0


BawsZ

Recommended Posts

So i was just going to release an image of proof of a scam attempt by someone as a joke and decided to change the letter in the middle of the puu.sh to post it

 

By doing this i saw someone elses PUU.SH come up and kept doing it to see what results i got

believe me there were some funny ones

me and levi had a little play around with the letters

 

6mDC1.jpg

6mDCS.jpg

^levis' find

all

you need to do is change the letter in the middle of the image link

 

so..

http://puu.sh/6mBoQ[.png]

could be changed to

http://puu.sh/6mCoQ[.png]

 

use the tags and post your results!! theres some really funny ones out there

6mBoQ.png

 

MADE THIS PROGRAM IN LIKE 5 MINS! PICS WILL SAVE TO C://puushGame

DOWNLOAD LINK HERE: https://dl.dropboxusercontent.com/u/3697578/puushGame.jar

GO NUTS! 

(code it brutal like i said wrote up in 5 mins brace yourself if u plan on decompiling)

2635df703db89629f8fcbc98683cfa61.png

 

 

Edited by BawsZ
  • Like 1
Link to comment
Share on other sites

So i was just going to release an image of proof of a scam attempt by someone as a joke and decided to change the letter in the middle of the puu.sh to post it

 

By doing this i saw someone elses PUU.SH come up and kept doing it to see what results i got

believe me there were some funny ones

me and levi had a little play around with the letters

 

6mDC1.jpg

6mDCS.jpg

^levis' find

all

you need to do is change the letter in the middle of the image link

 

so..

http://puu.sh/6mBoQ[.png]

could be changed to

http://puu.sh/6mCoQ[.png]

 

use the tags and post your results!! theres some really funny ones out there

6mBoQ.png

 

 

 

So i was just going to release an image of proof of a scam attempt by someone ;)

  • Like 1
Link to comment
Share on other sites

	public BufferedImage lol()
	{
		String url = "http://puu.sh/";
		BufferedImage lul = null;
		for (int i = 0; i < 5; i++)
		{
			int r = random(1, 63);
			url += r <= 10 ? (char) random(48, 58) : r <= 36 ? (char) random(65, 91) : (char) random(97, 123);
		}
		try {
		lul = ImageIO.read(new URL(url));
		} catch (Exception e){ return lol(); };
		if (lul == null) return lol();
		return lul;
	}

lul

  • Like 2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...