Example #1
0
 private void F3_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\n^2-->^5Back to map\nSky");
     if (Key_IsDown((uint)0) == "R1")
     {
         F3.Stop();
         F4.Start();
     }
     if (Key_IsDown((uint)0) == "X")
     {
         byte[] buffer = new byte[] { 0x44, 0x2E, 0xF0, 0x9A, 0x43, 0xCC, 0xE6, 0x66, 0x42, 0x8B, 0xC4, 0xB2, 0x00 };
         PS3.SetMemory(0x012272F4, buffer);
     }
     if (Key_IsDown((uint)0) == "R3")
     {
         F3.Stop();
         HostMenuMain.Start();
     }
     if (Key_IsDown((uint)0) == "L1")
     {
         F3.Stop();
         F2.Start();
     }
 }