Skip to content

A quick and easy way to stall in Rocket League on a Windows PC.

License

Notifications You must be signed in to change notification settings

SalemC/rocket-league-staller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocket-league-staller

A quick and easy way to stall in Rocket League on a Windows PC.

Disclaimer

This uses Rocket League's default keyboard binds to perform the stall, therefore if you've changed those binds in-game, you'll need to rebuild this after you've updated the virtual-key codes.

How To Use

  1. Run Release/staller.exe.
  2. Press Mouse Button 5 in-game!

If you want to close the program whilst in-game, press END on your keyboard.

Changing Keyboard Binds

To change the key binds rocket-league-staller uses, navigate to staller/staller.hpp, then modify the entries in the VirtualKeys enum with the updated keys, then rebuild the project in Visual Studio Code.

For example, if you use Space to jump instead of Mouse Button 2, you'd want to change the JUMP entry in the VirtualKeys enum to 0x20 (The virtual key-code for Space).

About

A quick and easy way to stall in Rocket League on a Windows PC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages