Undetectable Rotation Bot

05/06/2025 00:35 CrapzWebdev#1
For anyone looking to build a rotation bot that won't get you flagged, here's a clean and effective setup:
  1. Buy an Arduino. Any basic model with USB HID capabilities will work (e.g., Arduino Leonardo or Micro).
  2. Modify your rotation addon. In the Hekili addon (or any rotation helper you prefer), edit one line of Lua code to show a specific color instead of an icon or keybind.
  3. Write a Python script.
    It should:
    - Scan a region of your screen for that color cue.
    - Send a mapped signal (e.g., over serial) to the Arduino when the color is detected.
  4. Let the Arduino handle the input.
    Program it to send hardware keypresses based on the signals it receives. This mimics real keyboard input and keeps the keypresses off your PC.

Been using this in high M+ keys and Mythic raids — consistently getting 90+ parses. Zero issues so far. And you can adjust it within minutes for each game version.

If you want help getting this set up (for a small tip), feel free to DM me.

Also thinking about putting all my stuff on Github to share, if there's interest.
05/06/2025 04:51 Dupheadss#2
Warden scans processes running on your PC btw (with or without a handle to WoW), but ye I was toying with the idea of using a capture card and another micro controller - that way you can run the actual "pixel bot" on the micro controller and then, In theory it would be undetectable by warden.

But the truly undetected method is just to use their built in option :kappa:
05/06/2025 14:00 CrapzWebdev#3
Quote:
Originally Posted by Dupheadss View Post
Warden scans processes running on your PC btw (with or without a handle to WoW), but ye I was toying with the idea of using a capture card and another micro controller - that way you can run the actual "pixel bot" on the micro controller and then, In theory it would be undetectable by warden.

But the truly undetected method is just to use their built in option :kappa:
You mean that new one click thingy? I tested it on PTR and it sucks tbh.