Exemple #1
0
 private void C5_Tick(object sender, EventArgs e)
 {
     PS3.Extension.WriteString(0x004eb39c, "^5S^7pec Ops ^5M^7od Menu ^5B^7y ^5M^7rNiato - ^5C^7lient ^21 ^5M^7enu\n\nGod Mode\nMax Ammo\nAll Perks\nRapide Fire\n^2-->^5Lock Controller");
     if (Key_IsDown((uint)0) == "R1")
     {
         C5.Stop();
         C1.Start();
     }
     if (Key_IsDown((uint)0) == "X")
     {
         byte[] buffer = new byte[] { 0x01 };
         PS3.SetMemory(0x012323b7, buffer);
     }
     if (Key_IsDown((uint)0) == "R3")
     {
         C5.Stop();
         HostMenuMain.Start();
     }
     if (Key_IsDown((uint)0) == "L1")
     {
         C5.Stop();
         C4.Start();
     }
 }