Injecting Custom Commands

A Custom Command can do alot of things. it is simple to inject.

A Custom Command inside Looks like this

if %cli-input% == command goto example

:example

echo Hello World

goto cli

These are normally in .txt files

to do this. copy the Code in the TXT. then open RW-08.bat in Notepad. then under set /p cli-input=">" put the code of the TXT file. save RW-08.bat and Run it. try the command. it may now work

You can get Official & Community Made Custom Commands Here

You can use this Command to download TXTWriter.txt (Text Writer Custom Command)

  1. webrequest

  2. https://github.com/PepsonRecoded/RW-08-CCommands/blob/main/Textwriter.txt

Then follow the Injecting Custom Commands Guide to use it