summaryrefslogtreecommitdiff
path: root/TSforgeCLI
diff options
context:
space:
mode:
authorWitherOrNot2025-03-01 07:01:39 +0000
committerWitherOrNot2025-03-01 07:06:21 +0000
commit6d759899d85939c95f2b97c8e041d7b4865208f9 (patch)
tree08e174f929f4ddbbaa687207cf47784b29595f4b /TSforgeCLI
parent8aa1f9078d786a7b20d2b92bbeefdd77a93dd828 (diff)
downloadTSforge-6d759899d85939c95f2b97c8e041d7b4865208f9.zip
Add partial support (zcid, rtmr, non-functional kms4k) for vista
Co-authored-by: InvoxiPlayGames <[email protected]>
Diffstat (limited to 'TSforgeCLI')
-rw-r--r--TSforgeCLI/Program.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/TSforgeCLI/Program.cs b/TSforgeCLI/Program.cs
index 158af82..8581b5c 100644
--- a/TSforgeCLI/Program.cs
+++ b/TSforgeCLI/Program.cs
@@ -4,6 +4,7 @@ namespace TSforgeCLI
using LibTSforge;
using LibTSforge.Activators;
using LibTSforge.Modifiers;
+ using LibTSforge.SPP;
public class Program
{
@@ -55,11 +56,11 @@ namespace TSforgeCLI
if (options.Dump)
{
- Utils.DumpStore(version, production, options.DumpFilePath, options.EncrFilePath);
+ SPPUtils.DumpStore(version, production, options.DumpFilePath, options.EncrFilePath);
}
else if (options.Load)
{
- Utils.LoadStore(version, production, options.LoadFilePath);
+ SPPUtils.LoadStore(version, production, options.LoadFilePath);
}
else if (options.KMS4k)
{
@@ -91,7 +92,7 @@ namespace TSforgeCLI
}
else if (options.KMSHostCharge)
{
- KMSHostCharge.Charge(version, options.ActivationId, production);
+ KMSHostCharge.Charge(version, production, options.ActivationId);
}
else if (options.TamperedFlagsDelete)
{