Advertisement
Guest User

Offsets.h

a guest
May 29th, 2014
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.65 KB | None | 0 0
  1. #include <Windows.h>
  2. #include <iostream>
  3.  
  4. const DWORD Player_Base =   0x5FACD8;//= 0x5E85B8;
  5. const DWORD chets = 0x640A98;
  6. const DWORD dw_Health = 0x90;
  7. const DWORD dw_Team = 0x98;
  8. const DWORD dw_Pos = 0x25c;
  9. const DWORD EntityPlayer_Base = 0x617344;//= 0x0604C44;
  10. const DWORD EntityPlayer_Base2 = 0x604C34;//604C34
  11. const DWORD EntityPlayer_Base3 = 0x604C24;//604C34
  12. const DWORD dJump = 0x67E39C;
  13. const DWORD EntityLoopDistance = 0x10;
  14. const DWORD dw_m_angRotation = 0x4A2224;    //tt
  15. const DWORD dw_vMatrix = 0x5CCBD4;
  16. const DWORD dw_antiFlick = 0x5CD378;
  17. const DWORD BoneBase = 0xEC8;
  18. const DWORD Attacking       =   0x67E390;
  19. const DWORD Speedy          =   0x67E468;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement