#My most recent C++ projects

2 messages · Page 1 of 1 (latest)

mellow valve
#

C++ -> Regular to Admin privileges

This C++ app turns your regular windows user to admin one. Why? Because why not

Source: https://github.com/michal-flaska/regular-to-admin/tree/dev
Showcase: https://youtu.be/JdjUl1kKTxA

Satisfactory Movement automation script

The program waits for you to hold the walk-forward and sprint keys, then automatically performs the slide and repeated jump actions, effectively "bhopping" without manual input.

Source: https://github.com/michal-flaska/satisfactory-external-bhop-cheat
Showcase: https://www.youtube.com/watch?v=ArtDfgGEQSM&feature=youtu.be

Autoclicker

A minimal autoclicker built in C++ using the Windows API. It reads configuration from config.ini and simulates key presses or mouse clicks while a trigger key is held. No GUI, no dependencies beyond Windows itself.

Source: https://github.com/michal-flaska/autoclicker

Valorant Trollbot

A simple Windows app I built to learn more about:

  • Win32 keyboard/mouse input simulation with SendInput
  • INI config file parsing
  • Multi-threaded C++ applications
  • Modular code structure
  • EDUCATIONAL ONLY

Source: https://github.com/michal-flaska/valorant-trollbot/tree/dev

mellow valve
#

got more projects (all still in development):