I posted this for someone a few days back in another post figured i post it here for ppl that missed it. What is it?
It is a autohotkey script that make any weapon full auto like the FAL only exception is the m16 and famus it just make them shoot 3round burst 1 after another.
[php]Ins::Suspend
LButton::
Loop
{
SetMouseDelay 30 ' if you want it to go faster change this number to 'anything lower then 30... for slower raise the number above 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
[/php]
I Dont Believe it show me
heres a video sorry was doing 30 things and lagged out my computer
[YOUTUBE]NYfSn3wXaZk[/YOUTUBE]
yea im editing it now im adding another file with the script and a pre compiled version so if they dont have ahk they can still use it but not modify it
.AHK ....
Could you make it an .exe, to avoid stupid questions like.. what am I supposed to do with this..
Originally Posted by B4M
.AHK ....
Could you make it an .exe, to avoid stupid questions like.. what am I supposed to do with this..
just did /yea
i released a tool for this a looooooong time ago
Originally Posted by Archangel
i released a tool for this a looooooong time ago
o... someone asked for it so i just posted mine not thinking to check lol o well cant hurt to have another
Edit: just found yours it was a looooong time ago lol looks better tho i might ty and make something new in the future to keep it clean but also improve it
Dude on your video its not to good looks like you just set the shoot to scroll wheel because its not even fast...
Originally Posted by SkyAssasin
Dude on your video its not to good looks like you just set the shoot to scroll wheel because its not even fast...
I said i was lagging ..... how hard is that to understand i had like 30 programs open and mw2 was being a bitch fraps just made it worse
/deleted previous version..
/approved new one..
Good job
@skyassasin
Scroll, SUCKS!
Originally Posted by xZaTiC
@skyassasin
Scroll, SUCKS!
Yes well I dont use it just the video did...
Good job
but we already have many ahk similar to this..