Browse Source

Remove unnecessary insider check in Ohook script + make CAS beginning comment consistent with other scripts

master
Lyssa 3 months ago
parent
commit
f0d13cb216
  1. 1
      MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
  2. 5
      MAS/Separate-Files-Version/Check_Activation_Status.cmd

1
MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd

@ -456,7 +456,6 @@ goto :oh_menu @@ -456,7 +456,6 @@ goto :oh_menu
cls
if not defined terminal (
mode 140, 32
if exist "%SysPath%\spp\store_test\" mode 140, 32
%psc% "&{$W=$Host.UI.RawUI.WindowSize;$B=$Host.UI.RawUI.BufferSize;$W.Height=32;$B.Height=300;$Host.UI.RawUI.WindowSize=$W;$Host.UI.RawUI.BufferSize=$B;}" %nul%
)
title Ohook Activation %masver%

5
MAS/Separate-Files-Version/Check_Activation_Status.cmd

@ -1,9 +1,12 @@ @@ -1,9 +1,12 @@
@echo off
::============================================================================
::
:: Check-Activation-Status
:: Written by @abbodi1406
:: https://gravesoft.dev/cas
::
::============================================================================
:: Set Environment variables, it helps if they are misconfigured in the system

Loading…
Cancel
Save