Making a 2PC completely physical triggerbot?

06/10/2025 02:16 somebomb#1
I am broke and have 0 coding knowledge, but I saw a dude who used a raspberry pi camera which runs completely independently from his pc and triggers a relay/servo to click his mouse or a button on his keyboard. Seems like heaven since it isnt detectable at all.

As I said, I have 0 coding knowledge, so something completely external is what I am looking to create.

My idea is to have my laptop viewing my main PC screen with OBS and have something plugged into my laptop to receive the command from a script that detects purple pixels in the middle 10x10 radius on the screen and triggers the hardware to press down on my mouse. A relay? Or servo or whtv it's called, idk.

Will chatGPT be able to code the script part for me, and more importantly, what do I need to buy for this?

ChatGPT told me an Arduino Pro micro with male to female jumper cables connecting it to an SG90 micro servo which will click my mouse. Is this feasible?
06/10/2025 12:09 STRONG™#2
Quote:
Originally Posted by somebomb View Post
I am broke and have 0 coding knowledge, but I saw a dude who used a raspberry pi camera which runs completely independently from his pc and triggers a relay/servo to click his mouse or a button on his keyboard. Seems like heaven since it isnt detectable at all.

As I said, I have 0 coding knowledge, so something completely external is what I am looking to create.

My idea is to have my laptop viewing my main PC screen with OBS and have something plugged into my laptop to receive the command from a script that detects purple pixels in the middle 10x10 radius on the screen and triggers the hardware to press down on my mouse. A relay? Or servo or whtv it's called, idk.

Will chatGPT be able to code the script part for me, and more importantly, what do I need to buy for this?

ChatGPT told me an Arduino Pro micro with male to female jumper cables connecting it to an SG90 micro servo which will click my mouse. Is this feasible?
You can easily do this, without even a camera, just using OBS NDI and 2PC's.
You can either go full cheat and buy a 2PC solution (Like [Only registered and activated users can see links. Click Here To Register...]or [Only registered and activated users can see links. Click Here To Register...]) , or you can buy a MAKCU, and on MAKCU's discord server in the #code-examples there's a free 2PC colorbot, you can use that.
06/11/2025 13:29 somebomb#3
Quote:
Originally Posted by STRONG™ View Post
You can easily do this, without even a camera, just using OBS NDI and 2PC's.
You can either go full cheat and buy a 2PC solution (Like [Only registered and activated users can see links. Click Here To Register...]or [Only registered and activated users can see links. Click Here To Register...]) , or you can buy a MAKCU, and on MAKCU's discord server in the #code-examples there's a free 2PC colorbot, you can use that.
So would the Makcu be the cheapest alternative to what I wanna do? How detectable would it even be? Would what I wanna do have too much delay?
06/11/2025 18:11 STRONG™#4
Quote:
Originally Posted by somebomb View Post
So would the Makcu be the cheapest alternative to what I wanna do? How detectable would it even be? Would what I wanna do have too much delay?
NDI adds some delay, but not too much.
MAKCU is undetectable and cheap.
It should be fine
06/11/2025 18:58 somebomb#5
Quote:
Originally Posted by STRONG™ View Post
NDI adds some delay, but not too much.
MAKCU is undetectable and cheap.
It should be fine
Got you, I guess if I go with the servo method, I'll just have to hope the actual servo activation to pressing the mouse down isn't too long of a delay.

Aside from that, I checked out Makcu, but it seems like it's a complicated process of setting it up and a steep learning curve to understand how to make it into a TB or CB (since I have no programming knowledge and can't rely on being spoonfed)