Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emileperron/classicautoit
A simple bot for World of Wacraft Classic developed with AutoIT
https://github.com/emileperron/classicautoit
Last synced: about 1 month ago
JSON representation
A simple bot for World of Wacraft Classic developed with AutoIT
- Host: GitHub
- URL: https://github.com/emileperron/classicautoit
- Owner: EmilePerron
- Created: 2019-09-07T20:04:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T00:02:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T16:46:04.145Z (3 months ago)
- Language: AutoIt
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClassicAutoIT: a bot for WoW Classic
This is the codebase for a simple bot I had created for World of Wacraft Classic.
Developed in [AutoIT](https://www.autoitscript.com/site/), a BASIC-like scripting language designed for automating the Windows GUI and general scripting.You'll find a lot of hardcoded values and very little comments or documentation in this code: I built it for myself, not for public distribution.
I built this for my own pleasure, as I find creating basic bots for video games incredibly fun.There is no memory reading in this bot. Instead, I had built an helper add-on for the game, which displayed float or integer values as pixels of varying colors in a corner of the screen. That is how the player's coordinates, life, mana and experience information was passed to the bot. The same thing goes for the current target's health and mana. I thought that was fairly clever, and it worked quite well.
Enjoy! ☺️