Advertisement
FIDANzza

Untitled

Feb 2nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ARecoilTable* RecoilTable() { return *(ARecoilTable**)(this + 0xB50); }
  2. int RecoilIndex() { return *(int*)(this + 0xB5C); }
  3.  
  4. class ARecoilTable
  5. {
  6. public:
  7. float* RecoilFloat() { return (float*)(this + 0x4); }
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement