kaanosu / ValorantArduinoColorbot

Hardware Colorbot for Valorant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COM port still active after arduino spoofing

idevonic opened this issue · comments

Hello, love your work.

but unfortunately got banned during the mass banwave.
Code wise everything is smooth, good job on that one.
I ran the spoofer and it says successfully spoofed and exited, however my COM port is still active on my device manager which could be where it could be detected?
am I doing it correctly?

commented

Yes, that is normal and I was banned in the mass banwave aswell unfortunately. I was using it very obvious though, I don't know if that's the case for you too, but my friend played legit reached immo 2 and hasn't been banned since the release of this repo. COM port is active because my code uses serial to communicate with the arduino, you would have to get a bluetooth or wi-fi module to communicate with the arduino make changes to the code to communicate through wi-fi/bluetooth make your own arduino sketch for the wi-fi/bluetooth communication and modify the arduino firmware to close the COM port.