Example #1
0
    void WebSearch()
    {
        ws = AppSoftware.GetComponent <WebSec>();
        sm = AppSoftware.GetComponent <SystemMap>();

        testsite = Database.GetComponent <TestSite>();
        becas    = Database.GetComponent <Becas>();
        RevaTest = Database.GetComponent <Test>();
        ping     = Database.GetComponent <Ping>();
        uc       = Database.GetComponent <Unicom>();
        jd       = Database.GetComponent <JailDew>();
        LEC      = Database.GetComponent <LECBank>();
        reva     = Database.GetComponent <Reva>();
        st       = Database.GetComponent <ShareTrades>();
        mgw      = Minigames.GetComponent <MiniGameWeb>();
        tug      = Database.GetComponent <TUG>();
        sh       = Database.GetComponent <ServerHost>();
        test1    = Database.GetComponent <Test1>();
        gstocks  = Database.GetComponent <GStocks>();
        hs       = Database.GetComponent <HardwareSite>();
        //cc = Database.GetComponent<CabbageCorp>();

        dr = Minigames.GetComponent <DragRacer>();

        ib = AppSoftware.GetComponent <InternetBrowser>();
    }
Example #2
0
    public void Start()
    {
        ib = GetComponent <InternetBrowser> ();

        if (GameControl.control.WebsiteSecurity.Count == 0)
        {
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.REVATest, "Password Verification", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.UAC));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.REVATest, "Intrusion Detector", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.IDS));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.REVATest, "Proxy System", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.Proxy));

            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Jaildew, "Password Verification", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.UAC));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Jaildew, "Intrusion Detector", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.IDS));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Jaildew, "Proxy", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.Proxy));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Jaildew, "Logs", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.LogManagement));

            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.BecasSystem, "Password Verification", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.UAC));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.BecasSystem, "Intrusion Detector", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.IDS));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.BecasSystem, "Proxy", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.Proxy));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.BecasSystem, "Logs", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.LogManagement));

            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Unicom, "Password Verification", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.UAC));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Unicom, "Intrusion Detector", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.IDS));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Unicom, "Proxy", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.Proxy));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.Unicom, "Logs", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.LogManagement));

            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.ISD, "Password Verification", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.UAC));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.ISD, "Intrusion Detector", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.IDS));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.ISD, "Proxy", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.Proxy));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.ISD, "User Account Controller", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.Firewall));
            GameControl.control.WebsiteSecurity.Add(new WebSecSystem(WebSecSystem.Server.ISD, "Logs", 1, "Enabled", 1440, 1440, WebSecSystem.SecType.LogManagement));
        }
    }
 public BABLanguageSwitcher(InternetBrowser ib)
 {
     browser   = ib;
     uiProcess = new InternetBrowserData(ib);
     //windowWatcher = new SystemProcessHookForm();
     //enabledChanged += BABLanguageSwitcher_enabledChanged;
 }
Example #4
0
    // Progtive is the one at a time sequential cracker
    // Use this for initialization
    void Start()
    {
        Hardware        = GameObject.Find("Hardware");
        Prompts         = GameObject.Find("Prompts");
        SysSoftware     = GameObject.Find("System");
        HackingSoftware = GameObject.Find("Hacking");
        AppSoftware     = GameObject.Find("Applications");

        ep     = Prompts.GetComponent <ErrorProm>();
        com    = SysSoftware.GetComponent <Computer>();
        trace  = HackingSoftware.GetComponent <Tracer>();
        cmd    = SysSoftware.GetComponent <CLI>();
        defalt = SysSoftware.GetComponent <Defalt>();
        ib     = AppSoftware.GetComponent <InternetBrowser>();
        ws     = AppSoftware.GetComponent <WebSec>();
        cpu    = Hardware.GetComponent <CPU>();
        sc     = SysSoftware.GetComponent <SoundControl>();

        windowRect = new Rect(100, 100, 300, 200);

        CloseButton   = new Rect(windowRect.width - 23, 2, 21, 21);
        ExecuteButton = new Rect(45, 100, 60, 24);

        windowID = 99;
    }
Example #5
0
    // Progtive is the one at a time sequential cracker
    // Use this for initialization
    void Start()
    {
        Hardware        = GameObject.Find("Hardware");
        Prompts         = GameObject.Find("Prompts");
        SysSoftware     = GameObject.Find("System");
        HackingSoftware = GameObject.Find("Hacking");
        AppSoftware     = GameObject.Find("Applications");

        ep            = Prompts.GetComponent <ErrorProm>();
        com           = SysSoftware.GetComponent <Computer>();
        trace         = HackingSoftware.GetComponent <Tracer>();
        cmd           = SysSoftware.GetComponent <CLICommands>();
        defalt        = SysSoftware.GetComponent <Defalt>();
        ib            = AppSoftware.GetComponent <InternetBrowser>();
        ws            = AppSoftware.GetComponent <WebSec>();
        cpu           = Hardware.GetComponent <CPU>();
        sc            = SysSoftware.GetComponent <SoundControl>();
        windowRect.x  = Customize.cust.windowx[windowID];
        windowRect.y  = Customize.cust.windowy[windowID];
        native_height = Customize.cust.native_height;
        native_width  = Customize.cust.native_width;

        DictionaryVersion = 1;


        windowRect.height = 130;
    }
Example #6
0
 // Use this for initialization
 void Start()
 {
     Computer = GameObject.Find("Applications");
     ib       = Computer.GetComponent <InternetBrowser>();
     //WebSearch();
     //PlayerInfo();
 }
Example #7
0
 void AfterStart()
 {
     native_height = Customize.cust.native_height;
     native_width  = Customize.cust.native_width;
     //WEBSITE STUFF
     ib = apps.GetComponent <InternetBrowser>();
     jd = db.GetComponent <JailDew>();
 }
Example #8
0
    void WebSearch()
    {
        ws = AppSoftware.GetComponent <WebSec>();
        sm = AppSoftware.GetComponent <SystemMap>();

        //cc = Database.GetComponent<CabbageCorp>();

        ib = AppSoftware.GetComponent <InternetBrowser>();
    }
Example #9
0
    // Use this for initialization
    void Start()
    {
        Timer = TimerStart;
        LoadPresetColors();
        BannerRect = new Rect(0, 100, 500, 50);

        AppsSoftware = GameObject.Find("Applications");
        ib           = AppsSoftware.GetComponent <InternetBrowser>();
    }
Example #10
0
    // Use this for initialization
    void Start()
    {
        AppSoftware     = GameObject.Find("Applications");
        HackingSoftware = GameObject.Find("Hacking");
        SysSoftware     = GameObject.Find("System");
        //Computer = GameObject.Find("Computer");

        //System
        clk    = SysSoftware.GetComponent <Clock>();
        defalt = SysSoftware.GetComponent <Defalt>();
        am     = SysSoftware.GetComponent <AppMenu>();
        cmd    = SysSoftware.GetComponent <CLI>();
        com    = SysSoftware.GetComponent <Computer>();
        sc     = SysSoftware.GetComponent <SoundControl>();
        appman = SysSoftware.GetComponent <AppMan>();
        boot   = SysSoftware.GetComponent <Boot>();
        post   = SysSoftware.GetComponent <POST>();
        os     = SysSoftware.GetComponent <OS>();
        mouse  = SysSoftware.GetComponent <Mouse>();
        desk   = SysSoftware.GetComponent <Desktop>();

        //Applications
        al = AppSoftware.GetComponent <AccLog>();
        sm = AppSoftware.GetComponent <SystemMap>();
        ib = AppSoftware.GetComponent <InternetBrowser>();

        //Hacking
        prog  = HackingSoftware.GetComponent <Progtive>();
        trace = HackingSoftware.GetComponent <Tracer>();
        cy    = HackingSoftware.GetComponent <Descy>();
        ds    = HackingSoftware.GetComponent <DirSearch>();

        mb    = GetComponent <MissionBrow>();
        cc    = GetComponent <CurContracts>();
        sl    = GetComponent <SiteList>();
        note  = GetComponent <Notepad>();
        fav   = GetComponent <Favs>();
        tv    = GetComponent <TreeView>();
        mPass = GetComponent <MonitorBypass>();
        wsv   = GetComponent <WebSecViewer>();
        sdp   = GetComponent <ShutdownProm>();
        Audio = GetComponent <AudioSource>();

        windowRect.x = Customize.cust.windowx[windowID];
        windowRect.y = Customize.cust.windowy[windowID];

        Audio.volume = Customize.cust.Volume;
        DesktopY     = -50;
        StartTime    = 0.030f;
        Snap         = false;

        if (Size == 0)
        {
            Size = 21;
        }
    }
Example #11
0
    void Start()
    {
        SysSoftware     = GameObject.Find("System");
        AppSoftware     = GameObject.Find("Applications");
        HackingSoftware = GameObject.Find("Hacking");

        com  = SysSoftware.GetComponent <Computer>();
        ib   = AppSoftware.GetComponent <InternetBrowser>();
        note = AppSoftware.GetComponent <Notepad>();
        prog = HackingSoftware.GetComponent <Progtive>();
        al   = SysSoftware.GetComponent <AccLog>();

        trace = HackingSoftware.GetComponent <Tracer>();

        cy      = SysSoftware.GetComponent <Descy>();
        ds      = SysSoftware.GetComponent <DirSearch>();
        tv      = SysSoftware.GetComponent <TreeView>();
        al      = AppSoftware.GetComponent <AccLog>();
        cmd     = SysSoftware.GetComponent <CLI>();
        sm      = AppSoftware.GetComponent <SystemMap>();
        clk     = SysSoftware.GetComponent <Clock>();
        defalt  = SysSoftware.GetComponent <Defalt>();
        sc      = SysSoftware.GetComponent <SoundControl>();
        appmenu = SysSoftware.GetComponent <AppMenu>();
        appman  = SysSoftware.GetComponent <AppMan>();

        windowRect.x = Customize.cust.windowx[windowID];
        windowRect.y = Customize.cust.windowy[windowID];

        native_height = Customize.cust.native_height;
        native_width  = Customize.cust.native_width;

        UpdateUI();
        for (Index = 0; Index < GameControl.control.ProgramFiles.Count; Index++)
        {
            if (GameControl.control.ProgramFiles[Index].Name == "Gateway")
            {
                TestCheck = true;
            }
        }

        if (Index >= GameControl.control.ProgramFiles.Count)
        {
            if (TestCheck == false)
            {
                Test();
            }
        }

        X     = -350;
        Speed = 600;

        windowID = appmenu.windowID;
    }
Example #12
0
 void WebSearch()
 {
     ib     = AppsSoftware.GetComponent <InternetBrowser>();
     misgen = Missions.GetComponent <MissionGen>();
     ep     = Prompts.GetComponent <ErrorProm>();
     upg    = Computer.GetComponent <Upgrade>();
     defalt = SysSoftware.GetComponent <Defalt>();
     pp     = Prompts.GetComponent <PurchasePrompt>();
     prog   = HackingSoftware.GetComponent <Progtive>();
     trace  = HackingSoftware.GetComponent <Tracer>();
     brow   = Missions.GetComponent <MissionBrow>();
     sm     = AppsSoftware.GetComponent <SystemMap>();
     dskman = SysSoftware.GetComponent <DiskMan>();
     fu     = SysSoftware.GetComponent <FileUtility>();
 }
Example #13
0
 // Use this for initialization
 void Start()
 {
     Computer = GameObject.Find("Applications");
     System   = GameObject.Find("System");
     ib       = Computer.GetComponent <InternetBrowser>();
     appman   = System.GetComponent <AppMan>();
     //WebSearch();
     //PlayerInfo();
     ResetTime     = 0.15f;
     Timer         = ResetTime;
     SelectedIndex = -1;
     EntryName     = "";
     Name          = "";
     RandomNameS   = "";
 }
Example #14
0
 void WebSearch()
 {
     // APPLICATIONS
     ws = Applications.GetComponent <WebSec>();
     sm = Applications.GetComponent <SystemMap>();
     tr = Applications.GetComponent <TextReader>();
     ib = Applications.GetComponent <InternetBrowser>();
     // PROMPTS
     ep = Prompts.GetComponent <ErrorProm>();
     // HACKING
     trace = Hacking.GetComponent <Tracer>();
     prog  = Hacking.GetComponent <Progtive>();
     // SYSTEM
     com  = System.GetComponent <Computer>();
     def  = System.GetComponent <Defalt>();
     pl   = System.GetComponent <PasswordList>();
     clic = System.GetComponent <CLICommandsV2>();
 }
Example #15
0
    void Start()
    {
        SysSoftware     = GameObject.Find("System");
        AppSoftware     = GameObject.Find("Applications");
        HackingSoftware = GameObject.Find("Hacking");

        com  = SysSoftware.GetComponent <Computer>();
        ib   = AppSoftware.GetComponent <InternetBrowser>();
        note = AppSoftware.GetComponent <Notepad>();
        prog = HackingSoftware.GetComponent <Progtive>();
        al   = SysSoftware.GetComponent <AccLog>();

        trace = HackingSoftware.GetComponent <Tracer>();

        cy      = SysSoftware.GetComponent <Descy>();
        ds      = SysSoftware.GetComponent <DirSearch>();
        tv      = SysSoftware.GetComponent <TreeView>();
        al      = AppSoftware.GetComponent <AccLog>();
        cmd     = SysSoftware.GetComponent <CLI>();
        sm      = AppSoftware.GetComponent <SystemMap>();
        clk     = SysSoftware.GetComponent <Clock>();
        defalt  = SysSoftware.GetComponent <Defalt>();
        sc      = SysSoftware.GetComponent <SoundControl>();
        appmenu = SysSoftware.GetComponent <AppMenu>();
        appman  = SysSoftware.GetComponent <AppMan>();

        windowRect.x = Customize.cust.windowx[windowID];
        windowRect.y = Customize.cust.windowy[windowID];

        native_height = Customize.cust.native_height;
        native_width  = Customize.cust.native_width;

        UpdateUI();
        if (GameControl.control.QuickProgramList.Count < 1)
        {
            Test();
        }

        X     = 700;
        Speed = 3;

        windowID = appmenu.windowID;
    }
Example #16
0
    // Use this for initialization
    void Start()
    {
        SysApp  = GameObject.Find("System");
        SoftApp = GameObject.Find("Applications");
        HackApp = GameObject.Find("Hacking");

        com    = SysApp.GetComponent <Computer>();
        ib     = SoftApp.GetComponent <InternetBrowser>();
        tt     = HackApp.GetComponent <Tracer>();
        prog   = HackApp.GetComponent <Progtive>();
        defalt = SysApp.GetComponent <Defalt>();
        //windowRect.x = GameControl.control.windowx[windowID];
        //windowRect.y = GameControl.control.windowy[windowID];

        windowRect.x = 83;
        windowRect.y = 20;

        DefaultX = -15;
        DefaultY = 30;
        w        = 30;
        h        = 15;

        HeightScale = 1;
        WidthScale  = 1;

        native_height = Customize.cust.native_height;
        native_width  = Customize.cust.native_width;

        AddGateWayPos();

        UpdateGatewayPos();

        PanningSpeed = 25;
        ZoomLevel    = 1.1f;

        RevaTestPos = new Vector2(110, 90);
        JaildewPos  = new Vector2(200, 60);
        UniconPos   = new Vector2(25, 60);
        RevaPos     = new Vector2(35, 95);
        LecBankPos  = new Vector2(80, 75);
        AcademicPos = new Vector2(125, 60);
    }
Example #17
0
    // Use this for initialization
    void Start()
    {
        Hardware        = GameObject.Find("Hardware");
        Prompts         = GameObject.Find("Prompts");
        SysSoftware     = GameObject.Find("System");
        TraceSnd        = GameObject.Find("Trace Tracker");
        HackingSoftware = GameObject.Find("Hacking");
        AppSoftware     = GameObject.Find("Applications");

        com = SysSoftware.GetComponent <Computer>();
        def = SysSoftware.GetComponent <Defalt>();
        sc  = SysSoftware.GetComponent <TTSndControl>();

        ws = AppSoftware.GetComponent <WebSec>();
        sm = AppSoftware.GetComponent <SystemMap>();
        ib = AppSoftware.GetComponent <InternetBrowser>();

        windowRect.x  = Customize.cust.windowx[windowID];
        windowRect.y  = Customize.cust.windowy[windowID];
        beeptimer     = beepcooldown;
        native_height = Customize.cust.native_height;
        native_width  = Customize.cust.native_width;
    }
Example #18
0
        private void initializeBrowserList()
        {
            //RegistryKey browserKeys;
            ////on 64bit the browsers are in a different location
            //browserKeys = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\WOW6432Node\Clients\StartMenuInternet");
            //if (browserKeys == null)
            //    browserKeys = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Clients\StartMenuInternet");

            //string[] browserNames = browserKeys.GetSubKeyNames();

            //InternetBrowser defaultBrowser = new InternetBrowser();
            //defaultBrowser.Name = "Default";
            ////defaultBrowser.IconPath = "";
            //defaultBrowser.Path = "";
            //internetBrowsers.Add(defaultBrowser);

            //for (int i = 0; i < browserNames.Length; i++)
            //{
            //    InternetBrowser browser = new InternetBrowser();
            //    RegistryKey browserKey = browserKeys.OpenSubKey(browserNames[i]);
            //    browser.Name = (string)browserKey.GetValue(null);
            //    RegistryKey browserKeyPath = browserKey.OpenSubKey(@"shell\open\command");
            //    browser.Path = (string)browserKeyPath.GetValue(null);
            //    //RegistryKey browserIconPath = browserKey.OpenSubKey(@"DefaultIcon");
            //    //browser.IconPath = (string)browserIconPath.GetValue(null);
            //    internetBrowsers.Add(browser);
            //}

            internetBrowsers = InternetBrowser.GetBrowsers(true);
            foreach (InternetBrowser browser in internetBrowsers)
            {
                cboBrowsers.Items.Add(browser.Name);
            }
            //var temp = BrowserInfo.GetPreferableBrowser();
            cboBrowsers.SelectedIndex = 0;
            cboBrowsers.SelectedIndex = cboBrowsers.Items.IndexOf("Internet Explorer");
        }
Example #19
0
    // Progtive is the one at a time sequential cracker
    // Use this for initialization
    void Start()
    {
        Hardware        = GameObject.Find("Hardware");
        Prompts         = GameObject.Find("Prompts");
        SysSoftware     = GameObject.Find("System");
        HackingSoftware = GameObject.Find("Hacking");
        AppSoftware     = GameObject.Find("Applications");

        ep     = Prompts.GetComponent <ErrorProm>();
        com    = SysSoftware.GetComponent <Computer>();
        trace  = HackingSoftware.GetComponent <Tracer>();
        cmd    = SysSoftware.GetComponent <CLI>();
        defalt = SysSoftware.GetComponent <Defalt>();
        ib     = AppSoftware.GetComponent <InternetBrowser>();
        ws     = AppSoftware.GetComponent <WebSec>();
        cpu    = Hardware.GetComponent <CPU>();
        pl     = SysSoftware.GetComponent <PasswordList>();
        sc     = SysSoftware.GetComponent <SoundControl>();

        CloseButton   = new Rect(125, 1, 21, 21);
        ExecuteButton = new Rect(45, 100, 60, 24);

        StartingCount = pl.PasswordWords.Count;
    }
Example #20
0
 void WebSearch()
 {
     Applications = GameObject.Find("Applications");
     ib           = Applications.GetComponent <InternetBrowser>();
 }
