Name: Anonymous 2010-01-21 9:32
Yesterday when I downloaded my free copy of Quake 3 ARENA from my favorite warez site there was also a file "Punkbuster.zip". Here are the main sections of the source code from a file called pb.bas:
10 ' ***************************************************
20 ' * *
30 ' * Description: My first little computer program *
40 ' * Author: Punk Buster *
50 ' * *
60 ' ***************************************************
[..]
300 Main:
310 GOSUB ShowCopyrightMessage
320 GOSUB CalcRandomNumber
330 IF NUM=7 THEN
340 GOSUB PrintStupidMessage
350 GOTO 360
360 GOSUB KickUser
370 END IF
380 GOTO 300
[..]