Advertisement
erzis

Untitled

Dec 9th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #ifndef offsets_h
  2. #define offsets_h
  3. #include "main.cpp"
  4.  
  5. class offsets {
  6. public:
  7. DWORD JumpAddressOffset = 0x04AE5E44;
  8. DWORD JumpOffset = 0xF8;
  9. };
  10.  
  11. #endif // !offsets_h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement