• We just launched and are currently in beta. Join us as we build and grow the community.

Rank ESP Fortnite

AyaanJamal

User Interaction Specialist
A Rep
0
0
0
Rep
0
A Vouches
0
0
0
Vouches
0
Posts
38
Likes
98
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
Code:
uintptr_t HabaneroComponent = driver.read<uintptr_t>(PlayerState + Offsets::AFortPlayerState::HabaneroComponent);
uint32_t Rank = driver.read<uint32_t>(HabaneroComponent + Offsets::UFortPlayerStateComponent_Habanero::Rank);
std::string GetRankName(int32_t Rank)
{
switch (Rank)
{
case 0: return "Bronze 1";
case 1: return "Bronze 2";
case 2: return "Bronze 3";
case 3: return "Silver 1";
case 4: return "Silver 2";
case 5: return "Silver 3";
case 6: return "Gold 1";
case 7: return "Gold 2";
case 8: return "Gold 3";
case 9: return "Platinum 1";
case 10: return "Platinum 2";
case 11: return "Platinum 3";
case 12: return "Diamond 1";
case 13: return "Diamond 2";
case 14: return "Diamond 3";
case 15: return "Elite";
case 16: return "Champion";
case 17: return "Unreal";
default: return "Unranked";
}
}
[Paste your content here. Remove this line and one below!]
[DO NOT PASTE THE CONTENT ABOVE OR BELOW THE REPLY QUOTES]
 

437,153

314,794

314,803

Top