Example #21
0
 void WebSearch()
 {
     ib  = AppSoftware.GetComponent <InternetBrowser>();
     def = SysSoftware.GetComponent <Defalt>();
 }
Example #22
0
    void ProgramSetup()
    {
        AppSoftware     = GameObject.Find("Applications");
        QA              = GameObject.Find("QA");
        HackingSoftware = GameObject.Find("Hacking");
        SysSoftware     = GameObject.Find("System");
        Computer        = GameObject.Find("Computer");
        Other           = GameObject.Find("Other");
        Missions        = GameObject.Find("Missions");

        qa = QA.GetComponent <BugReport>();

        //mb = GetComponent<MissionBrow>();
        sl  = Computer.GetComponent <SiteList>();
        wsv = Computer.GetComponent <WebSecViewer>();

        //Hacking Software
        pro     = HackingSoftware.GetComponent <Progtive>();
        trace   = HackingSoftware.GetComponent <Tracer>();
        ds      = HackingSoftware.GetComponent <DirSearch>();
        dc      = HackingSoftware.GetComponent <DicCrk>();
        passcrk = HackingSoftware.GetComponent <PasswordCracker>();

        //System Sofware
        dsk   = SysSoftware.GetComponent <Desktop>();
        com   = SysSoftware.GetComponent <Computer>();
        ss    = SysSoftware.GetComponent <ScreenSaver>();
        sp    = SysSoftware.GetComponent <SystemPanel>();
        am    = SysSoftware.GetComponent <AppMenu>();
        tasks = SysSoftware.GetComponent <TaskViewer>();
        clk   = SysSoftware.GetComponent <Clock>();
        cmd   = SysSoftware.GetComponent <CLI>();
        cmd2  = SysSoftware.GetComponent <CLIV2>();
        os    = SysSoftware.GetComponent <OS>();
        dm    = SysSoftware.GetComponent <DiskMan>();
        mouse = SysSoftware.GetComponent <Mouse>();
        fp    = SysSoftware.GetComponent <FileExplorer>();
        dem   = SysSoftware.GetComponent <DeviceManager>();
        vc    = SysSoftware.GetComponent <VolumeController>();

        //Application Softwate
        //        port = AppSoftware.GetComponent<Portfolio>();
        tr     = AppSoftware.GetComponent <TextReader>();
        sm     = AppSoftware.GetComponent <SystemMap>();
        al     = AppSoftware.GetComponent <AccLog>();
        note   = AppSoftware.GetComponent <Notepad>();
        notev2 = AppSoftware.GetComponent <Notepadv2>();
        cc     = AppSoftware.GetComponent <EmailClient>();
        tv     = AppSoftware.GetComponent <TreeView>();
        nv     = AppSoftware.GetComponent <NotificationViewer>();
        pv     = AppSoftware.GetComponent <PlanViewer>();
        //calendar = AppSoftware.GetComponent<Calendar>();
        calendarv2   = AppSoftware.GetComponent <CalendarV2>();
        eventview    = AppSoftware.GetComponent <EventViewer>();
        exchangeview = AppSoftware.GetComponent <ExchangeViewer>();

        // Application Browsers
        ib  = AppSoftware.GetComponent <InternetBrowser>();
        eib = AppSoftware.GetComponent <NetViewer>();
        fib = AppSoftware.GetComponent <Firefox>();
        rv  = AppSoftware.GetComponent <RemoteView>();
        cal = AppSoftware.GetComponent <Calculator>();
        mp  = AppSoftware.GetComponent <MusicPlayer>();



        // Prompts
        ip  = Prompts.GetComponent <InstallPrompt>();
        pp  = Prompts.GetComponent <PurchasePrompt>();
        ep  = Prompts.GetComponent <ErrorProm>();
        sdp = Prompts.GetComponent <ShutdownProm>();
        rp  = Prompts.GetComponent <RezPrompt>();
//		shareprompt = Prompts.GetComponent<SharePrompt>();
        notiprompt = Prompts.GetComponent <NotfiPrompt>();

        //OTHER
        vmd = Other.GetComponent <VMDesigner>();

        // Computer
        ct = Computer.GetComponent <CustomTheme>();

        //Missions
        misgen = Missions.GetComponent <MissionGen>();
    }
