10 print "hello" 20 goto 10
Fundamental BASIC programming for home computers. An advanced variation was 10 print "Fuck Off" 20 goto 10, and real gurus would put a semi-colon after the closing speech marks.
written by , approved by Matt
Sorry to be a real fucking nerd, sorry, guru, but in actual fact that's still only half the story. A true professional will minimise the time at the keyboard to avoid detection, and contract the code onto one line, with a colon.
Additionally, there should be a space at the end of the quote, otherwise you end up with "fuck offfuck offfuck..", which, while undeniably rude, is also somewhat nonsensical.
If you are a true genius, you'll know that the screen is 80 characters across, so " fuck off " (being 10 characters) arranges into neat columns, just like "fuck off" did.
Debate rages as to the virtue of neat columnisation; it does appear to freeze the screen when you run out of space, but the irregular thrashing about of a nine-wide string is a more eye-catching blur as it scrolls by, only becoming legible once the teacher strikes the required control-break key combination. Sort of like an insult time-bomb.
Wicked.
My refined type-and-run stunt would be:
10 PRINT "FUCK OFF "; : GOTO 10
RUN
Modern pupils please note, this doesn't work from a DOS prompt.
Although you could put the following on the end of AUTOEXEC.BAT:
@echo off
:1
echo FUCK OFF
goto 1
Additionally, there should be a space at the end of the quote, otherwise you end up with "fuck offfuck offfuck..", which, while undeniably rude, is also somewhat nonsensical.
If you are a true genius, you'll know that the screen is 80 characters across, so " fuck off " (being 10 characters) arranges into neat columns, just like "fuck off" did.
Debate rages as to the virtue of neat columnisation; it does appear to freeze the screen when you run out of space, but the irregular thrashing about of a nine-wide string is a more eye-catching blur as it scrolls by, only becoming legible once the teacher strikes the required control-break key combination. Sort of like an insult time-bomb.
Wicked.
My refined type-and-run stunt would be:
10 PRINT "FUCK OFF "; : GOTO 10
RUN
Modern pupils please note, this doesn't work from a DOS prompt.
Although you could put the following on the end of AUTOEXEC.BAT:
@echo off
:1
echo FUCK OFF
goto 1
written by excluded pupil, approved by Phil
Oh, please. Amateurs. You want *real* nerdy?
Before entering the program, you'd type:
*FX13,6
and
*KEY 10 "OLD |M RUN |M"
This would ensure that the 'Escape' key was disabled, and that upon pressing 'Break', the program would be restored, and run once again. This would render the program invincible!!
Well, until someone used Ctrl-Break, or turned the machine off. The thought was there.
Before entering the program, you'd type:
*FX13,6
and
*KEY 10 "OLD |M RUN |M"
This would ensure that the 'Escape' key was disabled, and that upon pressing 'Break', the program would be restored, and run once again. This would render the program invincible!!
Well, until someone used Ctrl-Break, or turned the machine off. The thought was there.
written by Jo* Top*er, approved by Log
My version of this solved the columns problem, keeping it eyecatching in a different way
*FX 13,6
*KEY 10 O.|MRUN|M
10 MODE 2
20 COLOUR RND(7)+1
30 PRINT "FUCK OFF ";
40 GOTO 20
And other variations thereof. Including bringing in a copy of Superior Software's Speech program and adding 35 IF RND(10) = 1 THEN *SAY FUCK OFF
No-wonder I was always beaten up for being a geek.
*FX 13,6
*KEY 10 O.|MRUN|M
10 MODE 2
20 COLOUR RND(7)+1
30 PRINT "FUCK OFF ";
40 GOTO 20
And other variations thereof. Including bringing in a copy of Superior Software's Speech program and adding 35 IF RND(10) = 1 THEN *SAY FUCK OFF
No-wonder I was always beaten up for being a geek.
written by Lu* X, approved by Susan
Could also be used in various electrical chain stores (at least in the days before password protected screen savers), where the kids knew more about the computers than the assistants; i.e., all of them.
written by an*nym*us u*er, approved by Susan
All I ever discovered was that "2B: REGISTER" had the same number of characters as "GAMMON FLAPS". Equipped with this knowledge and the BBC Micro's trusty *BREAK* key, we wreaked havoc on our teacher's proudest new program, which he unveiled in front of the entire class. I was grassed up within twenty seconds.
written by excluded pupil, approved by Susan
In the event that you had a clueless teacher and a strict programming deadline to meet, consider this program;
10 REM This is our program
20 REM The rest of it is hidden
30 REM unless you have the password
40 REM -----------
We convinced our teacher that we had infact written things into the program which stopped "LIST" working.
After a week of trying to get around this, our teacher had completely forgotten about the original program, and came back to us saying that he'd given us top marks for amazingness.
10 REM This is our program
20 REM The rest of it is hidden
30 REM unless you have the password
40 REM -----------
We convinced our teacher that we had infact written things into the program which stopped "LIST" working.
After a week of trying to get around this, our teacher had completely forgotten about the original program, and came back to us saying that he'd given us top marks for amazingness.
written by Ku*g Foo, approved by Susan
I can't believe I just read that.
Incidentally, to prove to yourself just how much faster your computer is now than those school BBCs used to be,Click here.
Incidentally, to prove to yourself just how much faster your computer is now than those school BBCs used to be,Click here.
written by excluded pupil, disapproved by Log
<script><!--
function wank(message) {
var t = 1;
while (t < 2) {
document.write(message);
}
} //--></script>
If you want final and absolute proof that your current computer is faster than the BBC micro you used to do the above stunts on, click <a href="javascript:wank('fuck off -
');">here!</a>
function wank(message) {
var t = 1;
while (t < 2) {
document.write(message);
}
} //--></script>
If you want final and absolute proof that your current computer is faster than the BBC micro you used to do the above stunts on, click <a href="javascript:wank('fuck off -
');">here!</a>
written by excluded pupil, disapproved by Susan
and for those of you that can't remember line numbers...
10 print "hello"
20 run
10 print "hello"
20 run
written by an*nymo*s us*r, disapproved by Log
The preferred escape trap in my 'hood was ON ERROR GOTO 10, for some value of 10. Much classier than that FX shit.
It needs to be emphasised that the stuff to trap the break was considered deep voodoo; if we'd known the term 3l337, we'd have applied it here.
It needs to be emphasised that the stuff to trap the break was considered deep voodoo; if we'd known the term 3l337, we'd have applied it here.
written by an*nymo*s *ser, disapproved by Phil
On a Commodore PET, you can use:
10 print " fuck off||||||||";:goto 10
where | is the character got by pressing the cursor left key. Then your message appears moving to the right along the screen.
If you know a bit of machine code, you could insert a wedge program into the routine which is executed every 1/60 of a second, so that a message is printed on the screen, and nothing your victim does, short of switching the machine off, will delete it.
10 print " fuck off||||||||";:goto 10
where | is the character got by pressing the cursor left key. Then your message appears moving to the right along the screen.
If you know a bit of machine code, you could insert a wedge program into the routine which is executed every 1/60 of a second, so that a message is printed on the screen, and nothing your victim does, short of switching the machine off, will delete it.
written by Cr*ig*Hud*on, disapproved by Phil
A real time saver was knowing that ? meant the same as PRINT. Depending on what computers your school had, you could get away with the ludicrously efficient
10 ?"HELLO":GOTO10
10 ?"HELLO":GOTO10
written by Ro*ie M*y, disapproved by Phil
