Advertisement
Skrillexmodz

offsets no host ghost 1.16

May 29th, 2015
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.23 KB | None | 0 0
  1. offsets no host 1.16 ghost
  2. stillmodding.net
  3. uav avanzado on
  4. this.PS3.SetMemory(0x140a3a, new byte[] { 1 });
  5.  
  6. uav avanzado off
  7. this.PS3.SetMemory(0x140a3a, new byte[1]);
  8.  
  9. oracle on
  10. this.PS3.SetMemory(0x16ab63, new byte[] { 0xfb });
  11.  
  12. oracle off
  13. this.PS3.SetMemory(0x16ab63, new byte[1]);
  14.  
  15. Red box on
  16. byte[] buffer = new byte[4];
  17.             buffer[0] = 0x60;
  18.             this.PS3.SetMemory(0x149134, buffer);
  19.  
  20. Red box off
  21. this.PS3.SetMemory(0x149134, new byte[] { 0x41, 130, 0, 12 });
  22. Small cross on
  23. byte[] buffer = new byte[4];
  24.             buffer[0] = 0x2c;
  25.             buffer[1] = 3;
  26.             this.PS3.SetMemory(0x1215cc, buffer);
  27.  
  28. Small cross off
  29. this.PS3.SetMemory(0x1215cc, new byte[] { 0x2c, 3, 0, 2 });
  30.  
  31. No recoil on
  32. byte[] buffer = new byte[4];
  33.             buffer[0] = 0x60;
  34.             this.PS3.SetMemory(0x6c65c0, buffer);
  35.  
  36. No recoil off
  37. this.PS3.SetMemory(0x6c65c0, new byte[] { 0x41, 130, 0, 0x20 });
  38.  
  39. Red laser on
  40. this.PS3.SetMemory(0x52dde7, new byte[] { 1 });
  41.  
  42. Red laser off
  43. this.PS3.SetMemory(0x52dde7, new byte[1]);
  44.  
  45. Chrome players on
  46. this.PS3.SetMemory(0x478d5b, new byte[] { 1 });
  47.  
  48. Chrome players off
  49. this.PS3.SetMemory(0x478d5b, new byte[1]);
  50.  
  51. nombre
  52. 0x177a238
  53.  
  54. Clan tag
  55. 0xcbff6a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement