| Home | RSS Feeds |
| Funny Pictures | Funny Videos |
| Funny GIFs | YouTube Videos |
| Text/Links | Comic Editor |
| User Rankings | Channels |
| Copyright Removal Request | |
| |
another thing for the bigger bastards here ... let's say u want to make a countdown starting from over 9000 to 0 ... even when holding enter that'll take a while.
you can do it in about 5 minutes (if u're slow).
1. open MS Excel and start on the first row.
2. in the first column (A) type this:
msgbox "
3. in the second column (B) type this:
9001
4. in the third column (C) type this:
",20,"Internet Explorer"
5. in the fourth column (D) type this command:
=A1&B1&C1
6. now do the exact same for the second row, just type 9000 in column B instead of 9001
7. now drag it all the way down so it automatically fills in the next rows ... all the way untill column B gives 0.
8. select the entire column D and copy paste it into your text file and hit save.
enjoy how even holding enter without reading takes damn long.
you can do it in about 5 minutes (if u're slow).
1. open MS Excel and start on the first row.
2. in the first column (A) type this:
msgbox "
3. in the second column (B) type this:
9001
4. in the third column (C) type this:
",20,"Internet Explorer"
5. in the fourth column (D) type this command:
=A1&B1&C1
6. now do the exact same for the second row, just type 9000 in column B instead of 9001
7. now drag it all the way down so it automatically fills in the next rows ... all the way untill column B gives 0.
8. select the entire column D and copy paste it into your text file and hit save.
enjoy how even holding enter without reading takes damn long.
the shutdown proces wscript.exe will simply stop the messages from showing up ...
so u don't screw yourself over and end up holding enter for 5 minutes when u try the over 9000 part ;)
if u meant my first reply ... it just makes 9001 lines for the script where every line gives an unique number between 9002 and 0 ...
so u don't screw yourself over and end up holding enter for 5 minutes when u try the over 9000 part ;)
if u meant my first reply ... it just makes 9001 lines for the script where every line gives an unique number between 9002 and 0 ...