Search found 9 matches

by Gandalf_yayo
26 May 2018, 17:45
Forum: Gaming Help (v1)
Topic: Quickscope script
Replies: 7
Views: 3022

Re: Quickscope script

i 100% wasnt expecting the snippet to work, but based off of what you had requested it does exactly what it was supposed to: triggered by LButton press? yep presses m to zoom? sure enough presses XButton1 to shoot? yessiree instead of lamenting how nothing works out for you, refer to my previous po...
by Gandalf_yayo
25 May 2018, 13:05
Forum: Gaming Help (v1)
Topic: Quickscope script
Replies: 7
Views: 3022

Re: Quickscope script

u can try describing what it is that isnt working, what the current behavior is and what the expected should be anyway, solely based off of this: So my LButton needs to act as "m"(zoom) and "Xbutton1"(shoot) with a small delay between them. *LButton:: { Send m Sleep 1000 Send {XButton1} return } Th...
by Gandalf_yayo
25 May 2018, 06:06
Forum: Gaming Help (v1)
Topic: Quickscope script
Replies: 7
Views: 3022

Re: Quickscope script

AHKStudent wrote:try

LButton::
sleep, 3000
send, ^m
Doesn't work. I've tried such scripts, i don't know what else i can try
by Gandalf_yayo
24 May 2018, 20:24
Forum: Gaming Help (v1)
Topic: Quickscope script
Replies: 7
Views: 3022

Quickscope script

I've failed to make a quickscope script, i want that "LButton" act as inzoom+shooting with a delay. So my LButton needs to act as "m"(zoom) and "Xbutton1"(shoot) with a small delay between them. It's probably an easy one, but im new to scripting and i'd like some help, Any idea's? as far as i came u...
by Gandalf_yayo
23 May 2018, 15:20
Forum: Ask for Help (v1)
Topic: Ignore keys, How? Topic is solved
Replies: 3
Views: 939

Re: Ignore keys, How? Topic is solved

Worked!! many thanks man!!
by Gandalf_yayo
23 May 2018, 09:35
Forum: Ask for Help (v1)
Topic: Ignore keys, How? Topic is solved
Replies: 3
Views: 939

Ignore keys, How? Topic is solved

I want to be able to shoot with "LButton" on 3 and 4, but enable the autohotkey on all the rest of the keys i am using such as 1,2,5,6. When i use "key_Terminate:="Tab", it will only terminate autohotkey if the command ended, and halfway it won't ignore. Any idea's what to add? SCRIPT: key_shoot:="L...
by Gandalf_yayo
20 May 2018, 13:05
Forum: Ask for Help (v1)
Topic: Searching the right keys
Replies: 5
Views: 839

Re: Searching the right keys

Hallo, My problem is, I do not know what you want. Try with hotkey prefixes "~" and/or "$". Tilde: ~ prefix when the hotkey fires, its key's native function will not be blocked Dollar: $ prefix is necessary if the script uses the Send command to send the keys that comprise the hotkey itself, which ...
by Gandalf_yayo
20 May 2018, 05:57
Forum: Ask for Help (v1)
Topic: Searching the right keys
Replies: 5
Views: 839

Re: Searching the right keys

Hallo, add: 1::Suspend, On 2::Suspend, On 3::Suspend, Off 4::Suspend, Toggle 5::Suspend, On f::Suspend, On Tab::Suspend, On Xbutton1::Suspend, On Added this, doesn't work as i wanted it. It stops the current script, switching from 3 to 4 and backwards. 3 and 4 arn't working with the script, i canno...
by Gandalf_yayo
19 May 2018, 20:48
Forum: Ask for Help (v1)
Topic: Searching the right keys
Replies: 5
Views: 839

Searching the right keys

I want to turn on my autohotkey on 3 and 4, and deactivate them on different keys (1,2,4,5,f,tab,Xbutton1) Current script: LButton:: lbutton_count++ If (lbutton_count = 1) { Send {4} Sleep, 690 Send {LButton} } If (lbutton_count = 2) { Send {3} Sleep, 690 Send {LButton} } If (lbutton_count = 2) { lb...

Go to advanced search