Shift spammer (not too quick)

Ask gaming related questions
HolyFlare484
Posts: 5
Joined: 15 Mar 2023, 15:53

Shift spammer (not too quick)

15 Mar 2023, 15:58

I've been playing modded Minecraft and there's a mod that lets you spam shift to grow things like trees and crops.
I'm trying to use an AHK script, but I think all of the ones I could find online seem too fast for MC to register.
I'm thinking around 3-4 shift presses per second, since I think that's the limit.
Please help me with a script like that.

Cheers,
HolyFlare484
User avatar
mikeyww
Posts: 27261
Joined: 09 Sep 2014, 18:38

Re: Shift spammer (not too quick)

15 Mar 2023, 21:20

Welcome to this AutoHotkey forum!

Code: Select all

#Requires AutoHotkey v2.0
~Shift::SoundBeep(1500), Sleep(250)
HolyFlare484
Posts: 5
Joined: 15 Mar 2023, 15:53

Re: Shift spammer (not too quick)

17 Mar 2023, 15:38

thanks for the help

how do I set up a script that lets me press a button and it automatically presses shift?
User avatar
mikeyww
Posts: 27261
Joined: 09 Sep 2014, 18:38

Re: Shift spammer (not too quick)

17 Mar 2023, 15:54

Code: Select all

#Requires AutoHotkey v2.0
F3::Shift

Return to “Gaming”

Who is online

Users browsing this forum: No registered users and 12 guests