Hi All,
I am making my first bot for WoW using Python. It is going to be a pixelbot. But, it's not meant to fully auto play - mainly just to help with my rotation.
Basically, pyautogui will detect a pixel color on my screen, that color will be a weakaura solid color in WoW that would say what ability to use.
Eg. Green = Mortal Strike, Red = Rend, etc.
The program will scan every 100ms for that color.
Now, based on the color, it will remap my source key to press and release a different key.
So, physically, all I am doing is spamming my "2" key on my keyboard, but it will be pressing "1, 2, 3, 4, 5, etc." based on the color of the pixel it is detecting.
This way I have a one button rotation. Also thinking of combining that with my Logitech Mouse, which would let me just hold down a single button and keep pressing/releasing the key.
Is this sort of bot detectable?