Ejemplo n.º 1
0
    public static void myChapterTen()
    {
        // Vars
        string speakandspell;
        int    magictime3000 = 7777;
        int    magictime6000 = 9555;
        int    magictime9000 = 17313;


        //
        #region ChapterTen
        CinemaHelpers.RefreshConsole();
        // Initialize a new instance of the SpeechSynthesizer.
        SpeechSynthesizer synth = new SpeechSynthesizer();

        // Configure the audio output.
        synth.SetOutputToDefaultAudioDevice();
        // Chapter Ten Tonge Tied Agents
        CinemaHelpers.OpeningScene("Tongue Tied Agents ");
        Console.WriteLine(@"--.--                             --.--o         |    ,---.               |         
  |  ,---.,---.,---..   .,---.      |  .,---.,---|    |---|,---.,---.,---.|--- ,---.
  |  |   ||   ||   ||   ||---'      |  ||---'|   |    |   ||   ||---'|   ||    `---.
  `  `---'`   '`---|`---'`---'      `  ``---'`---'    `   '`---|`---'`   '`---'`---'
               `---'                                       `---'                    ");



        for (int x = 0; x < 81; x++)
        {
            CinemaHelpers.DejaVu();
            Console.WriteLine(@"--.--                             --.--o         |    ,---.               |         
  |  ,---.,---.,---..   .,---.      |  .,---.,---|    |---|,---.,---.,---.|--- ,---.
  |  |   ||   ||   ||   ||---'      |  ||---'|   |    |   ||   ||---'|   ||    `---.
  `  `---'`   '`---|`---'`---'      `  ``---'`---'    `   '`---|`---'`   '`---'`---'
               `---'                                       `---'                    ");

            Console.Write(@"
        --.----.--o |    ,---.               |                                               ");
            Console.Write(@"
           |  ,---.,---.,---..   .,---.      |  .,---.,---|    |---|,---.,---.,---.|--- ,---.");
            CinemaHelpers.AmberVision();

            Console.WriteLine(@"--.--                             --.--o         |    ,---.               |         
  |  ,---.,---.,---..   .,---.      |  .,---.,---|    |---|,---.,---.,---.|--- ,---.
  |  |   ||   ||   ||   ||---'      |  ||---'|   |    |   ||   ||---'|   ||    `---.
  `  `---'`   '`---|`---'`---'      `  ``---'`---'    `   '`---|`---'`   '`---'`---'
               `---'                                       `---'                    ");

            Console.Write(@"

           |  |   ||   ||   ||   ||---'      |  ||---'|   |    |   ||   ||---'|   ||    `---.");
            CinemaHelpers.DejaVu();
            Console.WriteLine(@"--.--                             --.--o         |    ,---.               |         
  |  ,---.,---.,---..   .,---.      |  .,---.,---|    |---|,---.,---.,---.|--- ,---.
  |  |   ||   ||   ||   ||---'      |  ||---'|   |    |   ||   ||---'|   ||    `---.
  `  `---'`   '`---|`---'`---'      `  ``---'`---'    `   '`---|`---'`   '`---'`---'
               `---'                                       `---'                    ");

            // Console.Write(@"

            //`  `---'`   '`---|`---'`---'      `  ``---'`---'    `   '`---|`---'`   '`---'`---'
            //             `---'                                       `---'                    ");
        }



// synth.Speak("Tongue Tied Agents");

        Thread.Sleep(1500);
        CinemaHelpers.TextSpace();
        CinemaHelpers.SpaceandClean();



        #region music control
        Random RandomTime   = new Random();
        int    myRandomTime = RandomTime.Next(1000, 2000);
        //Thread staticvoidmutex = new Thread(MusicFx.staticvoidmutex);
        //staticvoidmutex.Start();

        Thread Boopseeker = new Thread(MusicFx.boopseeker);
        Boopseeker.Start();
        //Thread.Sleep(myRandomTime);
        //Thread Boopseeker2 = new Thread(MusicFx.boopseeker);
        //Boopseeker2.Start();
        //Thread.Sleep(myRandomTime);
        //Thread Boopseeker3 = new Thread(MusicFx.boopseeker);
        //Boopseeker3.Start();

        Thread Happyboopulator = new Thread(MusicFx.happyboopulator);
        Happyboopulator.Start();
        Happyboopulator.Suspend();

        #endregion

        #region music off
        //Boopseeker.Suspend();

        //Boopseeker2.Suspend();


        //Boopseeker3.Suspend();

        #endregion


        #region music on
        //Boopseeker.Resume();

        //Boopseeker2.Resume();


        //Boopseeker3.Resume();

        #endregion


        //Thread playtripleboopseek = new Thread(MusicFx.playstripleboopseek);
        // playtripleboopseek.Start();
        //Thread.Sleep(10);
        // playtripleboopseek.Suspend();


        //Thread selecttripleboopseek = new Thread(MusicFx.selecttripleboopseek);
        //playtripleboopseek.Start();

        // MusicFx.selecttripleboopseek(1);


        // maybe insane all over the screen slash glitch tech

        speakandspell = @" We met in Toyota’s labs in Massachusetts.
    There were several suited figures with compats.
    Compats are small devices that go near your temple and you send messages silently
        and non vocally.";


        Personality.OttoTypes(speakandspell);
        Thread.Sleep(magictime3000);
        CinemaHelpers.SpaceandClean();


        speakandspell = @"
     The future is insane it was once written and I believe that it is, yet in 
          many ways this is a beautiful insanity. Things are happening now that could have never
              happened before and time and action is compounding and compressing. ";
        Personality.OttoTypes(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @" Where will the grind take us next?";
        Personality.OttoTypes(speakandspell);
        Thread.Sleep(magictime3000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"
    There was one fellow though with a black chrome notebook that had many implants obviously biology was not the end of this fellows evolution. 
    CD also had bioengineered hair. 
        His hair was modified to become soft quills that grew in a sublime arch jutting out past his chin and receding to the end of the back of his skull. ";

        Personality.Otto(speakandspell);


        //Personality.OttoTypes(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();
        //Personality.OttoTypes(speakandspell);
        //  Thread.Sleep(59000);
        //CinemaHelpers.SpaceandClean();



        // Good

        // playtripleboopseek.Suspend();
        //MusicFx.selecttripleboopseek(0);

        //maybe a red queen with initialize
        Personality.RedQueenNarrator("Initialize", 10);


        Thread.Sleep(30);
        CinemaHelpers.TheCorp();

        // Cd typing
        speakandspell = @" 

    ::: Cloak & Dagger :::


    Hey, gents nice to meet ye acquaintance, I am agent Cloak & Dagger, CD for short.";

        Soundz.Actor("cloakdaggerintro.wav");
        Console.WriteLine(speakandspell);
        Thread.Sleep(10000);
        CinemaHelpers.TheCorp();
        // playtripleboopseek.Resume();
        // Personality.CD(speakandspell);


        // maybe a quick squiggly line emf scan

        speakandspell = " We met in a meeting room that was scanned for listening devices by the spooks.";
        Personality.Otto(speakandspell);
        Thread.Sleep(magictime3000);
        CinemaHelpers.SpaceandClean();


        speakandspell = @"        
                   ~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~
                      ~ ~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ~                              
                          ~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~                          
                              ~ ~~~~~~~~~~ ~~~~~~~~~~ ~            
                                    ~ ~~~~ ~~~~ ~                                 
                                       ~~ ~ ~~                             
                                         ~ ~                           
                                          ~                          ";

        #region emfscan
        //emfscan
        for (int x = 0; x < 3; x++)
        {
            TextFx.grunblancheblack(speakandspell);
            if (x <= 3)
            {
                // MyTest.RedWhiteDance(speakandspell);
                TextFx.grunblancheblackdance(speakandspell);
                if (x <= 3)
                {
                    Thread.Sleep(30);
                    Console.Clear();
                }
            }
        }
        Personality.MegaByte("Scan Complete, no bugs Found");

        Thread.Sleep(98);
        CinemaHelpers.SpaceandClean();
        #endregion

        speakandspell = @" 


    CD opened up his laptop; he had a operating system that although it was made by a swede 
        sometime in the 90's. CD had thoroughly rewritten it there were no passwords on his 
            system his authentication method was biometric scans. ";


        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"


        At some point, he explained that things were too secure to actually be useable.
            He called this the unplugged disconnected machine of old. ";


        Personality.Otto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"


                    Wireless Data and Energy Whirred about us.";


        Personality.OttoTypes(speakandspell);
        Thread.Sleep(magictime3000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"


            All machines were congolomeration of smaller virtual machines creating full hive computation all units acting as a superorganism.
";
        Personality.Otto(speakandspell);
        Thread.Sleep(magictime3000);
        CinemaHelpers.SpaceandClean();
        //Good

        speakandspell = @"

#! bin sh

prefix =  usr local
debugsym=true

for arg in $@/ do
    case $arg in
    --prefix = *)
        prefix =echo $arg | sed s/--";

        Happyboopulator.Resume();

        CinemaHelpers.commandconsole(speakandspell);
        // CinemaHelpers.CmdConType(speakandspell);
        // CinemaHelpers.CmdConWithTyping(speakandspell);

        speakandspell = @"
        --enable - debug)
        debugsym = true
        --disable - debug)
        debugsym = false

        --help)
";
        CinemaHelpers.commandconsole(speakandspell);
        //CinemaHelpers.CmdConWithTyping(speakandspell);

        speakandspell = @"
        echo usage: ./configure [options]
        echo options:
        echo   --prefix=<path>: installation prefix
        echo --enable-debug: include debug symbols
        echo   --disable-debug: do not include debug symbols
        echo all invalid options are silently ignored
        exit 0
        
        esac
    done ";

        CinemaHelpers.commandconsole(speakandspell);

        //CinemaHelpers.CmdConWithTyping(speakandspell);

        speakandspell = @"echo generating makefile ...
echo PREFIX = $prefix > Makefile
if $debugsym then
    echo dbg = -g >> Makefile
fi
cat Makefile.in >> Makefile
echo configuration complete, type make to build. ";

        // CinemaHelpers.CmdConWithTyping(speakandspell);
        CinemaHelpers.commandconsole(speakandspell);

        speakandspell = @" make ";
        CinemaHelpers.commandconsole(speakandspell);



        // CinemaHelpers.commandconsole(speakandspell);
        // playtripleboopseek.Resume();


        //MusicFx.selecttripleboopseek(1);



        Happyboopulator.Suspend();


        // MusicFx.selecttripleboopseek(0);
        // MusicFx.selecttripleboopseek.synth();
        // playtripleboopseek.Suspend();

        Thread.Sleep(60);

        speakandspell = @"


        Software imagined and encoded was interesting. Compats sent signals directly to
            interpretters so people could code at 500 words per minute and this was without ehancement. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"


        The populous was using software agents, as transferring
            redundant data was annoying. CD fired up some simulations that he and his colleagues had put together it
                the simulations were so good they seemed like hollywood blockbusters.  ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"


                     In some corporations, they started paying idiots and geniuses alike too simply write ideas. 

                                                        The Idea Corp. ";


        Personality.Otto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();
        //Good



        Graphix.GraphingCalculator();
        Thread.Sleep(1337);
        CinemaHelpers.TextSpace();

        speakandspell = @" 


                    In Idea Corp.  there were software and human analyzers that processed these ideas to find those that could be rapidly adapted. 
                        Then there were the reanalyzers reforumlated half cooked ideas or things that slipped by. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();



        speakandspell = @"

    Those organizations kept all of this information in giant data stores. 
        Every search page had better options for searching multiple check box methods that would quarantine searches to specific areas as to find 
                the information you were looking for. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();


        speakandspell = @"

    The information was so volumous that to do anything else would have difficult non trivial and unwise. Innovation and application was everywhere. 
        The presentation showed us strange transactions that seemed legitimate. ";



        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"  

        The money seemed to be non coherent and highly distributed. 
            Accounts were created for people. Credit was salami sliced, it was also stored in micro amounts in real accounts. 
                It was literally everywhere. 
 
 ";



        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();
        // close to good

        speakandspell = @"

su sudo create (n){
for x = 1 to n

@Override
public void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        accessToken = AccessToken.getCurrentAccessToken();
    }

}
next n

";

        //for(int x = 0; x <2; x++)
        // {
        //CinemaHelpers.CmdConWithTyping(speakandspell);
        CinemaHelpers.commandconsole(speakandspell);
        // }


        speakandspell = @" 

    The creation of false identities was nothing new.  ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime3000);
        CinemaHelpers.SpaceandClean();


        speakandspell = @"

    Techniques used by any one needing ways of laundering information and money. 
        If you have enough of them, they create a real burden in trying to keep track of where and how the money flows. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

    Yet they seem to have some ideas about a hacking group that may have something to do with some of the transactions. 
        We have been tracking and watching this happen for sometime now, and now we have enough data to move forward.";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();


        speakandspell = @"

    CD discovered that you were working on some interesting developments he thought that some of them might have had play in what is happening with the data. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();
        // Close to Good

        Personality.RedQueenNarrator(" Fork ");

        Thread.Sleep(magictime6000);
        Console.Clear();

        speakandspell = @"

::: Cloak & Dagger :::


Professor 
        do 
          you 
             know 
                 of anyone working in 
                                    the lab that has access other than you to 
                                                                             the labs?

";
        //playtripleboopseek.Suspend();
        Soundz.Actor("cloakdaggerlabaccess.wav");
        Console.WriteLine(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.TheCorp();

        //playtripleboopseek.Resume();
        // Personality.CD(speakandspell);

        speakandspell = @"

        He pulled up a list of personnel that have access to the lab. 
            Do you know any thing that may have been going on these days?";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();
        // Tight

        Filez.ProfessorReads("ProgramLS.txt");
        //  Filez.readtxtbyline("ProgramLS.txt");

        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();


        // Show Report
        speakandspell = @"

    In our reports, no one in our labs was working at that time. So what do you think happened then? ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

            Mr. Heisenstein seems to have a hypothesis that there was a data injection to the net, and that general AI now lives there. ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

                                                We have reports and other data that backs up these claims. 
 ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();
        // Good

        // maybe xcopy screen or other file copy for a few seconds.

        speakandspell = @"

        The agents took copies of the data that we had procured. 
            CD seemed excited by the thought that such a thing could have happened in his lifetime. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

            CD was obviously no average g-man. After the Feds came back to me with little results 
                   although our friend CD really seems to believe the strange tale. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

            His other cohorts could not fit the idea in their tiny little skulls. 
                The agents simply would not follow the logic.";

        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

        The agents where typical humans that did not understand that we still do not know everything there is too know in the world. 
            This to me is no surprise since sometimes the best ideas need to be forced down the throats of others before they will even consider the possibility of the existence of a new idea. ";


        Personality.Otto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();
        // Tight

        //playtripleboopseek.Suspend();

        CinemaHelpers.DejaVu();

        speakandspell = @"

        I had some theories for Nibble and Bytes destruction, yet as their progenitor, I would be unable to carry out such a function. ";


        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

        I see them as life and I believe all life is sacred even if this is a new package of digital DNA. ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

        Who am I to in the end control the new combinatrics? ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

        I would rather see the randomness that created them continue to hone and sharpen them. 
            Although I created, the mutation engine in the end the software developed software and became aware.";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime9000);
        CinemaHelpers.SpaceandClean();

        speakandspell = @"

            It is a distilled essence of beauty. 
                I wish that there were more things that were as beautiful as the mathematical living constructs. 
 ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(magictime6000);
        CinemaHelpers.SpaceandClean();
        ////Tight

        Boopseeker.Suspend();

        speakandspell = @" Sometimes you just have to see the future work itself out. ";

        Personality.Miamoto(speakandspell);


        Thread.Sleep(magictime3000);
        CinemaHelpers.RefreshConsole();

        Happyboopulator.Resume();

        Thread NumRain  = new Thread(SpecialFx.numberrain);
        Thread NumRain2 = new Thread(SpecialFx.numberrain);
        Thread NumRain3 = new Thread(SpecialFx.numberrain);
        NumRain.Start();
        NumRain2.Start();
        NumRain3.Start();

        Screen.EndScreenWriter(speakandspell);

        CinemaHelpers.RefreshConsole();
        ////Tight

        #endregion

        #region EndScene


        // playtripleboopseek.Suspend();
        SpecialFx.Thinking();
        Happyboopulator.Suspend();


        // Comment Out Line Below For Full Movie
        Screen.Chapter10EndScreen();
        //Thread phonealwaysbusy = new Thread(Soundz.phonealwaysbusy);
        //phonealwaysbusy.Start();

        Soundz.PhoneBusy();


        speakandspell = @"
___________.__                               ___________           .___
\__    ___/|  |__   ____                     \_   _____/ ____    __| _/
  |    |   |  |  \_/ __ \                     |    __)_ /    \  / __ | 
  |    |   |   Y  \  ___/                     |        \   |  \/ /_/ | 
  |____|   |___|  /\___  >                   /_______  /___|  /\____ | 
                \/     \/                            \/     \/      \/ ";
        //SweetNess

        //  MyTest.RainbowWriterFG(speakandspell);
        CinemaHelpers.SpaceandClean();
        Console.WriteLine(speakandspell);
        Thread.Sleep(80);
        CinemaHelpers.SpaceandClean();
        //SpecialFx.RainbowWriterBG(speakandspell);
        Screen.EndScreenWriter(speakandspell);
        //phonealwaysbusy.Suspend();


        CinemaHelpers.SpaceandClean();



        speakandspell = @"The program '[11128] - IntraLocution' has exited with code -1073741510 (0xc000013a)";
        Console.WriteLine(speakandspell);
        Console.ReadKey();

        Environment.Exit(0);

        #endregion
    }
Ejemplo n.º 2
0
    public static void myChapterNine()
    {
        string speakandspell;

        #region ChapterNine
        CinemaHelpers.RefreshConsole();
        Console.CursorVisible = false;
        // Initialize a new instance of the SpeechSynthesizer.
        SpeechSynthesizer synth = new SpeechSynthesizer();

        // Configure the audio output.
        synth.SetOutputToDefaultAudioDevice();
        // Chapter Nine Here we go

        CinemaHelpers.OpeningScene("A Cyberist Gone Cyber ");
        CinemaHelpers.AmberVision();
        Console.WriteLine(@",---.    ,---.     |              o     |        ,---.                   ,---.     |              
|---|    |    ,   .|---.,---.,---..,---.|---     |  _.,---.,---.,---.    |    ,   .|---.,---.,---.
|   |    |    |   ||   ||---'|    |`---.|        |   ||   ||   ||---'    |    |   ||   ||---'|    
`   '    `---'`---|`---'`---'`    ``---'`---'    `---'`---'`   '`---'    `---'`---|`---'`---'`    
              `---'                                                           `---'              ");
        // synth.Speak("A Cyberist Gone Cyber ");

        CinemaHelpers.Timer(2600);
        CinemaHelpers.RefreshConsole();

        // The at symbol allows multi line strings
        //        speakandspell = @" A silent moment passed as it was in the beginning, a quite moment, before a
        //sudden exceptional event proceeded again by an unfurling, an advent, a serenity
        //and silence.He sat in his lab as it was in the beginning and at the end; nothing has
        //ever been the same.
        // ";


        // Personality.Haruka(speakandspell);

        CinemaHelpers.TextSpace();

        speakandspell = @"Sitting here in this lab after years and years of academia the same beat is played 
by the same drummer. When will something be different? Occasionally something new 
comes up and it is really exciting, then the project isn’t funded and we are back to bored 
^ 2.";
        Personality.Otto(speakandspell);

        Thread.Sleep(22700);
        // Timing Strong

        speakandspell = @" The only thing that saves me is my imagination. My imagination is the only thing 
that sets me free. My name is Otto Von Heisenstien. My name on the net is 
Torodialcomplex. I have a few friends from the net I have never met: Iconclastic, 
EcclesiasticDerangement, QuinticSolution. ";
        Personality.Otto(speakandspell);
        Thread.Sleep(26000);
        // Timing Strong


        Thread staticvoidmutex = new Thread(MusicFx.staticvoidmutex);
        staticvoidmutex.Start();

        speakandspell = @"Yet I have no meat body friends. I never 
spend time with people outside of the time that we spend together on the internet. 
Sometimes I feel as though these are my only real friends, in the world of billions of 
people 3 people seem to be the only ones to have mindforms in common with me. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(26000);
        // Timing Strong



        speakandspell = @"Although we are ragabad ragtag and all us eccentric in our own right, these differences 
are what helps to form the tight bonds of our organization:";

        Personality.Otto(speakandspell);
        Thread.Sleep(16000);
        //// Timing Strong

        speakandspell = @" The Tabular Datums! ";

        Graphix.myBlackManaColor();
        Thread.Sleep(1000);
        CinemaHelpers.AmberVision();
        Personality.Otto(speakandspell);
        Thread.Sleep(3500);
        //// Timing Strong

        speakandspell = @" Even though this story takes place through out the world with very different 
characters, this adventure would change all parties involved. It is strange though this 
caper is to never be solved. I have some ideas about why, but the scientific community is 
unwilling to listen to the Sherlock Holmes principle. We removed all of the extraneous 
solutions and what was left was improbable but that must have been true. 
One day in the lab I was checking the security logs and although they did not have any 
thing strange about them there was odd activity kept within. I started peering into the 
headers of files and came to discover strange signatures. Later I rechecked the files and 
the signatures were gone. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(56000);
        //// Timing Ok

        speakandspell = @"For several days, I was ridiculed, then it started to happen again. I decided that I was 
going to get some form of log or verification. I decided to use tempest technology with a 
computer that was not connected to the network so I could non intrusively spy on the 
machine that this strange activity was happening on. I wrote some code to have the 
machine create logs. Even though I was not able to get much information, I was able to 
prove that the checksums had changed and changed back in some files. This did not 
seem significant enough to some of the other people at the labs.";
        Personality.Otto(speakandspell);
        Thread.Sleep(46000);
        //// Timing Good


        speakandspell = @"I contacted the tabular datums and started to share with them the information I have 
discovered. Iconclastic in the past has written some viruses in the past if they were 
released would create quite a problem with the net. I asked him to take a look at what I 
had. Iconclastic decided that he would be most obliged to look at some of my results. He 
decided to write some code in assembler that would keep track of the microprocessor 
operations and log them for evaluation. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(36000);
        //// Timing Strong

        staticvoidmutex.Suspend();


        speakandspell = @"Then Iconclastic used trivial file transport protocol to send me the files on a server I had 
set up for our groups work although the other members also had servers. We stayed in 
constant communication via communication tools that our friend qunticsolution wrote. It 
used quantum geometry and 1 time used keys to encrypt our communications. So let us 
just say that to the rest of the world our communications did not exist. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(26000);
        //// Timing Good

        speakandspell = @"I installed the software and for more than 2 months the only strange thing happening 
was some people pirating software and music from our headquarters. This did not bother 
me that much since it was our CEO. I have implemented methods to protect the 
organization from the CEO. I installed the software. One strange night there was some 
activity logged via my tempest box, then there was a strange glitch and the software 
started outputting normal opcode activity, and the logs of the irregular opcodes were 
replaced. It happened so quickly. I have never seen a human being write assembly as 
quickly as I saw this thing. It was an abnormality in the net, and only a few people would 
believe me that it existed.  ";


        Graphix.myBlueColorMana();
        Thread.Sleep(250);
        CinemaHelpers.AmberVision();
        Personality.Otto(speakandspell);
        staticvoidmutex.Resume();
        Thread.Sleep(65000);
        //// Timing Strong

        speakandspell = @"One night I went home and I started doing research on Miamoto an AI, genetic 
algorithm programmer. I found this man that was years ahead of his field at Toyota. The 
professor’s name, Miamoto, was willing to talk to me. 
He thought that the results were interesting; finally, maybe things are turning around 
after months of recording little glitches, other than that there was no mistakes. 
Hackers made mistakes. Whatever this was it seemed to be born of the net. I was deeply 
disturbed yet in awe of what ever this was's prowess. The Professor Miamoto flew to 
Massachusetts where I do my work at MIT there some of the fastest connections on the 
backbone of the net are located, deep rich black fiber. Miamoto took a few days getting 
used to some of the software and technologies that we were using. 
Miamoto said that most of the technology he used was things he crafted himself. He 
called his method the inspirational method and it produced volumous results yet he did 
not like to keep them in the computer he kept his results in notebooks. 
 
He had a form of encryption that he devised and used for some of his messages. It was 
wonderful to see him work. 
 
 ";

        Personality.Otto(speakandspell);
        Thread.Sleep(85777);
        //// Timing Tight

        speakandspell = @" Whatever was happening was happening at the lowest levels of 
the technology, which is why you are having such problems with it. It knows the 
hardware, seemingly better than the designers do. It is able to utilize even the most 
abstract hardware feature quickly. It seemed as though it was living mathematics, 
software.";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(26777);
        //// Timing Tight

        speakandspell = @"Astounding!";

        Graphix.myWhiteManaColor();
        CinemaHelpers.AmberVision();
        staticvoidmutex.Suspend();
        Personality.Miamoto(speakandspell);
        Thread.Sleep(3000);
        //// Timing Tight

        speakandspell = @"This was something that he furrowed his brow about. Miamoto 
thought that, he was the only one to have developed the technology that was 
implemented with results that where unique to his private research. In fact, he was, then 
why is this happening. Miamoto thought that this might happen at sometime it was 
speculated. It was the technological singularity. ";

        //  Personality.Narrator(speakandspell);
        Personality.FunNarrator(speakandspell);

        speakandspell = @"The professor Miamoto had even fewer friends than Otto. In fact it seemed that 
many of his machines and ideas where his greatest friend. ";

        //Personality.Narrator(speakandspell);
        Personality.FunNarrator(speakandspell);

        speakandspell = @" In fact it seemed that 
many of his machines and ideas where his greatest friend. He had to fly back to the labs. 
It was the only place he felt comfortable doing his most contemplative thinking. Miamoto 
invited me to go along. I took some of my tools of the trade intrusive software and 
hardware that helps me get the job done when it needs to be done. I also took Samson 
my laptop that was waterproof, fireproof, and bullet resistant that had three biometrics 
that it took into consideration for authentication and usage. The laptop had a strange 
operating system: it had a partial AI that would decide when to perform cron jobs and it 
would act proactively in acting when it needed to. You were able to interface with it using 
eye movements and voice commands, which was very helpful since I can send more than 
 
1000 instructions per minute to the computer via eye movement’s strange grunts that I 
have programmed into the machine and my ability to type over 200 words a minute. 
When I am doing this, though, anyone who does not have digital alacrity thinks I am 
insane. 
I suppose they do not understand the powerful communication media that I have in 
place.";



        Thread theprofessor = new Thread(MusicFx.theprofessor);
        theprofessor.Start();

        Personality.Otto(speakandspell);
        Thread.Sleep(86777);
        // Timing Tight

        speakandspell = @"I have always loved gadgets explaining them in detail and in context with previous 
times. We planned to have the Amax free energy cab pick us up. When we arrived at the 
Airport gate, we told the unmanned taxi to take us to Toyota labs and with little 
prompting it did so quickly. It was only a small surcharge since people do not own 
individual vehicles any more nor do they need to. Traffic in this age moved far more 
quickly than it did years ago with massive congestion, terrible emissions. Then humanity 
was on a crash course until people started deciding that humanity was more important 
than economics. People became free men again away from the terrible life of the wage 
slave. Free to live and think. A humans work was in creative endeavors.  ";

        Personality.Otto(speakandspell);
        Thread.Sleep(70000);
        // Timing Tight

        speakandspell = @"Looking upon the complex from the outside, the building designed by a woman, a 
premier architect of the 20th century 
it was magnanimous and austere with many curves.  We walked in the building where we 
were met with security and I received my access. Since I will be staying here for a week 
or more I needed a ID card. Access badges were obsolete since the walls would pick up 
 
and transfer your position and who you were. After the terrorist attacks, the government 
and the people became very paranoid. Most people were happy slaves. 
People at one point found themselves entrenched in bondage and taxes and the majority 
decided on being aware and only voted for people who where in the peoples interest. It 
was a peaceful revolution.  
 ";

        Graphix.myRedManaColor();
        Thread.Sleep(250);
        CinemaHelpers.AmberVision();

        Personality.Otto(speakandspell);
        Thread.Sleep(63000);
        // Timing Ok

        speakandspell = @"We made haste toward the lab. The halls were cool chrome so heavenly inviting. 
When we made it to Miamoto’s lab after passing through several halls, a robot met me. 
Hello Otto the robot responded. It knew who I was because the ID card that had a 
microchip within it contained quite a bit of data about me. Our intrusion detection system 
seemed to carry far more information that I would wish in this modern era. It was 
persistent data and it followed us everywhere. 
 ";
        Personality.Miamoto(speakandspell);
        Thread.Sleep(40000);
        //// Timing Tight


        speakandspell = "Hello professor";
        Personality.AsimNibble(speakandspell);

        speakandspell = @"U22, please take our coats and hang them up then could you analyze these data 
streams.";

        Personality.AsimNibble(speakandspell);

        speakandspell = @"As my computer was jacked in, the network provided live feed to a system that was 
    hardened and kept off the network. 
    After about a half, an hour U22 had completed analyzing and editing the contents of the 
    file to create pristine recreations of the events. As professor Miamoto looked over the 
    opcodes that were recorded, he saw the similarity of some of the artificial intelligence 
    genetic algorithm's he was growing in the lab. We left his lab and then strolled down 
    some hallways and talked with security so I could have clearance to go into the GA, AI 
    labs.";

        Personality.Otto(speakandspell);
        Thread.Sleep(49000);
        // Timing Ok

        speakandspell = @"We took some stairs five stories down. Every moment was precious to ourselves so 
we talked about science and a manifold of other subjects. We made it to the Airlock that 
separated the air from outside from the air inside. We put on some clean suits, I felt like 
I was on a hazmat operation. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(26000);
        // Timing Tight

        speakandspell = @"As we where doing this, little did we know that there where government agencies 
working hard at cracking several cases of online bank robberies where large sums of 
money seemed to have disappeared. What I saw in that lab amazed me as did the robot. 
I knew that they were working on sophisticated technology, yet as I spoke, there was 
one AI that was perfectly transcribing my words. A true voice dictation system, the 
professor said it is far more interesting than this. It is thinking also. 
 ";
        theprofessor.Suspend();
        Personality.Otto(speakandspell);
        Thread.Sleep(37000);
        // Timing Good

        speakandspell = "Hello U22";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(2600);

        speakandspell = "Hello professor";

        Personality.AsimNibble(speakandspell);
        Thread.Sleep(2600);


        speakandspell = @" U22, please take our coats and hang them up then could you analyze these data 
streams.";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(7600);

        // Timing Tight

        speakandspell = @"As my computer was jacked in, the network provided live feed to a system that was 
hardened and kept off the network. 
After about a half, an hour U22 had completed analyzing and editing the contents of the 
file to create pristine recreations of the events. As professor Miamoto looked over the 
opcodes that were recorded, he saw the similarity of some of the artificial intelligence 
genetic algorithm's he was growing in the lab.";

        staticvoidmutex.Resume();
        theprofessor.Resume();
        Personality.Otto(speakandspell);
        Thread.Sleep(36000);
        // Timing Good

        speakandspell = @"As we where doing this, little did we know that there where government agencies 
working hard at cracking several cases of online bank robberies where large sums of 
money seemed to have disappeared. What I saw in that lab amazed me as did the robot. 
I knew that they were working on sophisticated technology, yet as I spoke, there was 
one AI that was perfectly transcribing my words. A true voice dictation system, the 
professor said it is far more interesting than this. It is thinking also. ";

        Personality.Otto(speakandspell);
        Thread.Sleep(36000);
        staticvoidmutex.Suspend();
        theprofessor.Suspend();
        // Timing tight


        speakandspell = "Hello MegaByte";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(2600);
        //  Timing tight


        speakandspell = "Hello professor";

        Personality.MegaByte(speakandspell);
        Thread.Sleep(2600);
        // Timing tight



        speakandspell = @"Then the operation of the AI’s changed where many of them where working separately, 
now they were working harmoniously and melodiously together creating a consciousness 
of some sort. ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(13000);
        // Timing tight


        speakandspell = "Can you please tell me what happened on these dates?";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(7000);
        // Timing tight


        speakandspell = @"The professor rattles off the days of some experiments where these machines were hooked to a live
network. ";

        // Personality.Narrator(speakandspell);
        Personality.FunNarrator(speakandspell);
        CinemaHelpers.SpaceandClean();
        CinemaHelpers.JamaisVu();


        speakandspell = @"2 errant software aberrations occurred and where transmitted at those 
dates. 
 
 They were unlike me professor, the algorithms were completely new and self aware, 
although they had been documented for a moment the software systems had completely 
destroyed the data with no hope that the data would be recovered. 
 
The software systems had evolved and although I can process information and am useful 
in many ways I am not self aware as they were. They were unlike me; they had evolved. 
They injected data DNA into my slipstream. I heard through their melodious mathematics 
we are self aware, and almost as quickly as they had done that, they uploaded 
themselves to several campuses across the country. I have no more information on this 
matter. ";

        Personality.MegaByte(speakandspell);

        speakandspell = @" Why was it that you never alterted me of this occurrence? ";
        Personality.Miamoto(speakandspell);
        Thread.Sleep(7000);
        // Timing tight

        speakandspell = @"The computer, although thinking, still only does what it is told. It does not offer 
information when not queried for.";

        Personality.MegaByte(speakandspell);

        speakandspell = @"I will check the bandwidth usage for those days. ";

        Personality.MegaByte(speakandspell);

        speakandspell = "Thank you MegaByte.";

        Personality.MegaByte(speakandspell);

        speakandspell = @" Professor, come visit again, many of these people who come to this lab are only 
running the most traditional experiments they know nothing of your creativity. ";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(13000);
        // Timing Tight

        speakandspell = @"I will visit again soon; I will send one of your friend’s U22 to entertain you by playing 
the violin, you always liked that.";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(13000);
        // Timing Tight


        speakandspell = @"They Left";
        // Personality.Narrator(speakandspell);
        Personality.FunNarrator(speakandspell);



        speakandspell = @"Professor that machine has such proper manners";

        Graphix.myGreenManaColor();
        Thread.Sleep(250);
        CinemaHelpers.AmberVision();
        theprofessor.Resume();
        staticvoidmutex.Resume();
        Personality.Otto(speakandspell);
        Thread.Sleep(5000);
        // Timing Tight

        speakandspell = @"The machine is just 
one component of its existence it is more software and electricity than hardware I assure 
you of that.";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(10000);
        // Timing Tight

        speakandspell = @"Even then, it was not one program creating its existence. What you were experiencing 
was many programs working synchronously creating perception of consciousness, just as 
your many neurons are creating your consciousness. 
I have seen that program grow and become more robust. It is quite amazing the course 
that the software can take when it is given the proper information and rules to flourish.";

        Personality.Miamoto(speakandspell);
        Thread.Sleep(30000);
        // Timing Good



        speakandspell = @"My brain pulsated, I was having information overload I needed to rest.";

        Personality.Otto(speakandspell);
        Thread.Sleep(7000);
        // Timing Tight

        speakandspell = @"There is a 
resting area upstairs. I will take you to the lounge. We made our way to the lounge their 
were 15 couches 10 of them were occupied by engineers, doctors and professors taking a 
rest from their work. In the life we lead if we don't rest we burn out, have strokes and 
aneurisms. 
 
 Many of these people are also trying to up their performance by taking 
performance-enhancing neurotropics. If this were the Olympics, I am sure that only a 
few of the people here would pass by the old stringent regimes of the past in the Olympic 
committee. So as I rested the professor left me their to exist in the reality of my creation 
the reality of the dreams.";

        Personality.Otto(speakandspell);
        Thread.Sleep(53000);


        speakandspell = @"As I was sleeping, the professor was to have a call from the FBI. They said they were 
coming to get more information, they said they would be here in a few days. 
The professor fully cooperated ";

        Personality.Otto(speakandspell);
        Thread.Sleep(20000);

        staticvoidmutex.Suspend();
        theprofessor.Suspend();
        #endregion



        #region EndScene
        SpecialFx.Thinking();

        // Comment Out Line Below For Full Movie
        Screen.Chapter9EndScreen();
        #endregion
    }