Skip to content

A collection of Bash scripts aiming to provide easy access to combined features of the Roblox API within the command line

License

Notifications You must be signed in to change notification settings

remfly/rbxkeyscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBXKeyscore

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

Getting Started

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!

Tips & Tricks

By default, RBXKeyscore disables the bold output style.

For a visually fancier experience, follow these steps:

  1. Install the tput utility. It may be in different packages depending on your distribution, but generally will be found in ncurses or ncurses-utils.
  2. Edit the preferences file and set "useBold" to true, save it and done!

Help & Support

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.