Bonjours, je cherche a coder le bouton antiban et le boutons bypass probation pour bo2 merci de votre aide
bypass probation ON : this.PS3.SetMemory(0x52fe74, new byte[] { 0x41, 0x80 }); this.PS3.SetMemory(0x53017c, new byte[] { 0x41, 0x80 }); Bypass probation OFF : this.PS3.SetMemory(0x52fe74, new byte[] { 0x41, 130 }); this.PS3.SetMemory(0x53017c, new byte[] { 0x41, 130 }); Anti bann : byte[] buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x4ae46c, buffer); buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x3779c4, buffer); buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x332398, buffer); buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x4a72f0, buffer); buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x38d748, buffer); buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x34f888, buffer); buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x4e49d4, buffer); this.PS3.CCAPI.Notify(CCAPI.NotifyIcon.WRONGWAY, "AntiBan Activer !!"); string text = "Anti Ban Activer"; MessageBox.Show(text, "AntiBan", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
J'ai édité le titre de ta discussion pour que celle-ci soit plus compréhensible. A l'avenir essaie de faire des titres plus longs et détaillés, plus le titre est long et détaillé, plus tu obtiendras de vues ainsi que des réponses . :wesh: