Index | Kontakt | Board | English | Perry Rhodan | Projeky | Pascal | Hack | Fun | Literatura | Galerie | Like/Hate | Linky | Počítadlo | Whois
Back
Down \/ Back

speed.pas

Petr "Zweistein" Prokop


{ zwei.stein@worldonline.cz, zweistein.kgb.cz }
Program speedy; { (c) Petr "Zweistein" Prokop Program speedy : Zrychlení časovače v biosu, softwarové přetaktování hodin } Uses Crt,Dos; Procedure SpeedUp(sp:Word); Begin; sp:=65536 div sp; Port[$43]:=$34; Port[$40]:=Lo(sp); Port[$40]:=Hi(sp); End; var Y,Mo,D,x,H,M,S,SS,I,I2:Word; Begin; ClrScr; SpeedUp(65535); Repeat GetTime(h,m,s,ss); GetDate(y,mo,d,x); For I:=1 To 25 Do For I2:=1 To 3 Do Begin; GotoXY(Trunc(Random*(I2*23-22)),Trunc(Random*I-2)+3); TextColor(Trunc(Random*I)); TextBackGround(Trunc(Random*I2)); Write(y,':',mo,':',d,':',h,':',m,':',s,':',ss,' '); End; GotoXY(1,1); TextColor(14); TextBackGround(0); Write('[z]----- Y2K FATAL ERROR : ',y,':',mo,':',d,':',h,':',m,':',s,':',ss,' '); Until Keypressed; SpeedUp(1); End.

(c) Zweistein 2000-2002
od 07-22-2001 byla stránka zobrazena Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 2 Warning: mysql_select_db(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 3 Warning: mysql_select_db(): A link to the server could not be established in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 3 Warning: mysql_query(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 5 Warning: mysql_query(): A link to the server could not be established in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 5 Warning: mysql_query(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 6 Warning: mysql_query(): A link to the server could not be established in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 6 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 7 Warning: mysql_close() expects parameter 1 to be resource, boolean given in /DISK2/WWW/zweistein.cz/kgb/pocitadlo.php on line 8
Back E-m@il Board
Up /\ Back
Index | Kontakt | Board | English | Perry Rhodan | Projeky | Pascal | Hack | Fun | Literatura | Galerie | Like/Hate | Linky | Počítadlo | Whois