Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Rapid fire..


  • Please log in to reply
17 replies to this topic
cobrajoe999
  • Guests
  • Last active:
  • Joined: --
here is a great rapid fire script for cod4! :D
but capslock is the toggle key :(




[/code]
*$LButton::
GetKeyState, CapsState, CapsLock, T
If (CapsState = "D")
{
Loop
{
if not GetKeyState("LButton", "P")
{
break
}
else
{
Send {click}
Sleep 74
}
}
}
else
{
Click Down
}
return


*LButton Up::Click up

wulf
  • Guests
  • Last active:
  • Joined: --
heres my working version of auto rapid fire on left mouse click

F7::Suspend, Toggle
SendMode Input

Lbutton::
Loop
{
GetKeyState, state, Lbutton, P
if state=U
break
Sendinput {Click down}
Sleep 50
Sendinput {Click up}
Sleep 50
}


_3D_
  • Members
  • 79 posts
  • Last active: Mar 14 2014 07:49 PM
  • Joined: 28 Feb 2013

Check this version too http://www.autohotke...to/#entry613469