View Full Version : C4 Chuck Macro ( 1.3 patch)
Mr. Hasselhoff
07-14-2006, 10:32 PM
Here it is, have C4 out, hit spacebar and it will auto chuck it ;)
bravomacho
07-15-2006, 12:05 AM
Here it is, have C4 out, hit spacebar and it will auto chuck it ;)
Here are different variatons of the c4 chucking--
1.Chucks the c4 and switches to detonator so you can blow it up with a click, 2.Switches and blows up the c4 right before it hits the ground.
1.;Function; (patch 1.3) bf2 c4 chucking with the spacebar
#NoEnv
#SingleInstance force
#InstallKeybdHook
#InstallMouseHook
*Space::
Click down left
Send, {space down}
Sleep 5
Click up left
Send, {space up}
Sleep 800
Click down right
Sleep 50
Click up right
return
2.;Function; (patch 1.3) bf2 c4 chucking with the spacebar
#NoEnv
#SingleInstance force
#InstallKeybdHook
#InstallMouseHook
*Space::
Click down left
Send, {space down}
Sleep 5
Click up left
Send, {space up}
Sleep 900
Click down right
Sleep 50
Click up right
Sleep 250
Click down left
Sleep 50
Click up left
return
Enjoy :)
Mr. Hasselhoff
07-15-2006, 12:56 AM
Here I included bravos 2nd script compiled ( auto blow).
Mr. Hasselhoff
07-17-2006, 11:32 PM
Yes very, I got my expert explosives ordinence badge w/ the help of it.
Ali G
07-27-2006, 09:51 AM
the second one doesn work as planned. it doesnt chuck.
Mr. Hasselhoff
07-27-2006, 10:02 AM
Here is the plainest, but best one. You just hit space and it jumps and throws it.
(http://zomgstuff.com/forum/attachment.php?attachmentid=29&stc=1&d=1154012502)
Ali G
07-27-2006, 10:20 AM
can u make one where it doesnt use the space bar? can u make it to be key pad #0? cuz i use the arrow keys. please i beg u, that's key pad (the one on the right side board) #0. thanks
skepter
07-27-2006, 10:39 AM
arrow-keys is so old school lol, so much better to use wasd
Mr. Hasselhoff
07-27-2006, 11:29 AM
can u make one where it doesnt use the space bar? can u make it to be key pad #0? cuz i use the arrow keys. please i beg u, that's key pad (the one on the right side board) #0. thanks
Goto www.autohotkey.com (http://www.autohotkey.com) and look what exactly that is called. Here is the script.
;Function- bf2(patch 1.3) c4 chucking with the spacebar
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#SingleInstance force
#InstallKeybdHook
#InstallMouseHook
*Space::
Click down left
Send, {space down}
Sleep 5
Click up left
Send, {space up}
Sleep 10
return
So obviously you replace the space, but IDK the correct term for what you're looking for.
Ali G
07-27-2006, 12:36 PM
http://img161.imageshack.us/img161/9342/appleextendedkeyboardiim3501ue4.jpg (http://imageshack.us)
so instead of SPACE BAR, i want the button i circled. please make it for me, i suck the programming and stuff.
skepter
07-27-2006, 01:10 PM
He would have to press NUM_insert or is it just insert?
BY THE WAY, THAT IS ONE GHETTO ASS KEYBOARD /GROSS
Mr. Hasselhoff
07-27-2006, 03:19 PM
YEAH i UNDERSTAND, I DONT KNOW THE TECHINCAL NAME AUTOKEY HAS FOR IT. LIKE I SAID LOOK ON THEIR FOURM. I showed you the script in the other thread, just replace key.
Maxim
07-28-2006, 06:03 PM
I was using it earlier in the day and it works well. Without the macro, bf2 bugs out sometimes and drops a second c4 when you click the remote to detonate.
vBulletin® v3.8.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.