Author Topic: BLID title machine thingy  (Read 1459 times)

Hey people :)
I made a BLID title machine thingy using Java, it says what title your BLID has.

Code: [Select]
import java.util.Scanner;

class Learning{
public static void main(String[] args){
Scanner input = new Scanner(System.in);

System.out.println("Enter your BLID here: ");
int BLID = input.nextInt();

switch(BLID){
case 0:
System.out.println("FIRST TOAST!11 User got banned for this post.");
break;
case 17892:
System.out.println("You are awesome.");
break;

default:
if (BLID <= 100){
System.out.println("You are a REALLY old player.");
}else if (BLID <= 1000){
System.out.println("You are a old player.");
}else if (BLID <= 3000){
System.out.println("You are a pretty old player.");
}else if (BLID <= 6000){
System.out.println("You are a better-then-normal player.");
}else if (BLID <= 12000){
System.out.println("You are a normal player.");
}else if (BLID <= 18000){
System.out.println("You are a casual player.");
}else if (BLID <= 22000){
System.out.println("You are a newby player.");
}else if (BLID > 22000){
System.out.println("You are a very new player.");
}
}
}
}

It works like this, you type a BLID and it generates a title with it.
But I still don't know how to make it run for you >.> but here is a example of it:

-------------------------------------------------------
Enter BLID here:
15240
You are a casual player.
-------------------------------------------------------
pretty easy, tell me what you think about this :D

NOTE:
If you guys take those titles serious you really are pretty stupid, I made this in a few minutes. I didn't really think about the titles.
« Last Edit: December 24, 2010, 12:47:59 PM by keesfani »

Very nice,
but the one thing is.
I'm a 12ker, and I hardly see 12kers nowadays, to be honest, it really matters on your playtime on Blockland.
Some people think they can quit Blockland for a year, come back and be expected to be treated as "cool, old person"
It doesn't matter on your BLID.
It your total hours on Blockland that tells you are old.

It your total hours on Blockland that tells you are old.
So if I bought a game and didnt play it for a year that would mean that the game is still new?

So if I bought a game and didnt play it for a year that would mean that the game is still new?
Well, it's kinda like that.
It's just that people quit, come back later, and then think that they're cool because of there BLID.

lol if statements.

It's nice that someone is using Java for a change though.

Psh, I could've written this in BASIC.

Psh, I could've written this in BASIC.

Im sorry, but what the hell is BASIC?

Im sorry, but what the hell is BASIC?

Microsoft Visual Basic.
oh and what Sirrus said below, I forgot it was also a language.
« Last Edit: December 24, 2010, 10:07:17 AM by Altered »

Im sorry, but what the hell is BASIC?
Lold

What about 2ks?
And why is 6k's "pretty old"
and 3k's "old"


Psh, I could've written this in BASIC.
BASIC is easy but it has ruined traditional ways of programming and is harder to read.

Im sorry, but what the hell is BASIC?
Beginner's All-purpose Symbolic Instruction Code.

It's one of the simplest (and earliest wide-spread) programming languages there is. It hails from a time where you had to be an amateur computer programmer just to use computers period.

this is a bad idea.
a very
VERY
BAD loving IDEA.


         if (BLID <= 100){
            System.out.println("You are a REALLY old player.");

ahem, only badspot and kompressor are under 100.

0    Badspot
1    kompressor
100    Mocheeze    

         if (BLID <= 100){
            System.out.println("You are a REALLY old player.");

ahem, only badspot and kompressor are under 100.

0    Badspot
1    kompressor
100    Mocheeze    

Wasn't he planning on doing something with those IDs?