initial commit

This commit is contained in:
i2p
2026-08-27 11:22:57 -06:00
commit 3ad3d6e5f4
211 changed files with 105455 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
namespace SHARP
{
internal class Counting
{
public static int cc = 0;
public static int Passwords = 0;
public static int CreditCards = 0;
public static int AutoFill = 0;
public static int Cookies = 0;
public static int pia = 0;
public static int express = 0;
public static int cgv = 0;
public static int jabber = 0;
public static int totalcmd = 0;
public static string country = "";
public static int ds = 0;
public static int Telegram = 0;
public static int FileZilla = 0;
public static int Wallets = 0;
public static int NordVPN = 0;
public static int OpenVPN = 0;
public static int ProtonVPN = 0;
public static int Steam = 0;
public static int armory = 0;
public static int atomicwallet = 0;
public static int bitcoincore = 0;
public static int bytecoin = 0;
public static int dashcore = 0;
public static int electrum = 0;
public static int etherium = 0;
public static int exodus = 0;
public static int jaxx = 0;
public static int litecoincore = 0;
public static int monero = 0;
public static int zcash = 0;
public static int metamask = 0;
}
}