0x1C0 used to be the size of the player class but now it is different. I haven't messed with it in a while but I believe if you look up "HP" then view the disassembly you will find the size of the class above it.
0x1C0 = 0x420
0xDC94 = 0x73C4
0x2E7FA8 = 0x3CBFD0
BTW does ESP requires any hook ?
@giniyat101 , @258456
Ya, you will need to put the esp function in your endscene hook. DON'T PUT IT IN YOUR DIP HOOK. That's really important, don't put it in DIP or else your esp will keep drawing itself without refreshing each frame.