document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*
  2. GNOT General Public License!
  3. (c) 1995-2011 Microsoft Corporation
  4. */
  5.  
  6. #include "dos.h"
  7. #include "win95.h"
  8. #include "win98.h"
  9. #include "sco_unix.h"
  10. #include "metro.h" //windows 8
  11.  
  12. class Windows8 extends WindowsSeven implements Nothing {
  13.    
  14.     int totalNewFeatures = 6; //task manager, ribbon, new bsod =D, new WAT, metro, linux_block
  15.     int totalWorkingFeatures = 1; //bsod
  16.     float bugCount = 345889E+09;
  17.     bool readyForRelease = FALSE;
  18.    
  19.     void main() {
  20.         while (!CRASHED) {
  21.             if (first_time_install) {
  22.                 if (installedRAM < 2GB || processorSpeed < 4GHz || videoCard < 1) { //requires video card
  23.                     MessageBox("Hardware incompatibility error.");
  24.                     GetKeyPress();
  25.                     //BSOD();
  26.                     BSOD2(); //windows 8
  27.                 }
  28.             }
  29.             Make10GBswapfile();
  30.             SearchAndDestroy(FIREFOX|OPENOFFICEORG|ANYTHING_GOOGLE|LINUX_PARTITION|GRUB); //new features (linux & grub)
  31.             AddRandomDriver();
  32.             MessageBox("Driver incompatibility error.";
  33.             GetKeyPress();
  34.             //BSOD();
  35.             BSDO2(); //windows 8
  36.         }
  37.    
  38.         //printf("Welcome to Windows 2000");
  39.         //printf("Welcome to Windows XP");
  40.         //printf("Welcome to Windows Vista");
  41.         //printf("Welcome to Windows 7");
  42.         printf("Welcome to Windows 8"); //8 : official name?
  43.        
  44.         goto check_license;
  45.        
  46.         goto start_metro; //windows 8 exclusive!! remove it on future versions
  47.        
  48.         start_metro:
  49.             StartMetroUI();
  50.             if (WindowsStartMenuClick == 1)
  51.             {
  52.                 goto start_metro;
  53.             }
  54.             else
  55.             {
  56.                 if (TryingToRemoveMetroUsingRegedit == 1)
  57.                 {
  58.                     goto start_metro;
  59.                 }
  60.             }
  61.            
  62.         if (still_not_crashed) {
  63.             //CheckUserLicense();
  64.             //DoubleCheckUserLicense();
  65.             //TripleCheckUserLicense();
  66.             goto check_license;
  67.            
  68.             check_license:
  69. #ifdef NEED_LICENSE    //DO_NOT_REMOVE, ALWAYS NEED A LICENSE
  70. #include "string.h"
  71. #endif
  72.                 if (strlen(LicenseInput) < 10 || CheckOEMLicense(LicenseInput) < 1)
  73.                 {
  74.                     MessageBox("License is already in use or invalid.");
  75.                     GetKeyPress();
  76.                     //BSOD();
  77.                     BSOD2(); //windows 8
  78.                 }
  79.                 else
  80.                 {
  81.                     goto start_metro;
  82.                 }
  83.            
  84.             RelayUserDeatilsToRedmond();
  85.             DisplayFancyGraphics();
  86.             FlickerLED(hard_drive);
  87.             //SetTheme(WindowsVista);
  88.             SetTheme(WindowsSeven);
  89.             RunWindowsSeven();
  90.         }
  91.     }
  92.    
  93.     return LotsMoreMoney;
  94. }
');