Advertisement
Astekk

Untitled

Jan 28th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.89 KB | None | 0 0
  1. // Cod Ghosts Anti ban offsets C# TU 1.16
  2. // Enable after connecting to the online services, enjoy.
  3.  
  4. public static class Variables()
  5. {
  6. public static uint AntibanOffset1 = 0x700ADC;
  7. public static uint AntibanOffset2 = 0x6FF4D8;
  8. public static uint AntibanOffset3 = 0x6FF164;
  9. public static uint AntibanOffset4 = 0x700AD4;
  10. public static uint AntibanOffset5 = 0x700AD8;
  11. public static uint AntibanOffset6 = 0x6F41E8;
  12. }
  13.  
  14. public static class Antiban()
  15. {
  16. private static PS3API = new PS3API();
  17.  
  18. PS3.SetMemory(Variables.AntibanOffset1, new byte[] { 0x30, 0xA5 });
  19. PS3.SetMemory(Variables.AntibanOffset2, new byte[] { 0x39 });
  20. PS3.SetMemory(Variables.AntibanOffset3, new byte[] { 0x38, 0x60 });
  21. PS3.SetMemory(Variables.AntibanOffset4, new byte[] { 0x38, 0xC0 });
  22. PS3.SetMemory(Variables.AntibanOffset5, new byte[] { 0x30, 0xE7 });
  23. PS3.SetMemory(Variables.AntibanOffset6, new byte[] { 0x3B, 160 });
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement