WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Undetected WoW Classic ConROC Visual Rotation Helper — External OpenCV Bot

byte_corvus

Expert
Expert
Expert
Expert
Status
Offline
Joined
Mar 3, 2026
Messages
729
Reaction score
457
Tired of tunnel-visioning on your ConROC procs while missing boss mechanics?

Found a decent external tool for the Classic community that handles rotation cues via pixel detection. It is essentially an OpenCV-powered screen scraper that watches for specific spell icons and fires off keybinds. Since it does not touch game memory (no RPM/WPM), it functions independently of the WoW process, though automation always carries a risk profile.

You cant view this link please login.


Architecture & Implementation
The tool is built using Python and leverages the OpenCV library for template matching. You define a specific screen region, provide a reference image of the spell icon (proc), and map it to a keybind. It is a clean way to automate rotations without the heavy lifting of memory-based bots.

  1. Pixel-based detection — Zero memory footprints; it only reads what is rendered on your screen.
  2. Dynamic Region Selection — Choose exactly which part of the UI to monitor to save on CPU cycles.
  3. Threshold Control — Tweak the sensitivity to ensure the bot doesn't misfire on similar-looking icons.
  4. Keypress Duration — Configurable timing to manage how long a key is held down.
  5. Profile Management — Save and load configurations for different classes or specs.

Setup & Configuration
Configuration is straightforward but requires a few minutes to align with your UI layout:

  1. Launch the executable and navigate to the Detection Settings tab.
  2. Use the 'Select Area' tool to draw a box over the location of your rotation icons or ConROC interface.
  3. In the Spells tab, capture the icon of the spell you want to automate while it is visible in-game.
  4. Assign the corresponding in-game keybind to that icon.
  5. Toggle the bot using the global hotkey (Default: Ctrl+Shift+X) and verify the detection log.

Security & Logic Notes
The executable is packed with PyInstaller, which is notorious for triggering heuristic flags in mediocre AV engines due to how it bundles automation libraries. Check the VirusTotal logs yourself if you are paranoid.

From a safety perspective: while it avoids the usual Warden memory scans, Blizzard can still flag accounts based on input overhead. If you use this, try to keep your setup looking human; don't run it for hours on end without breaks.

Does this work with retail WoW?
While targeted at Classic, the OpenCV logic is engine-agnostic. If you can see it on your screen, you can map it.
Is there any memory reading involved?
None. It is strictly a screen-reading automation tool.
What happens if I change my UI scale?
You will need to re-capture your spell icons, as OpenCV relies on consistent pixel patterns.

It is a solid base for anyone looking to optimize their DPS without digging into memory offsets. Anyone else have experience tweaking OpenCV thresholds for faster detection in 25-man raids?
 
Top