Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lergg/d3bot
Diablo 3 Shop and Auctionhouse bot. This is a research project to show autoIT virtual machine capabilites in combination with OCR and pixel detection.
https://github.com/lergg/d3bot
diablo3 ocr
Last synced: 13 days ago
JSON representation
Diablo 3 Shop and Auctionhouse bot. This is a research project to show autoIT virtual machine capabilites in combination with OCR and pixel detection.
- Host: GitHub
- URL: https://github.com/lergg/d3bot
- Owner: LerGG
- Created: 2023-07-11T07:28:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T07:37:56.000Z (over 1 year ago)
- Last Synced: 2024-04-17T04:11:28.245Z (7 months ago)
- Topics: diablo3, ocr
- Language: AutoIt
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Diablo 3 Shop and Auctionhouse bot
This is a research project to show the capabilities of autoIT in combination with
virtual machines for bots run with optical character recognition (OCR) and pixel detection
using windows OCR functions as well as showing autoIT rapid deployment inside Windows
virtual machines.
Includes a graphical user interface as well as extended logging capabilties.
Do not use this bot in real Diablo 3 since it is against the terms of services!## Idea
To read the stats of given items, we use screen shot the item and do image transformation.
After that, we extract the image text with microsoft OCR functions and compare
the stats extracted with the pickit.ini files to look for certain stats.
The auction house bot is build on pixel detection and checksums to track the state
of auctions, creation of auctions as well as retrieving money.## Setup
- run JinMain.au3
- Starts the setup on first runtime to setup pickits and config .inis