OP 31 May, 2025 - 07:03 PM
(This post was last modified: 31 May, 2025 - 07:05 PM by hru. Edited 1 time in total.)
Leechers will get banned
NO LIKE = BAN
Hello everyone,
I have been working on this triggerbot for the past few months and wanted to share it here. I started it as a fun project to improve my knowledge. I tried to keep the code as minimal and clean as possible. Anyone interested in hru can comfortably use this as a starting point.
The total reaction time of the triggerbot is about 13 ms.
Average time taken for each function:
Screen capture: 8 ms
Color detection: 0 ms
Mouse event: 5 ms
(The numbers above are based on 10x10 scan area.)
This triggerbot captures the screen a few milliseconds faster than my previous C implementation, even though they both use BitBlt(). I’m guessing the C/C++ compiler adds a bunch of overhead that slows it down a little.
This is a bump
NO LIKE = BAN
Hello everyone,
I have been working on this triggerbot for the past few months and wanted to share it here. I started it as a fun project to improve my knowledge. I tried to keep the code as minimal and clean as possible. Anyone interested in hru can comfortably use this as a starting point.
The total reaction time of the triggerbot is about 13 ms.
Average time taken for each function:
Screen capture: 8 ms
Color detection: 0 ms
Mouse event: 5 ms
(The numbers above are based on 10x10 scan area.)
This triggerbot captures the screen a few milliseconds faster than my previous C implementation, even though they both use BitBlt(). I’m guessing the C/C++ compiler adds a bunch of overhead that slows it down a little.
This is a bump