Exemplo n.º 1
0
        ////////////////////////////////////////////////


        public void Uloadvariables(int dash, hacktypes ttype, List <String> patches, bool altoptions, bool nowrite, bool noava, bool clean, bool noreeb, bool DLpatches, bool includeLaunch)
        {
            this._dash          = dash;
            this._ttype         = ttype;
            this._patches       = patches;
            this._nowrite       = nowrite;
            this._noava         = noava;
            this._clean         = clean;
            this._altoptions    = altoptions;
            this._noreeb        = noreeb;
            this._DLpatches     = DLpatches;
            this._includeLaunch = includeLaunch;
        }
Exemplo n.º 2
0
 public void loadvariables(string cpukey, hacktypes ttype, int dash, consoles ctype, List <String> patches, Nand.PrivateN nand, bool altoptions, bool DLpatches, bool includeLaunch, bool audclamp, bool rjtag, bool cr4)
 {
     this._cpukey        = cpukey;
     this._ttype         = ttype;
     this._dash          = dash;
     this._ctype         = ctype;
     this._patches       = patches;
     this._nand          = nand;
     this._altoptions    = altoptions;
     this._DLpatches     = DLpatches;
     this._includeLaunch = includeLaunch;
     this._audclamp      = audclamp;
     this._rjtag         = rjtag;
     this._CR4           = cr4;
 }
Exemplo n.º 3
0
 public void loadvariables(string cpukey, hacktypes ttype, int dash, consoles ctype, List <String> patches, Nand.PrivateN nand)
 {
     loadvariables(cpukey, ttype, dash, ctype, patches, nand, false, false, false, false, false, false);
 }