Does anybody have any scripts for this game . (CoD4)
Iam looking for a script that will turn any single shot and burst weapon into a full auto.
I use my left click on my mouse to fire. (logitech g7)

CoD4 Scripts
Started by
FunGuS
, Dec 18 2007 09:59 PM
28 replies to this topic
#1
-
Posted 18 December 2007 - 09:59 PM

$x:: Loop { if not GetKeyState("x", "P") break sleep 50 Click } return
This is the script to get rapidfire mod

#3
-
Posted 29 January 2008 - 10:56 AM

i got the script, but how can i create the file to run on the hotkey???
I tried a lot of different ways, but i couldnt do it....
PLZ HELP !!!!!!!!!!
I tried a lot of different ways, but i couldnt do it....
PLZ HELP !!!!!!!!!!
#4
-
Posted 22 April 2008 - 08:03 PM

i've make a .ahk file with this code and i run the file with AutoHotKey but i don't get rapidfire mod
#5
-
Posted 14 May 2008 - 03:13 PM

but a nostromo speedpad n52 and use its macro feature
u can record key presses so u can mimic the fire button
meaning it can be set to press continously until u let go
its pb proof as if u use teh g3 and use auto it kicks liek hell so u probably miss anyway
u can record key presses so u can mimic the fire button
meaning it can be set to press continously until u let go
its pb proof as if u use teh g3 and use auto it kicks liek hell so u probably miss anyway
#6
-
Posted 18 May 2008 - 05:49 PM

$LButton:: Loop { if not GetKeyState("LButton", "P") break Click } returnstraight from manual with very little modification
#8
-
Posted 01 August 2008 - 07:04 PM

#SingleInstance gActivateScript = 0 ; Insert to activate the macro ~Insert:: KeyWait, Insert GetKeyState, InsertState, Insert, T If InsertState = D { gActivateScript = 1 } else { gActivateScript = 0 } return ; CTRL + SHIFT + LBUTTON to activate the macro ~+^LButton:: If gActivateScript = 0 { gActivateScript = 1 } else { gActivateScript = 0 } return ;Also applies to burst weapons. ie click and hold will perform like a full auto firing mode ~LButton:: Goto, DoFiringLoop Return ;When crouching and firing at the same time. Using Ctrl as crouch button ~^LButton:: Goto, DoFiringLoop Return DoFiringLoop: if gActivateScript = 1 { Loop { ;Make sure Cod4 window is the active window. Don't want weird mouse behaviour appearing at other window IfWinActive, Call of Duty 4 { MouseClick, left,,, 1, 0, D ;delay between simu. mouse btn down and up Sleep, 50 MouseClick, left,,, 1, 0, U GetKeyState, LButtonState, LButton, P If LButtonState = U { ;break the loop if physical state of mouse btn is up. break } ;delay between each simu. click events Sleep, 50 } else { break } } } exit return
#9
-
Posted 04 October 2008 - 09:15 PM

Here is my one, edit the sleep amount to change the fire rate.
What it does is makes the left mouse button work as normal unless the capslock button is down in which case, you get rapid clicking.
(plus you get the cod4 icon in the tray
Love it? I do
What it does is makes the left mouse button work as normal unless the capslock button is down in which case, you get rapid clicking.
(plus you get the cod4 icon in the tray
I_Icon = C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\cod4.ico if I_Icon <> IfExist, %I_Icon% Menu, Tray, Icon, %I_Icon% *$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
Love it? I do
#10
-
Posted 21 October 2008 - 02:18 AM

How would you alter the above script so instead of using a loop it just fires a three round burst. Ie one click of mouse button = double or triple click.
#11
-
Posted 04 November 2008 - 12:36 AM

you could try putting a 3 after loop, I cant be bothered trying as I have now edited this code beyond recognition
#12
-
Posted 13 March 2009 - 04:10 AM

Were do you actually but these scripts for them to work, is it in the cfg?
#13
-
Posted 07 April 2009 - 09:24 AM

I always love seeing all the <game> scripts topics get filled with noobs who don't even know what/where they are posting on.
YOU ARE ON THE AUTOHOTKEY FORUM! YOU NEED AUTOHOTKEY TO RUN THESE SCRIPTS. where do you think you are? a COD forum?
when you 1st download/install AHK it asks if you want to take the beginners tutorial, click YES and read ALL of it.
or go on to the main page (click the picture in the upper-left of the site) and click Documention. There is a Tutorial link on that page.
YOU ARE ON THE AUTOHOTKEY FORUM! YOU NEED AUTOHOTKEY TO RUN THESE SCRIPTS. where do you think you are? a COD forum?
when you 1st download/install AHK it asks if you want to take the beginners tutorial, click YES and read ALL of it.
or go on to the main page (click the picture in the upper-left of the site) and click Documention. There is a Tutorial link on that page.
#15
-
Posted 11 April 2009 - 05:29 PM

rawr. be very afraid
*poke*
. Populate the AutoHotkey city. Pointless but somewhat fun. .