// 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; }
// 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; }
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>(); }
// Use this for initialization void Start() { com = GetComponent <Computer>(); ws = GetComponent <WebSec>(); mb = GetComponent <MonitorBypass>(); def = GetComponent <Defalt>(); }
void WebSearch() { ws = AppSoftware.GetComponent <WebSec>(); sm = AppSoftware.GetComponent <SystemMap>(); //cc = Database.GetComponent<CabbageCorp>(); ib = AppSoftware.GetComponent <InternetBrowser>(); }
void WebSearch() { ws = AppSoftware.GetComponent <WebSec>(); sm = AppSoftware.GetComponent <SystemMap>(); st = Database.GetComponent <ShareTrades>(); gstocks = Database.GetComponent <GStocks>(); //cc = Database.GetComponent<CabbageCorp>(); dr = Minigames.GetComponent <DragRacer>(); seb = AppSoftware.GetComponent <StockExchangeBrowser>(); }
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>(); }
void Start() { SysSoftware = GameObject.Find("System"); AppSoftware = GameObject.Find("Applications"); Database = GameObject.Find("Database"); clic = SysSoftware.GetComponent <CLICommandsV2>(); ws = AppSoftware.GetComponent <WebSec>(); sm = AppSoftware.GetComponent <SystemMap>(); // para = Database.GetComponent<Para>(); st = Database.GetComponent <ShareTrades>(); gstocks = Database.GetComponent <GStocks>(); stockexchange = Database.GetComponent <StockExchange>(); port = Database.GetComponent <Portfolio>(); history = Database.GetComponent <StockTransactionHistory>(); }
void Start() { SysSoftware = GameObject.Find("System"); AppSoftware = GameObject.Find("Applications"); Database = GameObject.Find("Database"); Minigames = GameObject.Find("MiniGames"); clic = SysSoftware.GetComponent <CLICommandsV2>(); ws = AppSoftware.GetComponent <WebSec>(); sm = AppSoftware.GetComponent <SystemMap>(); testsite = Database.GetComponent <TestSite>(); becas = Database.GetComponent <Becas>(); aki = Database.GetComponent <Aki>(); RevaTest = Database.GetComponent <Test>(); revatest = Database.GetComponent <RevaTest>(); ping = Database.GetComponent <Ping>(); uc = Database.GetComponent <Unicom>(); jd = Database.GetComponent <JailDew>(); // para = Database.GetComponent<Para>(); 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>(); store = Database.GetComponent <Store>(); melvenauni = Database.GetComponent <MelvenaUniversity>(); isd = Database.GetComponent <ISD>(); //cc = Database.GetComponent<CabbageCorp>(); dr = Minigames.GetComponent <DragRacer>(); }
// 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; }
// 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; }
// Use this for initialization void Start() { ws = GetComponent <WebSec>(); }