When the infected file is executed for the first time, the virus will
install itself in memory. Virus reserves 768 bytes for itself at the
top of the free memory. Virus hooks INT 21h and INT 8h (system timer).
Virus will infect all executed files which are between 3 and 61441 bytes
long. Virus checks whether the file contains string 'Dr' at the end of
the file and determines this way if the file is already infected or not.
The string is a part of text the virus contains: 'UnGame(C)Dr'.
Every 4096 timer ticks, virus checks if the video mode is 4, 13, or 19
the timer handler selects 1 of 8 routines to run - depending on timer
count. These routines include warm reboot, some video and musical
effects and a displayed message 'Come On, no.51, You Time is Up.'.
This virus has nothing to do with the Ungame product from DVD Software.