Skip to content

SmokeCrack v.1.0.1

Compare
Choose a tag to compare
@MaximilianAdF MaximilianAdF released this 09 Feb 20:24

SmokeCrack ease-of-use improvement

Improvements:

  • Added a check regarding which keyboard key was pressed and checking if that key is any of the characters in the alphabet A-Z or numbers 0-9 inclusive. If not, we can assume it was a miss click and not account for it.

if (!chars.includes(event.key.toUpperCase())) return;

Full Changelog: LockPick...SmokeCrack