From 94b65f40191e6fff7bc93281fc4c1f605f6fe423 Mon Sep 17 00:00:00 2001 From: Kye <36981621+ProMasterBoy@users.noreply.github.com> Date: Thu, 13 Aug 2020 07:23:19 +1000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 289ff13..6b6cecb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ **KyeString** KyeString.GetIP() - Returns the user's current IP Address + KyeString.GetCountry() - Returns the user's country based on their IP Address KyeString.GetHWID() - Gets the user's HWID in Sha256 (Uses Machine GUID & CPU ID) KyeString.RandomString(int length) - Returns a random string with the length specified KyeString.RandomStringWithoutNumbers(int length) - Returns a random string without numbers at the length specified.