VINDICTA
Console · Function Deprecated
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

rconsolesettitle

Sets the title bar text of the executor console window.

Deprecated
This was mainly used in KRNL and Synapse afaik, but since those have been long gone, most executors dont support these functions, nor are there any current scripts that have used them
function rconsolesettitle(title: string): void

Synopsis

How it works

Sets the console window's title bar text by calling SetConsoleTitleA(title). The title is a plain ASCII string displayed in the window's title bar. Maximum length is 64K characters (Win32 limit).

Usage

Set title
rconsolecreate()
rconsolesettitle("My Script Console")

Parameters

title string
The new title for the console window.
Deprecated
Deprecated. The built-in Vindicta console title is not configurable.