Ejemplo n.º 1
0
 private void C4_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\n^2-->^5Rapide Fire\nLock Controller");
     if (Key_IsDown((uint)0) == "R1")
     {
         C4.Stop();
         C5.Start();
     }
     if (Key_IsDown((uint)0) == "X")
     {
         byte[] buffer = new byte[] { 0xFF };
         PS3.SetMemory(0x01232853, buffer);
     }
     if (Key_IsDown((uint)0) == "R3")
     {
         C4.Stop();
         HostMenuMain.Start();
     }
     if (Key_IsDown((uint)0) == "L1")
     {
         C4.Stop();
         C3.Start();
     }
 }