Search found 7 matches

by Arnes
15 Jan 2018, 16:34
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

Re: AHK Multiple Timers, but asynchronous Topic is solved

Actually im just stupid. I miss spelled the third timer. I just changed the label from B2Press to B3Press and now it runs perfectly. Dealing like HUGE damage, thanks to you! Now i finally found some help for my problem and can return to play! Thanks to everyone for your answers. This can be closed n...
by Arnes
15 Jan 2018, 16:30
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

Re: AHK Multiple Timers, but asynchronous Topic is solved

Now i tried to edit that code to make it do the same thing with 3 guns. I did this: toggle := 0 return Numpad0:: toggle := !toggle if (toggle){ gosub, B1Press SetTimer, B2Press, -400 ; <-- controls delay between Gun1 firing and Gun2 firing SetTimer, B2Press, -800 } else { ; Stop all timers SetTimer,...
by Arnes
15 Jan 2018, 16:18
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

Re: AHK Multiple Timers, but asynchronous Topic is solved

Sorry man i didnt even see your code before! So i changed the delay to 600ms and switched the timings, since you switched the charge time and the cooldown time. Now this is what i came up with: toggle := 0 return Numpad0:: toggle := !toggle if (toggle){ gosub, B1Press SetTimer, B2Press, -600 ; <-- c...
by Arnes
15 Jan 2018, 15:55
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

Re: AHK Multiple Timers, but asynchronous Topic is solved

No i dont play MWO. Its for another game that has those type of weapons. I looked up pretty much every result google was giving me, but none of them are as good as i want my script to be.
In case you're wondering, im not planning on selling it or something. I just wanna make my pve grinding easier.
by Arnes
15 Jan 2018, 15:10
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

Re: AHK Multiple Timers, but asynchronous Topic is solved

So i tried both of the codes, but neither of them seems to work for me. Noesis' one does only toggle gun1, which it does well. However it doesnt include gun2, letalone rotate both of them endlessly (until toggled off). evilC's code does that better. it rotates both of the guns, but not for long enou...
by Arnes
14 Jan 2018, 13:22
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

Re: AHK Multiple Timers, but asynchronous Topic is solved

First of, thanks for your answers! So i did some more research and i found out, that i actually can use smaller sleeps. Heres what i wanna do: I have 2 guns. Each gun has the following rotation: Hold for 800ms, wait for 400ms, repeat. As i already said, it should be perfectly asynchronous. So i trie...
by Arnes
13 Jan 2018, 19:19
Forum: Gaming Help (v1)
Topic: AHK Multiple Timers, but asynchronous Topic is solved
Replies: 14
Views: 5992

AHK Multiple Timers, but asynchronous Topic is solved

Hi everyone, I'm trying to make a Keybind for a game. Basically all it does is hold 1 and 2 down for 1000ms and then stop for 1200ms, then repeat. Numpad0 toggles it. However, i want it to be asynchronous. So i tried adding a sleep between the timers. But it only works one time and then starts to ex...

Go to advanced search