Example #23
0
 public InternetBrowserData(InternetBrowser iBrowser)
 {
     browser = iBrowser;
 }
Example #24
0
 void GetComp()
 {
     ib  = Applications.GetComponent <InternetBrowser>();
     cpu = Hardware.GetComponent <CPU>();
 }
Example #25
0
//	void PlayerInfo()
//	{
////		AccountName.Add(GameControl.control.ProfileName);
////		AccountNumbers.Add("0");
////		AccountPass.Add(GameControl.control.LoginPass[0]);
////		AccountBalance.Add(0);
////		CreditRating.Add(0);
////		Loan.Add(0);
//		GameControl.control.AccountNumber.Add("184678");
//		GameControl.control.Bank.Add("192.168.178.91");
//		GameControl.control.Balance.Add(0);
//
//		GameControl.control.AccountNumber.Add("184678");
//		GameControl.control.Bank.Add("192.168.178.91");
//		GameControl.control.Balance.Add(0);
//
//		GameControl.control.AccountNumber.Add("184678");
//		GameControl.control.Bank.Add("192.168.178.91");
//		GameControl.control.Balance.Add(0);
//
//		GameControl.control.AccountNumber.Add("184678");
//		GameControl.control.Bank.Add("192.168.178.91");
//		GameControl.control.Balance.Add(0);
//	}

    void WebSearch()
    {
        ib = Computer.GetComponent <InternetBrowser>();
    }
Example #26
0
    // Use this for initialization
    void Start()
    {
        System       = GameObject.Find("System");
        Applications = GameObject.Find("Applications");
        Hacking      = GameObject.Find("Hacking");
        Other        = GameObject.Find("Other");
        Computer     = GameObject.Find("Computer");
        Prompts      = GameObject.Find("Prompts");
        WindowHandel = GameObject.Find("WindowHandel");
        QA           = GameObject.Find("QA");

        winman = WindowHandel.GetComponent <WindowManager>();

        history      = Computer.GetComponent <SiteList>();
        websecviewer = Computer.GetComponent <WebSecViewer>();

        qa = QA.GetComponent <BugReport>();

        //DESKTOP ENVIROMENT
        customtheme = Computer.GetComponent <CustomTheme>();
        startmenu   = System.GetComponent <AppMenu>();
        rezprompt   = Prompts.GetComponent <RezPrompt>();
        desktop     = System.GetComponent <Desktop>();
        vc          = System.GetComponent <VolumeController>();

        //HACKING SOFTWARE
        pro             = Hacking.GetComponent <Progtive>();
        trace           = Hacking.GetComponent <Tracer>();
        dirsearch       = Hacking.GetComponent <DirSearch>();
        dicCrk          = Hacking.GetComponent <DicCrk>();
        passwordcracker = Hacking.GetComponent <PasswordCracker>();
        dirsearch       = Hacking.GetComponent <DirSearch>();

        //STOCK SYSTEMS
//		port = Applications.GetComponent<Portfolio>();
//		shareprompt = Prompts.GetComponent<SharePrompt>();

        //OTHER PROMPTS
        purchaseprompt = Prompts.GetComponent <PurchasePrompt>();

        //SYSTEM PROMPTS
        errorprompt    = Prompts.GetComponent <ErrorProm>();
        shutdownprompt = Prompts.GetComponent <ShutdownProm>();
        installprompt  = Prompts.GetComponent <InstallPrompt>();

        //SYSTEM SOFTWARE
        sysclock      = System.GetComponent <Clock>();
        cli           = System.GetComponent <CLI>();
        cliv2         = System.GetComponent <CLIV2>();
        os            = System.GetComponent <OS>();
        systempanel   = System.GetComponent <SystemPanel>();
        tasks         = System.GetComponent <TaskViewer>();
        com           = System.GetComponent <Computer>();
        diskman       = System.GetComponent <DiskMan>();
        vv            = System.GetComponent <VersionViewer>();
        fp            = System.GetComponent <FileExplorer>();
        SRM           = System.GetComponent <SystemResourceManager>();
        boot          = System.GetComponent <Boot>();
        deviceman     = System.GetComponent <DeviceManager>();
        executor      = System.GetComponent <Executor>();
        gatewayviewer = System.GetComponent <GatewayViewer>();

        //LEGAL APPLICATIONS
        email          = Applications.GetComponent <EmailClient>();
        caluclator     = Applications.GetComponent <Calculator>();
        notepad        = Applications.GetComponent <Notepad>();
        notepadv2      = Applications.GetComponent <Notepadv2>();
        accountlogs    = Applications.GetComponent <AccLog>();
        mp             = Applications.GetComponent <MusicPlayer>();
        treeview       = Applications.GetComponent <TreeView>();
        nv             = Applications.GetComponent <NotificationViewer>();
        pv             = Applications.GetComponent <PlanViewer>();
        calendar       = Applications.GetComponent <Calendar>();
        calendarv2     = Applications.GetComponent <CalendarV2>();
        eventview      = Applications.GetComponent <EventViewer>();
        exchangeviewer = Applications.GetComponent <ExchangeViewer>();

        //INTERNET BROWSERS
        internetbrowser = Applications.GetComponent <InternetBrowser>();
        edgebrowser     = Applications.GetComponent <NetViewer>();
        firefoxbrowser  = Applications.GetComponent <Firefox>();

        //APPLICATIONS
        systemMap  = Applications.GetComponent <SystemMap>();
        textreader = Applications.GetComponent <TextReader>();

        //BROWSER STUFF
        history = Computer.GetComponent <SiteList>();

        //OTHER CONNECTION DEVICE
        rv  = Applications.GetComponent <RemoteView>();
        vmd = Other.GetComponent <VMDesigner>();
    }
Example #27
0
    // Use this for initialization
    void Start()
    {
        SysSoftware  = GameObject.Find("System");
        Hardware     = GameObject.Find("Hardware");
        Applications = GameObject.Find("Applications");

        cpu    = Hardware.GetComponent <CPU>();
        ram    = Hardware.GetComponent <RAM>();
        com    = SysSoftware.GetComponent <Computer>();
        def    = SysSoftware.GetComponent <Defalt>();
        sp     = SysSoftware.GetComponent <SystemPanel>();
        tv     = SysSoftware.GetComponent <TaskViewer>();
        ib     = Applications.GetComponent <InternetBrowser>();
        appman = SysSoftware.GetComponent <AppMan>();
        sc     = GetComponent <SoundControl>();
        boot   = GetComponent <Boot>();

        note = Applications.GetComponent <Notepad>();



        if (boot.Terminal == true)
        {
            CPUUsage      += 2;
            MemoryUsage   += 500;
            GraphicsUsage += 5;
            Index          = 2;
            SetOSUsage     = false;
            StartUpdateOS  = false;
            SetUsage();
            SelectedIcon = 1;
            GameControl.control.BootTime = 0.4f;
            appman.SelectedApp           = "Command Line V2";
        }
        else
        {
            StartUpdateOS = true;
        }

//		if (Customize.cust.native_width != 0)
//		{
//			native_width = Customize.cust.native_width;
//			native_height = Customize.cust.native_height;
//		}

        if (Application.isEditor == true)
        {
            windowRect = new Rect(0, 0, Screen.width, Screen.height);
        }
        else
        {
            windowRect = new Rect(0, 0, Customize.cust.RezX, Customize.cust.RezY);
        }

        IconWidth = 10 * 12;
        xmodpic   = 4;
        ymodpic   = 8;
        xmod      = 13;

        MaxIconsPerRow = 10;

        ContextMenuID           = 98;
        ContextwindowRect.width = 100;
        //ContextwindowRect.height = 21*6+7;
    }