Skip to content

ArduinoStrike v1.4.0

Compare
Choose a tag to compare
@DeniedAccessLife DeniedAccessLife released this 25 Oct 17:52
· 42 commits to main since this release
4e58966

Changes:

  • Small code correction in class and method declarations.
  • Implemented ColorBot for color detection and mouse click automation.
  • Refactored HandleWeaponFire to exit loop immediately when left mouse button is released.
  • Applied SetProcessDPIAware within ColorBot initialization to handle DPI scaling issues.
  • Simplified HandleWeaponFire parameter list by directly handling weapon data modification within the function.
  • Improved code readability, updated classes, modified implementations, and ensured adherence to OOP principles.