// Cod Ghosts Anti ban offsets C# TU 1.16 // Enable after connecting to the online services, enjoy. public static class Variables() { public static uint AntibanOffset1 = 0x700ADC; public static uint AntibanOffset2 = 0x6FF4D8; public static uint AntibanOffset3 = 0x6FF164; public static uint AntibanOffset4 = 0x700AD4; public static uint AntibanOffset5 = 0x700AD8; public static uint AntibanOffset6 = 0x6F41E8; } public static class Antiban() { private static PS3API = new PS3API(); PS3.SetMemory(Variables.AntibanOffset1, new byte[] { 0x30, 0xA5 }); PS3.SetMemory(Variables.AntibanOffset2, new byte[] { 0x39 }); PS3.SetMemory(Variables.AntibanOffset3, new byte[] { 0x38, 0x60 }); PS3.SetMemory(Variables.AntibanOffset4, new byte[] { 0x38, 0xC0 }); PS3.SetMemory(Variables.AntibanOffset5, new byte[] { 0x30, 0xE7 }); PS3.SetMemory(Variables.AntibanOffset6, new byte[] { 0x3B, 160 }); }