What's new

Game Mods Simple Rapid fire AHK script (Tuned for CODMW)

  • Thread starter tryformy
  • Start date
  • Views 24,339
tryformy

tryformy

Newbie
Messages
39
Reaction score
23
Points
30
Sin$
0
Yes I can upload the .ahk it was uploaded as an exe so people don’t have to install AHK before hand! Give me a few hours to get home and I’ll update the thread :smile:
 
tryformy

tryformy

Newbie
Messages
39
Reaction score
23
Points
30
Sin$
0
is this safe to use?
Yes, been using it for 3 months now, all it does is send mouse button down and mouse button up commands really fast to your PC. It doesn't attach to the game in any way, and even if the game could register how quickly you were shooting on an avg basis it wouldn't because the anti-cheat on this game is barely existent as is.
 
HYX

HYX

Administrator
Administrator
Lifetime
Hidden Devils
Scaling the Mountain Programmer Odysseus' Summit
Messages
2,503
Solutions
31
Reaction score
1,240
Points
1,075
Sin$
0
Can you provide a separate AHK download?
 
A

Ayesup

Newbie
Messages
3
Reaction score
0
Points
35
Sin$
7
Yes, been using it for 3 months now, all it does is send mouse button down and mouse button up commands really fast to your PC. It doesn't attach to the game in any way, and even if the game could register how quickly you were shooting on an avg basis it wouldn't because the anti-cheat on this game is barely existent as is.
What if im using a controller does it still work?
 
F

Foleydurr420

Enthusiast
Messages
60
Reaction score
3
Points
65
Sin$
7
Im currently using a controller for my PC to play Modern Warfare. I downloaded your file and it works for my mouse, but not my controller. Is there any way to get it for my controller?
 
zSRG

zSRG

Enthusiast
Messages
12
Reaction score
1
Points
65
Sin$
0
No this is for mouse since AHK can't adapt to the controller input. Your best bet is maybe a CronusMax...
joyZ:: ; left right trigger
GetKeyState, Trigger, JoyZ
if(Trigger<40) ; RT
{
return
}
if(Trigger>60) ; LT
{
return
}
 
HYX

HYX

Administrator
Administrator
Lifetime
Hidden Devils
Scaling the Mountain Programmer Odysseus' Summit
Messages
2,503
Solutions
31
Reaction score
1,240
Points
1,075
Sin$
0
joyZ:: ; left right trigger
GetKeyState, Trigger, JoyZ
if(Trigger<40) ; RT
{
return
}
if(Trigger>60) ; LT
{
return
}
I don't see why you wouldn't just make this a script if you go out of your way to do all of that...
 
Top Bottom
Login
Register