#~Do not set delay after keyup or it will negatively impact automatic weapons
+
MBUTTONDOWN BUTTON_LEFT
−
MACRO MBUTTONUP BUTTON_LEFT
+
MACRO MBUTTONUP BUTTON_LEFT
−
KEYUP p
+
MBUTTONDOWN BUTTON_LEFT
−
MBUTTONDOWN BUTTON_LEFT
+
#Sometimes the fire key can be stuck down after the macro ends this releases it after the macro has been terminated
+
KEYUP p</pre>
Latest revision as of 17:20, 30 September 2015
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
#Set delay no less than the maximum rate of fire
#10 rounds per second (600 rpm)
DELAY 100
KEYUP p
#~Do not set delay after keyup or it will negatively impact automatic weapons
MBUTTONDOWN BUTTON_LEFT
MACRO MBUTTONUP BUTTON_LEFT
MBUTTONDOWN BUTTON_LEFT
#Sometimes the fire key can be stuck down after the macro ends this releases it after the macro has been terminated
KEYUP p