Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- unsigned long long (*getEntityAddress)(int entity) = ((unsigned long long(*)(int entity)) (0x1FE1810 + APP_BASE));
- unsigned long long (*sub_A5A9B0)(unsigned long long entityPointer, int a2, bool a3, int a4) = ((unsigned long long(*)(unsigned long long entityPointer, int a2, bool a3, int a4)) (0xA5A9B0 + APP_BASE));
- void SET_ENTITY_VISIBLE_IMP(int entity, bool status, bool a3) {
- u64 v_entity_pointer = getEntityAddress(entity);
- if(v_entity_pointer ) {
- sub_A5A9B0(v_entity_pointer, 2, status, 1);
- if ( a3 )
- *(uint16_t*)(v_entity_pointer + 56) = 1023;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement