Advertisement
cia

lolololol.

cia
Jun 12th, 2015
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. private uint GetNativeAdress_Hash2(uint NativeName)
  2. {
  3. uint str = NativeName;
  4. uint Address = GetNativeFunctionAddr(str);
  5. uint real_addr = getNativeFuncNew(str);
  6. PS3_WriteUInt32(0x10030000, real_addr);
  7. textBox13.Text = "0x" + PS3.Extension.ReadInt32(0x10030000).ToString("X2");
  8. return real_addr;
  9. }
  10.  
  11. and its just the normal get native address and etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement