Thread updated, waiting for new attachments.
File updated as well.
Removing the pump for shotguns is an ancient script, and pretty much just does, shoot, reload, weapnext, weapnext. The reloading cancels the pump, and the double weapnext in rapid succession cancels the reload.
Same for the bolt cycle on bolt action rifles. I've seen the riot shield one before, and im pretty sure it also abuses weapnext style commands, as well as maybe semtex/TK instead of reloading.
Thread updated, waiting for new attachments.
File updated as well.
Last edited by Heartview; 08-18-2011 at 06:18 PM.
Thanks and Rep always appreciated. <3XFire: kellydavis1992
Quick riot shield I think he meant. Where as there is a delay between when you 'bump' and then when you can 'bump' again.
I would imagine it goes something along the lines of
bump
Throwing knife (pulling it out and holding it)
Then some series of weapon switching to switch out from the TK back to the shield quickly.
It may also just be the classic weapnext x2 script, though I never tried it.
Thanks and Rep always appreciated. <3XFire: kellydavis1992
/updated
@Hayley Williams
Thanks and Rep always appreciated. <3XFire: kellydavis1992
Thanks and Rep always appreciated. <3XFire: kellydavis1992
Does the no pump shot gun actually make it any faster for the next shot? Or is it just one of those for the "cool" look?
![]()
When I wrote this code, only God and I understood what I was doing. Now, God only knows.I will give you two of my seventy-two virgins if you can fix the code mess below
Last edited by Hayley Williams; 08-19-2011 at 09:41 PM.
Thanks and Rep always appreciated. <3XFire: kellydavis1992
I must be an idiot but i cant get this to work, and ive had no problems with any other mods, I have windows 7 and it keeps saying its suspended
These are for AlterIWNet only, Also if you are not on AlterIWNet (The application) it will auto suspend. When in press your "Numpad1" Number pad 1 (one) key to activate the script. "Numpad0" Number pad 0 (zero) will deactivate the script. I did this because for one. Having it suspend when you leave the program will keep it from doing thing you don't want on your computer mass clicking etc etc. Also the on / off switch in game in case you want to stop or you are looking for a game it does not mass click on something wrong. Hope this helps ^^
Last edited by Hayley Williams; 08-19-2011 at 09:51 PM.
Thanks and Rep always appreciated. <3XFire: kellydavis1992
Hey @Hayley Williams , do you think you could tell me how I can edit the "QuickScope~MButton" script so it shoots from Left click instead of Middle button.
And if that doesnt work, Maybe how to make it shoot using a key on the keyboard, lets use Spacebar for an example.
Thanks!
EDIT: I played around with the script file and I figured it out, Got the Lbutton to work without any problems, You just need to change a few keys around.
Here is my script
Then go into COD control settings and change the fire button to MButtonCode:;Script ~$*LButton:: { If V_OnOff = 1 { Send, {RButton down} Sleep, 265 Send, {MButton down} Sleep, 8 Send, {MButton up} Sleep, 10 Send, {RButton up}
Last edited by naimc; 08-20-2011 at 08:49 AM.