|
You last visited: Today at 05:14
Advertisement
Arma 3 AHK no recoil/pulldowns
Discussion on Arma 3 AHK no recoil/pulldowns within the ArmA forum part of the Shooter category.
01/08/2019, 00:09
|
#1
|
elite*gold: 0
Join Date: Oct 2016
Posts: 20
Received Thanks: 2
|
Arma 3 AHK no recoil/pulldowns
Here is some arma 3 ahks and pull downs
Used for mk1 fov 85.
Quote:
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
;
NRA := 1
; SS
CapsLock::Suspend
; NR
*~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, -2, int, 2, uint, 1, int, 0)
Sleep, 98
DllCall("mouse_event", uint, 1, int, 1.75, int, 1, uint, 0, int, 0)
Sleep, 5
}
return
|
Quick peek script,this is made for quick peeking people when you stand up and shoot it automatically crouches you
Quote:
#IfWinActive, ahk_class Arma 3
3::Suspend
~$LButton::
KeyWait, LButton, T0.01
If (ErrorLevel)
{
while GetKeyState("LButton")
{
; if not GetKeyState("Space")
Send {Space Down}
KeyWait, LButton
Send {Space Up}
}
}
return
|
Very fast crouching.
Quote:
#IfWinActive, ahk_class Arma 3
3::Suspend
F10:: Hotkey, *~$Space, Toggle
F11::
ExitApp
*~$Space::
Sleep 1
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 170
Send, {Blind}{Space}
}
Return
|
Here is an scrip for fully auto weapons,it pulls your gun down while fully auto shooting at someone,play with sleep number depends on the gun you are using.
Quote:
#NoEnv
SendMode Input
~CAPSLOCK::Suspend
~End::ExitApp
~RButton & ~LButton::
Loop
If GetKeyState("RButton", "LButton"") {
Sleep, 25
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount, 5.4)
}
else
break
Return
~LButton::
Loop
If GetKeyState("LButton"") {
Sleep, 25
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount,2.0)
}
else
break
Return
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}
|
Please leave a comment if this helped you.
Have fun  
|
|
|
01/13/2019, 15:38
|
#2
|
elite*gold: 0
Join Date: Jan 2019
Posts: 2
Received Thanks: 0
|
Is this detected now, I heard it was?!?
|
|
|
01/13/2019, 20:57
|
#3
|
elite*gold: 0
Join Date: Oct 2016
Posts: 20
Received Thanks: 2
|
Quote:
Originally Posted by SnappyPotato
Is this detected now, I heard it was?!?
|
its not detected and it wont be so soon
|
|
|
01/17/2019, 00:16
|
#4
|
elite*gold: 0
Join Date: Mar 2013
Posts: 1
Received Thanks: 0
|
thanks for this
|
|
|
01/17/2019, 00:25
|
#5
|
elite*gold: 14
Join Date: Sep 2018
Posts: 374
Received Thanks: 70
|
I would be very careful with AHK since it's a freeware tool and its detected/blocked in almost all "big" shooters. If you want to use macros then at least go for a paid provider with professional security features.
With AHK you are always deep risking a ban.
|
|
|
02/10/2019, 21:37
|
#6
|
elite*gold: 0
Join Date: Nov 2015
Posts: 6
Received Thanks: 2
|
thank you for this. but can you explain how the last scrip full auto work? i coudnt understand sorry
|
|
|
06/18/2019, 21:41
|
#7
|
elite*gold: 0
Join Date: Mar 2018
Posts: 8
Received Thanks: 0
|
Pull downs in 2019
Now that’s a yikes
|
|
|
06/20/2019, 21:52
|
#8
|
elite*gold: 0
Join Date: Jun 2019
Posts: 8
Received Thanks: 0
|
Pulldown for Zaphir ?
|
|
|
07/24/2019, 21:25
|
#9
|
elite*gold: 0
Join Date: Jul 2019
Posts: 1
Received Thanks: 0
|
it does not work for me. Just the first script work
|
|
|
08/02/2019, 04:39
|
#10
|
elite*gold: 0
Join Date: Aug 2019
Posts: 1
Received Thanks: 0
|
Would it work with 95 fov? if it cant could u edit the script to fit it
|
|
|
All times are GMT +1. The time now is 05:15.
|
|