private void G3_Tick(object sender, EventArgs e) { PS3.Extension.WriteString(0x004eb39c, "^5S^7pec Ops ^5M^7od Menu ^5B^7y ^5M^7rNiato - ^5V^7ision ^5M^7enu\n\n^5Default\nSnake Mod\n^2-->^5Hardcore Mod\nThermal\nRed Vision\nWorm Vision"); if (Key_IsDown((uint)0) == "R1") { G3.Stop(); G4.Start(); } if (Key_IsDown((uint)0) == "X") { byte[] buffer = new byte[] { 0x40, 0x00 }; PS3.SetMemory(0x012272ea, buffer); } if (Key_IsDown((uint)0) == "R3") { G3.Stop(); HostMenuMain.Start(); } if (Key_IsDown((uint)0) == "L1") { G3.Stop(); G2.Start(); } }