Параметры запуска HWID спуфера / HWID spoofer launch parameters
Введение
Поскольку новый лаунчер (с пользовательским интерфейсом) находится в разработке, в ходе работы мы поняли, что необходима базовая настройка лаунчера, и решили реализовать это через параметры запуска.
Использование опций
Для упрощения использования опций создайте .bat файл
📝 Создать пакетный скрипт
3. Нажмите ФАЙЛ → СОХРАНИТЬ КАК или используйте горячие клавиши CTRL+SHIFT+S
4. В меню «Сохранить как» выберите: «Все файлы»
5. Добавьте .bat тип в конец имени файла
⚙️ Инициализировать .bat-скрипт
Напишите ПУТЬ/НАЗВАНИЕ лаунчера
⚠️ ВАЖНО: Убедитесь, что имя/путь к лаунчеру совпадает с именем в файле .bat, в противном случае он не будет работать.
🎯 Установить параметры запуска
Настройка параметров производится следующим образом:
-<PARAMETER NAME> <PARAMETER VALUE>
LAUNCHER.exe -spoofer true -delay 20000 -seed 12312313
🚀 Доступные параметры и расшифровка .bat файла
🔒 secureboot
LAUNCHER.exe -secureboot
📝 При использовании этого параметра включается эмуляция безопасной загрузки, что делает программу менее заметной.
⏰ delay
LAUNCHER.exe -delay 40000
⚡ ВНИМАНИЕ: Если задержка меньше значения по умолчанию, она будет проигнорирована
🔢 sid
LAUNCHER.exe -sid 1234
🌱 seed
LAUNCHER.exe -seed 1234
🛡️ spoofer
LAUNCHER.exe -spoofer true
⚠️ ВНИМАНИЕ: Любое значение кроме true отключит встроенный спуфер
Introduction
Since the new launcher (with its user interface) is in development, we realized during development that basic launcher customization was necessary, and we decided to implement this through launch options.
Using Options
To simplify using options, create a .bat file.
📝 Create a Batch Script
2. Open a text file
3. Click FILE → SAVE AS or use the keyboard shortcut CTRL+SHIFT+S
4. In the Save As menu, select: All Files
5. Add .bat type to the end of the file name
⚙️ Initialize the .bat script
Enter the PATH/NAME of the launcher
⚠️ IMPORTANT: Make sure the name/path to the launcher matches the name in the .bat file, otherwise it will not work.
🎯 Set launch parameters
The parameters are configured as follows:
-<PARAMETER NAME> <PARAMETER VALUE>
LAUNCHER.exe -spoofer true -delay 20000 -seed 12312313
🚀 Available parameters and decryption of the .bat file
🔒 secureboot
LAUNCHER.exe -secureboot
Does not require true or false
📝 Using this parameter enables secure boot emulation, making the program less noticeable.
delay
LAUNCHER.exe -delay 40000
⚡ NOTE: If the delay is less than the default value, it will be ignored.
🔢 sid
LAUNCHER.exe -sid 1234
🌱 seed
LAUNCHER.exe -seed 1234
🛡️ spoofer
LAUNCHER.exe -spoofer true
⚠️ NOTE: Any value other than true will disable the built-in spoofer