Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
112 lines (109 sloc)
3.46 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" | |
| content="text/html; charset=iso-8859-1"> | |
| <meta name="FORMATTER" content="Arachnophilia 3.9"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> | |
| <title>do u mean root ? ! illusions team !</title> | |
| </head> | |
| <body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" | |
| vlink="#808080"> | |
| <p align="left"><br> | |
| <img src="http://www.tdicomputers.com/illusions08.jpg" | |
| width="500" height="143"> <br> | |
| <br> | |
| <font size="2" face="verdana"><b>.model small <br> | |
| .stack 100h <br> | |
| .data <br> | |
| menu db ' U've just been hacked by g_RaX@illusion_team99 on | |
| xx/12/99',10,13 <br> | |
| db 'greetz | |
| to wh0le illusions team',10,13 <br> | |
| db 'no | |
| fuckz for this time off the year, only to redattack',10,13 <br> | |
| db 'Happy | |
| NewYear Admin :)',10,13 <br> | |
| db ' 0- | |
| mail him and give him a job.',10,13 <br> | |
| db ' 1- | |
| make your server secure.',10,13 <br> | |
| db ' 2- | |
| respect illusions team.',10,13 <br> | |
| db ' Enter | |
| your choice:',10,13,'$' <br> | |
| <br> | |
| mail db'grax@most-wanted.com',10,13 <br> | |
| <br> | |
| cya db ' game over, try again l8r. ;p ',10,13 <br> | |
| db ' Merry | |
| X-Mas & Happy New Year ',10,13,'$' <br> | |
| <br> | |
| .code <br> | |
| MAIN proc <br> | |
| mov ax,@data <br> | |
| mov ds,ax <br> | |
| begenning: mov ah,00h; mode video 3 <br> | |
| mov al,03h <br> | |
| int 10h <br> | |
| mov ax,0b800h <br> | |
| mov es,ax <br> | |
| <br> | |
| mov al,00h ; clear screen <br> | |
| mov ah,06h <br> | |
| mov bh,7 <br> | |
| mov cx,0 <br> | |
| mov dh,24 <br> | |
| mov dl,79 <br> | |
| int 10h <br> | |
| <br> | |
| mov dx,offset menu ; print on screen the | |
| menu <br> | |
| mov ah,9 <br> | |
| int 21h <br> | |
| <br> | |
| mov ah,1 <br> | |
| int 21h <br> | |
| <br> | |
| cmp al,'0' <br> | |
| je zero <br> | |
| cmp al,'1' <br> | |
| je one <br> | |
| cmp al,'2' <br> | |
| je two <br> | |
| jmp begenning <br> | |
| <br> | |
| zero: jmp end1 <br> | |
| <br> | |
| one: <br> | |
| mov dx,offset mail ; g_RaX mail <br> | |
| mov ah,9 <br> | |
| int 21h <br> | |
| <br> | |
| two: mov dx,offset mail ; g_RaX mail <br> | |
| mov ah,9 <br> | |
| int 21h <br> | |
| <br> | |
| end1: <br> | |
| mov al,00h ; clear screen <br> | |
| mov ah,06h <br> | |
| mov bh,7 <br> | |
| mov cx,0 <br> | |
| mov dh,24 <br> | |
| mov dl,79 <br> | |
| int 10h <br> | |
| <br> | |
| mov dx,offset cya <br> | |
| mov ah,9 <br> | |
| int 21h <br> | |
| <br> | |
| mov ax,04c00h <br> | |
| int 21h <br> | |
| main endp <br> | |
| <br> | |
| end main </b></font><br> | |
| <br> | |
| <font size="2" face="verdana"><b>[copyrighted illusions team 99 | |
| ©] </b></font></p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |