Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

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

 
 
 

Contributors

Languages