Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. void AdminCrash(INT index) {
  2. *(DWORD*)DecryptPatch(GetPatch(pPatches)->GTA.dwRemoteCodeShim) = (DWORD)AdminShim;
  3. Invoke::Call<VOID>(DecryptPatch(GetPatch(pPatches)->GTA.dwExecuteRce), 1 << index, 0xDEADC0DE);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement