Search found 14 matches

by Dijanigo
27 Feb 2023, 04:48
Forum: Ask for Help (v1)
Topic: AHK not showing scripts / not working at all Topic is solved
Replies: 6
Views: 695

Re: AHK not showing scripts / not working at all Topic is solved

Just a quick update for people who are googling this in the future, i solved the issues by going back to ahk version 1.1 and using the Run *RunAs in my files
by Dijanigo
25 Feb 2023, 19:43
Forum: Ask for Help (v1)
Topic: AHK not showing scripts / not working at all Topic is solved
Replies: 6
Views: 695

Re: AHK not showing scripts / not working at all Topic is solved

you're right, i was just trying to provide as much info as possible. simply put: all my macros stopped working after reinstall and i don't know why
by Dijanigo
25 Feb 2023, 19:27
Forum: Ask for Help (v1)
Topic: AHK not showing scripts / not working at all Topic is solved
Replies: 6
Views: 695

Re: AHK not showing scripts / not working at all Topic is solved

[Mod edit: Topic moved to v1 help.] Before the new installation, my scripts would shop up when i double clicked them in the task bar. now it shows this text instead of the script:... If you meant to type "show up", what do you mean by show up? What would show up? The window that appeared is what al...
by Dijanigo
25 Feb 2023, 18:32
Forum: Ask for Help (v1)
Topic: AHK not showing scripts / not working at all Topic is solved
Replies: 6
Views: 695

AHK not showing scripts / not working at all Topic is solved

Hello and good evening everyone. I installed AHK on my fresh win 10 and i can't get it to work anymore for some reason. My old scripts, which used to work before the new installation, don't do anything anymore. Example: Before the new installation, my scripts would shop up when i double clicked them...
by Dijanigo
21 Oct 2022, 11:35
Forum: Ask for Help (v1)
Topic: Turbo left + right click Topic is solved
Replies: 6
Views: 1114

Re: Turbo left + right click Topic is solved

Thanks once again mikey, have a nice day :clap:
by Dijanigo
21 Oct 2022, 11:00
Forum: Ask for Help (v1)
Topic: Turbo left + right click Topic is solved
Replies: 6
Views: 1114

Re: Turbo left + right click Topic is solved

Yeah i'm having the same issues. I think it would be better to run the script without the 'both buttons pressed at the same time' function, it's not needed at all. i'd be glad if you could be help out one more time. So basically, just left click spam on hold and right click spam on hold. Which line ...
by Dijanigo
21 Oct 2022, 10:30
Forum: Ask for Help (v1)
Topic: Turbo left + right click Topic is solved
Replies: 6
Views: 1114

Re: Turbo left + right click Topic is solved

Thank you so much for the code mikey.

it works great except for the fact that sometimes it won't stop clicking even when i let go of the buttons. i'm then stuck in an endless clicking orgy and have no choice but force-closing the AHK script.

What could be the reason for that?
by Dijanigo
21 Oct 2022, 06:47
Forum: Ask for Help (v1)
Topic: Turbo left + right click Topic is solved
Replies: 6
Views: 1114

Turbo left + right click Topic is solved

Hey guys! This one is probably simple for you, but i just can't get it to work. My goal: I want to have rapid/turbo clicking on both left and right mouse click. the speed should be really fast, but not inhuman. I went to clickspeedtest and it showed an avg of 9 clicks per second. Basically, i just w...
by Dijanigo
17 Aug 2022, 14:26
Forum: General Discussion
Topic: Is there a difference between software and hardware macros?
Replies: 3
Views: 1597

Is there a difference between software and hardware macros?

Sup guys, i hope this is the right place and the right question to ask. A little background: i'm playing an online rpg where manually executing a skill via hotkeys gives you extra benefits, such as lower skill cooldown and less mana usage. You're basically getting rewarded for not just pressing the ...
by Dijanigo
11 Aug 2022, 09:17
Forum: Ask for Help (v1)
Topic: Cycle through specific keys on held status Topic is solved
Replies: 2
Views: 360

Re: Cycle through specific keys on held status Topic is solved

This works perfectly, thank you very very much mikey. Much appreciated, have a great day :)
by Dijanigo
11 Aug 2022, 07:07
Forum: Ask for Help (v1)
Topic: Cycle through specific keys on held status Topic is solved
Replies: 2
Views: 360

Cycle through specific keys on held status Topic is solved

Hello guys, i'm looking for some script that cycles through keys as long as i hold a certain button, let's say C. My background, for a better understanding: I play a rpg on a class that has very low skill cooldowns and i want to automate this by using an AHK macro. Basically, the script should cycle...
by Dijanigo
28 Feb 2018, 12:26
Forum: Gaming Help (v1)
Topic: Double tap + hold / Dash button
Replies: 8
Views: 3821

Re: Pause script on keypress

Nothing seems to work. I've tried to fix it on my own via A:: SendInput, a SendInput, {a Down} loop{ if !getkeystate(a,P) break } SendInput, {a Up} Return and, because it caused an error, A:: SendInput, a SendInput, {a Down} loop{ sleep, 50 if !getkeystate(a,P) break } SendInput, {a Up} Return becau...
by Dijanigo
27 Feb 2018, 13:23
Forum: Gaming Help (v1)
Topic: Double tap + hold / Dash button
Replies: 8
Views: 3821

Re: Pause script on keypress

~$LButton:: SetBatchLines, -1 SetKeyDelay, -1, -1 While (GetKeyState("LButton", "P")) && (!GetKeyState("Ctrl", "P")) { SendInput, {LButton} Sleep 50 ; milliseconds } Return First question is done. A:: SendInput, a SendInput, {a Down} KeyWait, p, D SendInput, {a Up} Return Second it done. First one ...
by Dijanigo
27 Feb 2018, 04:28
Forum: Gaming Help (v1)
Topic: Double tap + hold / Dash button
Replies: 8
Views: 3821

Double tap + hold / Dash button

I need a script that when i tap a key, it double taps and holds the second tap until i release it. example: I press A once -> the script does button A (pause for 0.05ms) -> button A again and holds it down afterwards. Reason: The game requires a double tap + hold to dash in a certain direction, whic...

Go to advanced search