OutdatedAHK FastMine / Pickaxe

Posts 1–15 of 19 · Page 1 of 2
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 :
Code:
Send {Click down}
Sleep 150
Send {Click up}
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

fastMine_mpgh.net.zip185 B · 775 downloads Clean
@TDStuart

Thread approved. Attachment seems safe, but haven't tested personally.
Awesome dude so this works on keyboard too?
Quote Originally Posted by AdamseRP View Post
Awesome dude so this works on keyboard too?
Don't really know what you mean. Its AHK you can set the keybinds to whatever you want.
You could even do this with razer synapse or logitech macro.
To find out how to do it for macro applications like those check out the thread linked above : https://www.mpgh.net/forum/showthread.php?t=1358430
If you have your use/shoot/mine key as something other than Left Click just change
Code:
Send {Click down}
Sleep 150
Send {Click up}
to
Code:
Send {key up}
Sleep 150
Send {key down}
replace key with then letter or number or symbol for the key.
Any other key binds are also changeable.
tysm, was sad af cause i don't have a logitech when i saw the other post the other day.
Thank you for sharing this, and also thank you for the credits ! Very good job !
Clicking C crushes me at the same speed as I would normally crash.
can you make work only if i switch to 1 (pick axe )???
plzzzz
Quote Originally Posted by mqblue7 View Post
can you make work only if i switch to 1 (pick axe )???
plzzzz
Can you explain what you mean more?
Quote Originally Posted by TDStuart View Post
Can you explain what you mean more?
He wants the script to work only if you have the pickaxe in your hand (sorry for my bad english lol).

It should work like this: You enable the script when you press 1 and you disable the script when you press any other key.
So what would I need to change in the script if my PickAxe hotkey is binded to q? I changed the 1's to q.

I was a little confused on how to use it. Do i need to click the activation key "c" and then click a weapon slot then just spam those 2 keys? I was under the impression that the ahk would automatically swing and switch with just the click of one key and another click to turn it off.

Any help would be appreciated
Quote Originally Posted by Hurropreez View Post
So what would I need to change in the script if my PickAxe hotkey is binded to q? I changed the 1's to q.

I was a little confused on how to use it. Do i need to click the activation key "c" and then click a weapon slot then just spam those 2 keys? I was under the impression that the ahk would automatically swing and switch with just the click of one key and another click to turn it off.

Any help would be appreciated
All you have to do is hold down c, it will start switching to your pickaxe which if you change the {1 down} and {1 up} to {q down} and {q up} it should do fine, then it will swing, quickly change to another gun, then switch to your pickaxe and repeat. If you dont want c to be the keybing change the "c::" at the start to "t::" for example if you want t to be the keybind.
Another thing is that the script will stop after you press another key, like W for moving. Actually you must stand still to use it, which is not really ideal...
Quote Originally Posted by jidsnjsdnijk View Post
Another thing is that the script will stop after you press another key, like W for moving. Actually you must stand still to use it, which is not really ideal...
Yeah any to stop this? Otherwise can't use it...
GUYS FORTNITE ADD EASYANTICHEAT DONT USE AHK IFU USE AHK U GONNA GG
Posts 1–15 of 19 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?