Skip to content

Generates CSGO friend codes from Steam64IDs & generates Steam64IDs from CSGO friend codes

License

Notifications You must be signed in to change notification settings

slimDebug/SharpCsgoFriendCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpCsgoFriendCode

C# library that can generate CSGO friend codes from Steam64IDs & generate Steam64IDs from CSGO friend codes.

Usage

// Should be SUCVS-FADA
string friendCode = FriendCode.Encode(76561197960287930UL);

// Should be 76561197960287930UL
ulong steam64Id = FriendCode.Decode("SUCVS-FADA");

Interesting read up & sources

De- and encoding CS:GO friend codes

About

Generates CSGO friend codes from Steam64IDs & generates Steam64IDs from CSGO friend codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages