RBXKeyscore or "Roblox XKeyscore" is a collection of shell scripts that aim to provide, within the command line, easy access to combined features of the Roblox API.
The current version contains the following utility:
- User Search
Before anything, make sure you have jq installed!
# clone the repository
$ git clone https://github.com/remfly/RBXKeyscore.git
# cd into the directory
$ cd RBXKeyscore/
# run a script
$ ./scripts/example.sh
Alternatively navigate to the releases page and download the latest version either as zip
or tar.gz
. After extracting the compressed folder you should be good to go!
By default, RBXKeyscore disables the bold output style.
For a visually fancier experience, follow these steps:
- Install the
tput
utility. It may be in different packages depending on your distribution, but generally will be found inncurses
orncurses-utils
. - Edit the preferences file and set
"useBold"
totrue
, save it and done!
If you encounter any bugs or run into unexpected problems, please open an issue in the GitHub Issues page of the repository. You may also join my Discord server and get help directly from me there.