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

rconsoleclear

Clears all text from 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 rconsoleclear(): void

Synopsis

How it works

Clears the console screen buffer by filling the entire buffer with spaces using FillConsoleOutputCharacterA, then resets the cursor position to (0,0) with SetConsoleCursorPosition. Equivalent to the cls command in cmd.exe.

Usage

Clear console
rconsoleclear()
Deprecated
Deprecated. The built-in Vindicta console does not require manual clearing.