Advertisement
Guest User

GMAC method_5

a guest
Jun 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. private void method_5(Class11 class11_0, Stream stream_0, Class127 class127_0)
  2. {
  3. Dictionary<string, string> dictionary = class11_0.Configs[Program.Config];
  4. string text = dictionary["option_ps3_passcode"];
  5. while (text.Length < 16)
  6. {
  7. text += " ";
  8. }
  9. byte[] bytes = Encoding.UTF8.GetBytes(text);
  10. stream_0.Write(bytes, 0, 16);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement