Advertisement
01cedric

BO2 IP Hiding

Jun 8th, 2016
7,852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. ///////////////////////////Function///////////////////////////
  2. public void BO2IPHider(uint client)
  3.         {
  4.             PS3.Extension.WriteBytes(0x00f9e726 + ((uint)client * 328), new byte[] { 0x23, 0x07, 0x49, 0x22, 0x33, 0x01 });
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement