Ctrl e Shift desativam meu script

Tire suas dúvidas sobre programação em AutoHotkey

Moderator: Gio

JhuannK
Posts: 2
Joined: 23 Sep 2022, 07:12

Ctrl e Shift desativam meu script

Post by JhuannK » 23 Sep 2022, 07:15

Baixei um script para segurar o recuo horizontal das armas, mas quando seguro ctrl (agachar) e shift (andar sem fazer barulho) o script é desativado, alguém pode me ajudar? Sou iniciante nesse assunto.

O código é:

Code: Select all

MButton::

Hotkey, Lbutton, toggle
return



Lbutton::

While GetKeyState("Lbutton", "P"){
	SetBatchLines, 66
	click
	
	
	}

[Moderator action: Moved topic from the main (English) section of the forum. Added code tags.]

Return to “Ajuda e Suporte Geral”