Advertisement
MiaMyLove

SunShineSilver.mdA

Apr 18th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.33 KB | None | 0 0
  1. Global_.f_06[1605765](550C0428) <61/0x3D/61/0.0/>[CHAR][=] ("MP_PLAYER_STAT") // "Rank"
  2. <550C0428: 3D 00000000           cmp eax,00000000               >
  3. <550C042F: 00 46 61              add [rsi+61],al                >
  4. <550C0432: 63 69 6C              movsxd  rbp,dword ptr [rcx+6C] >
  5. <550C0435: 69 74 61 74 6F720000  imul esi,[rcx+74]0000726F      >
  6. Global_.f_07[1605766](550C0430) <1768120646/0x46/7022353633322950982/0.0/>[STRING]["Facilitator"] ("MP_PLAYER_STAT") // "Crew Rank"  Rank 51-60: Facilitator
  7. <550C0430: 46 61                 popad (invalid)                >
  8. <550C0432: 63 69 6C              movsxd  rbp,dword ptr [rcx+6C] >
  9. <550C0435: 69 74 61 74 6F720000  imul esi,[rcx+74]0000726F      >
  10. Global_.f_08[1605767](550C0438) <7499636/0x74/7499636/0.0/>[STRING]["tor"]
  11. <550C0438: 74 6F                 je 550C04A9                    >
  12. <550C043A: 72 00                 jb 550C043C                    >
  13.  
  14. static struct vec_CrewsRank { STRING sRankName, sRankLevel; };
  15. std::vector<vec_CrewsRank> CrewRank{
  16.     { "Thug", "Rank 1-10:" },
  17.     { "Hustler", "Rank 11-20:" },
  18.     { "Soldier", "Rank 21-30:" },
  19.     { "Trigger", "Rank 31-40:" },
  20.     { "Enforcer", "Rank 41-50:" },
  21.     { "Facilitator", "Rank 51-60:" },
  22.     { "Public Enemy", "Rank 61-70:" },
  23.     { "Shot Caller", "Rank 71-80:" },
  24.     { "Street Boss", "Rank 81-90:" },
  25.     { "Kingpin", "Rank 91-100:" },
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement