Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 831 Bytes

File metadata and controls

19 lines (14 loc) · 831 Bytes

KeystrokesBase

A simple keystrokes mod base that isn't terrible


Features:

  • Easy to use key layout builder that doesn't require hardcoding any key offsets or dimensions
  • Supports left and right mouse buttons (with CPS counter for both) and space bar
  • Supports key outline
  • New gradient chroma effect
  • Unlike the old keystrokes mods, whenever the game window is resized the HUD position will be updated accordingly (so when you move the HUD to the right side of your screen and then go in fullscreen, the HUD will stay on the right side)

What's missing:

  • Position is only stored in memory, instead of a file
  • The key layout or color isn't configurable

This project follows the Google Java Style Guide and requires Lombok.