Launch options

Introduction

Since a new launcher (with UI) is in development. In the course of work, we realized that basic customization of the launcher is necessary and decided to implement this using launch options

Using options

If you have already created a BATCH script

Just open or edit it

For simplified use of options, create a .batch file

Create a .batch script

  1. Create a text file Create a text file
  2. Open a text file
  3. Press FILE then SAVE AS or use the hotkeys CTRL+SHIFT+SSave as
  4. From the Save as type selection menu, select: All filesSave as type
  5. Add .bat type to the end of the file name Set file name
  6. Save it

Initialize .batch script

Write PATH/TITLE of the Launcher

Alt ​​text

MAKE SURE THE LAUNCHER NAME/PATH IS THE SAME AS THE NAME IN THE .BATCH FILE

IF YOU SPECIFY AN INCORRECT PATH TO THE LAUNCHER

WHEN YOU START .BAT THE LAUNCHER WILL NOT OPEN

Set launch options

Setting parameters is as follows

-<PARAMETER NAME> <PARAMETER VALUE>

Example:

LAUNCHER.exe -spoofer true -delay 20000 -seed 12312313

Options

spoofer

Turns on/off the built-in spoofer

Possible values: true | false

Default value: true

When set to true - In-built spoofer will be enabled

Setting any other value that differs from true will disable the built-in spoofer

LAUNCHER.exe -spoofer true

seed

Forces the value of the spoofer's pseudorandom

Possible values: from 0 to 4294967295

Default value: RANDOM

LAUNCHER.exe -seed 1234

sid

Sets the value of the spoofer's pseudorandom

Copy of seed

Possible values: from 0 to 4294967295

Default value: RANDOM

LAUNCHER.exe -sid 1234

delay

Sets the delay before injection

The value is specified in milliseconds

Possible values: from 0 to 4294967295

Default value: PRODUCT DEPENDENT

LAUNCHER.exe -delay 40000

If delay is less than default

IT WILL NOT BE USED

secureboot

Upon typing that parameter into the .bat file turns on the secureboot emulation. Makes software more undetected on some anti-cheats

Doesn't require true nor false

LAUNCHER.exe -secureboot

nvidia_uuid

Upon typing that parameter into the .bat file turns on nvidia GPU spoofing

Doesn't require true nor false

LAUNCHER.exe -nvidia_uuid
Last Updated:
Contributors: Artur, angelonger, angelonger