AHK FastMine / Pickaxe
Fastmine discovered by : patrickgio https://www.mpgh.net/forum/showthread.php?t=1358430
I just converted it to AHK.
Video By : patrickgio
To set keybind for activation change the c at the very top.
To set pickaxe keybind (The one you use to switch to your pickaxe) change the 1 in both things for keydown and up.
Quick note :
You may need to change the last sleep time from 150 - 170 depending on different factors like fps and ping.
If you find it not working on a laggy server just increase the sleep time to 165 or 170.
You can find this sleep value at the bottom it will look like this, just change the 150 and save :
Virus scans even tho it ahk lol :
Virus Total : https://www.virustotal.com/#/file-an...UyNDAwNTA5Ng==
Jotti : https://virusscan.jotti.org/de-DE/fi...job/i131bku5w9

I just converted it to AHK.
Video By : patrickgio
To set keybind for activation change the c at the very top.
To set pickaxe keybind (The one you use to switch to your pickaxe) change the 1 in both things for keydown and up.
Quick note :
You may need to change the last sleep time from 150 - 170 depending on different factors like fps and ping.
If you find it not working on a laggy server just increase the sleep time to 165 or 170.
You can find this sleep value at the bottom it will look like this, just change the 150 and save :
Code:
Send {Click down}
Sleep 150
Send {Click up}
Virus Total : https://www.virustotal.com/#/file-an...UyNDAwNTA5Ng==
Jotti : https://virusscan.jotti.org/de-DE/fi...job/i131bku5w9

