Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. void RemoveBiotic(unsigned int dwDelayTime) {
  2.         void(__thiscall *RemoveBiotic)(void*, unsigned int dwDelayTime) = (void(__thiscall*)(void*, unsigned int dwDelayTime))0x004C0EE0;
  3.         return RemoveBiotic(this, dwDelayTime);
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement