Advertisement
rdsedmundo

Untitled

Aug 18th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.39 KB | None | 0 0
  1.   for (uint i = 0; i < 500; i++)
  2.                     {
  3.                         byte[] test = black.ReadBytes((uint)0xAB5F08A + i * 0x1908, 2);
  4.                        // alert(BitConverter.ToString(test));
  5.                         byte _t = test[0];
  6.                         byte[] ok = {_t, 0x00};
  7.                         black.WriteBytes((uint)0xAB5F08A + i * 0x1908, ok);
  8.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement