コード例 #1
0
 private void F4_Tick(object sender, EventArgs e)
 {
     PS3.Extension.WriteString(0x004eb39c, "^5S^7pec Ops ^5M^7od Menu ^5B^7y ^5M^7rNiato - ^5T^7eleport ^5M^7enu^5\n\nKill\nDown the map\nBack to map\n^2-->^5Sky");
     if (Key_IsDown((uint)0) == "R1")
     {
         F4.Stop();
         F1.Start();
     }
     if (Key_IsDown((uint)0) == "X")
     {
         byte[] buffer = new byte[] { 0x44, 0x2E, 0xF9, 0x9A, 0x43, 0xCC, 0xE6, 0x66, 0x45, 0x0E, 0x63, 0xAD, 0x00 };
         PS3.SetMemory(0x012272F4, buffer);
     }
     if (Key_IsDown((uint)0) == "R3")
     {
         F4.Stop();
         HostMenuMain.Start();
     }
     if (Key_IsDown((uint)0) == "L1")
     {
         F4.Stop();
         F3.Start();
     }
 }
コード例 #2
0
 private void F2_Tick(object sender, EventArgs e)
 {
     PS3.Extension.WriteString(0x004eb39c, "^5S^7pec Ops ^5M^7od Menu ^5B^7y ^5M^7rNiato - ^5T^7eleport ^5M^7enu^5\n\nKill\n^2-->^5Down the map\nBack to map\nSky");
     if (Key_IsDown((uint)0) == "R1")
     {
         F2.Stop();
         F3.Start();
     }
     if (Key_IsDown((uint)0) == "X")
     {
         byte[] buffer = new byte[] { 0x43, 0xBB, 0xB8, 0x47, 0x42, 0x66, 0x0B, 0xFD, 0xC2, 0xD3, 0xC0, 0x02, 0x00 };
         PS3.SetMemory(0x012272F4, buffer);
     }
     if (Key_IsDown((uint)0) == "R3")
     {
         F2.Stop();
         HostMenuMain.Start();
     }
     if (Key_IsDown((uint)0) == "L1")
     {
         F2.Stop();
         F1.Start();
     }
 }