cstone wrote:
there is no way to speed up the loop unless you take the Sleep, 100 out. though i think that line is commened out. if not take it out and if it still isn't has fast enough, then there is nothing that can be done other then increase the speed of you computer.
Well, there are several performance controls in AHk that by default protect your computer from being crashed by a script; about half a dozen options are described in online help under "Performance". However, on the face of it, the script does nothing but flip Shift up and down with no delay. I suggest it runs /too/ fast; I can press Shift around 65 times in 10 seconds, I think, and no sensible game action will be much faster than that. Try Sleep, 150; also, perhaps, try the on-screen keyboard (under Accessories/Accessibility in Windows XP and earlier) and see how fast you can get it to respond to Shift down or up... I haven't yet checked that that works.