The Windows98 code converted to VB
This is the VB version of the Windows98 code Original Author: Brandon Burr Side Effects heh, read the title Code Sub Main()LoadTaskbarPause(10000)LoadDesktopPause(10000)If vbProcSpeed = vbFast ThenMakeProcSpeed vbVerySlowElseErr.Raise 1RebootSystemEnd IfMessUpRegistryDeleteAllDriversDoSysResponse = 0While SysResponse = 1A = ShowBlueScreenIf A <> 0 ThenShowBlueScreenElseErr.Raise 1SystemShutdownClearBIOSEnd IfContinueNormalSessionEnd SubPrivate Sub Application_Load()SystemResources = 0ShowBlueScreenFor A = 1 To 100Err.Raise 1Next AActiveApp.Responding = FalsePause(10000)MakeProcSpeed = vbVerySlowPause(10000)A =… Read More »