Skip to content

Instantly share code, notes, and snippets.

@SunShineSilver-mdA
Created April 18, 2019 08:03
Show Gist options
  • Save SunShineSilver-mdA/0633b18918a7114d0e594b653a2386fc to your computer and use it in GitHub Desktop.
Save SunShineSilver-mdA/0633b18918a7114d0e594b653a2386fc to your computer and use it in GitHub Desktop.
Global_@NwOnlineStats
Global_.f_06[1605765](550C0428) <61/0x3D/61/0.0/>[CHAR][=] ("MP_PLAYER_STAT") // "Rank"
<550C0428: 3D 00000000 cmp eax,00000000 >
<550C042F: 00 46 61 add [rsi+61],al >
<550C0432: 63 69 6C movsxd rbp,dword ptr [rcx+6C] >
<550C0435: 69 74 61 74 6F720000 imul esi,[rcx+74]0000726F >
Global_.f_07[1605766](550C0430) <1768120646/0x46/7022353633322950982/0.0/>[STRING]["Facilitator"] ("MP_PLAYER_STAT") // "Crew Rank" Rank 51-60: Facilitator
<550C0430: 46 61 popad (invalid) >
<550C0432: 63 69 6C movsxd rbp,dword ptr [rcx+6C] >
<550C0435: 69 74 61 74 6F720000 imul esi,[rcx+74]0000726F >
Global_.f_08[1605767](550C0438) <7499636/0x74/7499636/0.0/>[STRING]["tor"]
<550C0438: 74 6F je 550C04A9 >
<550C043A: 72 00 jb 550C043C >
static struct vec_CrewsRank { STRING sRankName, sRankLevel; };
std::vector<vec_CrewsRank> CrewRank{
{ "Thug", "Rank 1-10:" },
{ "Hustler", "Rank 11-20:" },
{ "Soldier", "Rank 21-30:" },
{ "Trigger", "Rank 31-40:" },
{ "Enforcer", "Rank 41-50:" },
{ "Facilitator", "Rank 51-60:" },
{ "Public Enemy", "Rank 61-70:" },
{ "Shot Caller", "Rank 71-80:" },
{ "Street Boss", "Rank 81-90:" },
{ "Kingpin", "Rank 91-100:" },
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment