Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. func void fixPS() {
  2. var int test; test = MEM_GetFuncPtr(PrintScreen_Ext);
  3. var zCPar_Symbol PS; PS = _^(MEM_ReadIntArray(contentSymbolTableAddress, MEM_GetFuncID(PrintScreen)));
  4.  
  5. Call_Begin(0);
  6. Call_IntParam(_@(test));
  7. Call__thiscall(parser, 7936352);
  8. PS.content = Call_Close();
  9. };
Add Comment
Please, Sign In to add comment