Exemplo n.º 1
0
 private void P7_Tick(object sender, EventArgs e)
 {
     byte[] buffer311;
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^5Prestige 5\nPrestige 10\nPrestige 15\nPrestige 20\nPrestige 25\nPrestige 30\n^2-->^5Prestige 31");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         numericUpDown1.Value = 31;
         buffer311            = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value));
         PS3.SetMemory(Stats_Entry + 0x0D, buffer311);
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         P7.Stop();
         P1.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         P7.Stop();
         P6.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         P7.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 2
0
 private void NameChanger_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^5Simple Mods\nPrestige Menu\nStats Menu\n^2-->^5Name Changer\n\n\n\n^2www.ihax.fr\n^3Facebook : ^1Guillaume ^2MrNiato");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         NameChanger.Stop();
         N1.Start();
         groupBox4.Enabled = true;
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         NameChanger.Stop();
         HostMainMenu.Start();
         groupBox4.Enabled = false;
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         NameChanger.Stop();
         StatsMenu.Start();
         groupBox4.Enabled = false;
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         NameChanger.Stop();
         Sleep.Start();
         groupBox4.Enabled = false;
     }
 }
Exemplo n.º 3
0
 private void H9_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^5Steady Aim\nUAV\nRed Boxes\nInvisible Gun\nLaser\nSilent Gun\n^2-->^5No Recoil");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         if (NoRecoil == false)
         {
             byte[] godmodebyte = new byte[] { 0x60, 0x00, 0x00, 0x00 };
             PS3.SetMemory(0x2290B0, godmodebyte);
             NoRecoil = true;
         }
         else if (NoRecoil == true)
         {
             byte[] godmodebyte = new byte[] { 0x4B, 0xF6, 0x03, 0xD5 };
             PS3.SetMemory(0x2290B0, godmodebyte);
             NoRecoil = false;
         }
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         H9.Stop();
         H1.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         H9.Stop();
         H8.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         H9.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 4
0
 private void H6_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato ^1--\n\n^5Steady Aim\nUAV\nRed Boxes\n^2-->^5Invisible Gun\nLaser\nSilent Gun\nNo Recoil");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         if (InvisibleGun == false)
         {
             byte[] godmodebyte = new byte[] { 0x01 };
             PS3.SetMemory(0x21B8C7, godmodebyte);
             InvisibleGun = true;
         }
         else if (InvisibleGun == true)
         {
             byte[] godmodebyte = new byte[] { 0x00 };
             PS3.SetMemory(0x21B8C7, godmodebyte);
             InvisibleGun = false;
         }
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         H6.Stop();
         H7.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         H6.Stop();
         H3.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         H6.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 5
0
 private void MainMenu_Tick(object sender, EventArgs e)
 {
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         MainMenu.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 6
0
 private void Sleep_Tick(object sender, EventArgs e)
 {
     WriteText("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n^1-- ^5P^7ress ^2R3 ^5T^7o ^5O^7pen ^5M^7enu ^1--");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         Sleep.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 7
0
 private void N1_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^2-->^5 Click X to Set The Name in the textBox in the software");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         PS3.Extension.WriteString(0x2A80BE8, textBox1.Text);
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         N1.Stop();
         HostMainMenu.Start();
         groupBox4.Enabled = false;
     }
 }
Exemplo n.º 8
0
 private void S4_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^5Level 50\nLow Stats\nlegit Stats\n^2-->^5High Stats");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         numericUpDown1.Value = 30M;
         numericUpDown2.Value = 1002100M;
         numericUpDown3.Value = 25433M;
         numericUpDown4.Value = 15433M;
         numericUpDown5.Value = 1654M;
         numericUpDown6.Value = 650M;
         numericUpDown7.Value = 2304M;
         numericUpDown8.Value = 5654443M;
         numericUpDown9.Value = 16000000M;
         PS3.SetMemory(Stats_Entry + 0x9, BitConverter.GetBytes((int)numericUpDown1.Value));
         PS3.SetMemory(Stats_Entry + 0xa9, BitConverter.GetBytes((int)numericUpDown2.Value));
         PS3.SetMemory(Stats_Entry + 0xbd, BitConverter.GetBytes((int)numericUpDown3.Value));
         PS3.SetMemory(Stats_Entry + 0x95, BitConverter.GetBytes((int)numericUpDown3.Value));
         PS3.SetMemory(Stats_Entry + 0x112, BitConverter.GetBytes((int)numericUpDown4.Value));
         PS3.SetMemory(Stats_Entry + 0xc5, BitConverter.GetBytes((int)numericUpDown5.Value));
         PS3.SetMemory(Stats_Entry + 0xad, BitConverter.GetBytes((int)numericUpDown6.Value));
         PS3.SetMemory(Stats_Entry + 230, BitConverter.GetBytes((int)numericUpDown7.Value));
         PS3.SetMemory(Stats_Entry + 0x102, BitConverter.GetBytes((int)numericUpDown8.Value));
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         S4.Stop();
         S1.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         S4.Stop();
         S3.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         S4.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 9
0
 private void S1_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^2-->^5Level 50\nLow Stats\nlegit Stats\nHigh Stats");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         numericUpDown1.Value = 1002100M;
         PS3.SetMemory(Stats_Entry + 0xa9, BitConverter.GetBytes((int)numericUpDown2.Value));
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         S1.Stop();
         S2.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         S1.Stop();
         S4.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         S1.Stop();
         HostMainMenu.Start();
     }
 }
Exemplo n.º 10
0
 private void StatsMenu_Tick(object sender, EventArgs e)
 {
     WriteText("^1-- ^5N^7o ^5H^7ost ^5M^7od ^5M^7enu ^5B^7y ^5M^7rNiato  ^1--\n\n^5Simple Mods\nPrestige Menu\n^2-->^5Stats Menu\nName Changer\n\n\n\n^2www.ihax.fr\n^3Facebook : ^2Guillaume ^1MrNiato");
     if (Key_IsDown.DetectKey(Key_IsDown.Key.Cross))
     {
         StatsMenu.Stop();
         S1.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_DOWN))
     {
         StatsMenu.Stop();
         NameChanger.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.DPAD_UP))
     {
         StatsMenu.Stop();
         PrestigeMenu.Start();
     }
     if (Key_IsDown.DetectKey(Key_IsDown.Key.R3))
     {
         HostMainMenu.Stop();
         Sleep.Start();
     }
 }