Is there a GET_ENTITY_ADDRESS address in PS3 BLES?
Please tell me your address.
Please tell me your address.
(12-09-2018 - 08:07 AM)Michlae Wrote: Is there a GET_ENTITY_ADDRESS address in PS3 BLES?
Please tell me your address.
(12-09-2018 - 08:11 AM)magiccarpet Wrote:(12-09-2018 - 08:07 AM)Michlae Wrote: Is there a GET_ENTITY_ADDRESS address in PS3 BLES?
Please tell me your address.
Yeah its on here somwere. If you are just on here for learning than you can use pyschosis source its in thier.
It should be in any menu with the player heith function.
Hope this helps
~aka live
(12-09-2018 - 08:07 AM)Michlae Wrote: Is there a GET_ENTITY_ADDRESS address in PS3 BLES?
Please tell me your address.
typedef unsigned int uint;
opd_s Get_Ent_Addr = { 0xA552E0, TOC };
uint(*get_ent_address)(int peid) = (uint(*)(int))&Get_Ent_Addr;
int sub_A552E0_t[2] = { 0xA552E0, 0x1C85330 };
int(*sub_A552E0)(int r3) = (int(*)(int))&sub_A552E0_t;
(12-09-2018 - 07:43 PM)NoNameV2345 Wrote:(12-09-2018 - 08:07 AM)Michlae Wrote: Is there a GET_ENTITY_ADDRESS address in PS3 BLES?
Please tell me your address.
Code:typedef unsigned int uint;
opd_s Get_Ent_Addr = { 0xA552E0, TOC };
uint(*get_ent_address)(int peid) = (uint(*)(int))&Get_Ent_Addr;
(12-10-2018 - 01:09 AM)PhucedMODZ Wrote:Code:int sub_A552E0_t[2] = { 0xA552E0, 0x1C85330 };
int(*sub_A552E0)(int r3) = (int(*)(int))&sub_A552E0_t;