Search found 22 matches

by didimaox
29 Nov 2022, 05:31
Forum: Ask for Help (v1)
Topic: Script not running
Replies: 14
Views: 3067

Re: Script not running

Hello

Thanks to everyone's help, i just changed my script to

$S::
Send {S 4}

and it now works !
by didimaox
28 Nov 2022, 15:10
Forum: Ask for Help (v1)
Topic: Script not running
Replies: 14
Views: 3067

Re: Script not running

Your script is running fine, but mine still doesn't work somehow.

I can't figure what is wrong with it though.
by didimaox
28 Nov 2022, 14:11
Forum: Ask for Help (v1)
Topic: Script not running
Replies: 14
Views: 3067

Re: Script not running

Hello, thank you for your answers When you look in Task Manager, what do you seek for verification that AutoHotkey is running? Background processes and running applications Does one specific script fail to run, or all scripts? None of my scripts are currently working What is your file extension for ...
by didimaox
28 Nov 2022, 12:58
Forum: Ask for Help (v1)
Topic: Script not running
Replies: 14
Views: 3067

Re: Script not running

hello

i tried to exclude both the script and the autohotkey folder from my antivirus. I also tried completely disabling it, and it still doesn't work :/
by didimaox
28 Nov 2022, 12:30
Forum: Ask for Help (v1)
Topic: Script not running
Replies: 14
Views: 3067

Script not running

Hello

I have been using autohotkey without issues for quite some times, but today my script couldn't run.

In fact, in doesnt even appear in windows task manager.

I tried uninstalling/reinstalling it, running as administrator, opening with autohotkey...Nothing works.

Thanks for helping me :)
by didimaox
29 Sep 2022, 12:36
Forum: Ask for Help (v1)
Topic: trigger a different key on second press
Replies: 8
Views: 643

Re: trigger a different key on second press

yes this is exactly what i was looking for and it works great! thank you
by didimaox
29 Sep 2022, 12:03
Forum: Ask for Help (v1)
Topic: trigger a different key on second press
Replies: 8
Views: 643

Re: trigger a different key on second press

Ok!
So, when the c Key is held, pressing ' for the first Time should trigger the m Key. Every subsequent presses of the ' Key ( while c is held) should trigger '.
When the c Key is released, the script should be reset, meaning that if i press c+', m should be triggered next
Is it clearer?
by didimaox
29 Sep 2022, 09:51
Forum: Ask for Help (v1)
Topic: trigger a different key on second press
Replies: 8
Views: 643

Re: trigger a different key on second press

Hello and thank you for your help It's closer to what i want, but the problem is that if i press c+', then hold the c key and don't press the ' key after a certain amount of time, the script starts over and inputs m instead of ' And if i increase the value of the tickount, even if i release both key...
by didimaox
29 Sep 2022, 07:38
Forum: Ask for Help (v1)
Topic: trigger a different key on second press
Replies: 8
Views: 643

Re: trigger a different key on second press

Hello

I just meant that the script should input the ' key, if that makes sense
by didimaox
29 Sep 2022, 07:17
Forum: Ask for Help (v1)
Topic: trigger a different key on second press
Replies: 8
Views: 643

trigger a different key on second press

Hello everyone

I am currently using the following script :

Code: Select all

c & '::
Send, {m}
I'd like to make it so that if i press c and ' simultaneously a second time, the key ' goes off.

Thanks in advance
by didimaox
15 Sep 2022, 12:13
Forum: Ask for Help (v1)
Topic: Help fixing my macro
Replies: 5
Views: 414

Re: Help fixing my macro

on my notepad, it writes "é" for as long as i hold the key, then it right clicks when i release it
by didimaox
15 Sep 2022, 11:01
Forum: Ask for Help (v1)
Topic: Help fixing my macro
Replies: 5
Views: 414

Re: Help fixing my macro

Hello,

Thanks for the answer, but that doesn't seem to work unfortunately.
by didimaox
15 Sep 2022, 08:35
Forum: Ask for Help (v1)
Topic: Help fixing my macro
Replies: 5
Views: 414

Help fixing my macro

Hello, I tried to create a macro that issues the following commands when i hold the "é" key : Hold the right click, and hold the e key. Here's what it looks like: $é:: While GetKeyState ("é", "P") { Send, {Rbutton Down} Send, {é Down} } return I'm facing two problems: The first and most inconvenient...
by didimaox
22 Aug 2022, 13:17
Forum: Gaming Help (v1)
Topic: trigger an input based on what key is held down
Replies: 6
Views: 1181

Re: trigger an input based on what key is held down

That's odd, because i recently used a script that allowed me to trigger input on the release of the keys rather than press, and it worked fine in league of legends
by didimaox
22 Aug 2022, 08:51
Forum: Gaming Help (v1)
Topic: trigger an input based on what key is held down
Replies: 6
Views: 1181

Re: trigger an input based on what key is held down

Hello

I feel bad for bothering you.. But it still doesn't work. Only this time i can use my e and q keys like i normally would.
by didimaox
22 Aug 2022, 05:42
Forum: Gaming Help (v1)
Topic: trigger an input based on what key is held down
Replies: 6
Views: 1181

Re: trigger an input based on what key is held down

Hello First thanks for the answer! Sadly this, doesn't work. My e key doesn"t even work anymore with the script running. Edit: i thought maybe a little bit more context could help you. Basically, i'm playing a game, League of Legends, where you can display the trajectory and hitbox of certain spells...
by didimaox
21 Aug 2022, 19:55
Forum: Gaming Help (v1)
Topic: trigger an input based on what key is held down
Replies: 6
Views: 1181

trigger an input based on what key is held down

Hello everyone I'd like to use a script that basically triggers an input based on the key that is held down, but: for example, if key e is held down, i want my right click to actually trigger right click + e (BUT only the press of the e key, not the release.. i dont know if i'm clear enough) if the ...
by didimaox
19 Feb 2022, 11:14
Forum: Gaming Help (v1)
Topic: Enable right click only in the center of the screen
Replies: 9
Views: 1102

Re: Enable right click only in the center of the screen

i see. Thanks for the help anyways! Edit: Sorry to bother you, but is it possible to make a script that basically only allows a right click if it is below a certain distance from a previous input of a right click? For example, lets say i first click at position x: 500 et and y: 800. I want my second...
by didimaox
19 Feb 2022, 10:17
Forum: Gaming Help (v1)
Topic: Enable right click only in the center of the screen
Replies: 9
Views: 1102

Re: Enable right click only in the center of the screen

It works now without the tooltip on my desktop! When i launch the game while the script is running however, my right clicks are still recognised ( although i do get the "beep" when i click outside the defined zone). As a sidenote: I have only one monitor, and i tried running the script with administ...
by didimaox
19 Feb 2022, 09:49
Forum: Gaming Help (v1)
Topic: Enable right click only in the center of the screen
Replies: 9
Views: 1102

Re: Enable right click only in the center of the screen

Hello and thanks for the quick answer as usual.

Regarding the tooltip, i noticed that the script doesn't work anymore when i remove this line : ToolTip, % dist := dist(x, y, cx, cy)

As for what i meant by desktop, the script basically makes me quit the game's screen. Is that any clearer?

Go to advanced search