Here is an autoit script that mine and scan inventory to drop unwanted ores and jump to the side when ground loot is full.
I am using a waypoints system for the jumps. The only thing required is the memory address for the coordinate (X,Y). Pretty easy to find with CheatEngine.
Works only in windowed 800x600.
Need memory address for X and Y into the config file. (Config file will be created on first run)
Quote:
[General]
Debug=False
CoordsMemoryX=0x0000000
CoordsMemoryY=0x0000000
[Ore]
DropCopper=True
DropIron=True
DropSilver=False
DropGold=False
Here are the shorcuts:
To use follow these steps:Quote:
ALT + l", "LearnScrnToMapTransform") -- Iniate the waypoint system
ALT + c", "ClearWayPoints") -- Clear waypoints
ALT + w", "InsertWayPoint") -- Add a waypoint
ALT + g", "FollowWayPoints") -- Will path to next waypoint
ALT + p", "TogglePause") -- Pause
CTRL + p", "TogglePause") -- Pause
CTRL + SHIFT + p", "TogglePause") -- Pause
ALT + x", "StopRunning") -- Turn off
CTRL + SHIFT + x", "StopRunning") -- Turn off
CTRL + x", "StopRunning") -- Turn off
1- Make sure MiningConfig.ini has all the good information. (Bot will create it if it does not exist on first run)
2- Make sure inventory is open.
3- Start the bot. (Need admin to read memory)
3- Press Alt + L and let the bot finish the jump sequence.
4- Press Alt + W to add a waypoint at different coordinates (at least 2 waypoints close to each other for the bot to jump when ground loot is full around him)
5- Right click to start mining and the bot should be working.
Source code and executable in the zip.
Not much for providing support. You have the source code if there is any issue.
Credit to another user on this board for the waypoint pathing. It's been over 10 years and I forgot who it was.






