Search found 7 matches

by Nabueee58PT
24 Feb 2024, 19:13
Forum: Gaming
Topic: Get a code
Replies: 1
Views: 288

Get a code

Hello, I want to take an image of an "object" of an application to have the code, how can I do it? After that, I want to click it automatically with a key for example F12. It is an object that moves, more specifically, a soccer ball in a game. image.png [Mod action: Moved topic from “Scripts and Fun...
by Nabueee58PT
06 Aug 2023, 10:03
Forum: Gaming
Topic: Help script Double Click V2
Replies: 1
Views: 330

Help script Double Click V2

hello. I need help with this script that I have made. Its function is to double click with the shortest possible delay, I have done the test and I have between 0.5 and 1.12 ms of delay. The question is, can this code be further improved to make it work more optimized? If so, could someone help me im...
by Nabueee58PT
22 Jun 2023, 08:23
Forum: Ask for Help (v2)
Topic: Help script v2
Replies: 3
Views: 343

Re: Help script v2

mikeyww wrote:
21 Jun 2023, 23:16
1. What is supposed to happen when you press F12?
2. Why do you need the directive?
3. Why is the hotkey above the directive?
With the F12 key I activate and deactivate the script for that, the script works perfectly in v1 but I want to pass it to v2
by Nabueee58PT
21 Jun 2023, 22:43
Forum: Ask for Help (v2)
Topic: Help script v2
Replies: 3
Views: 343

Help script v2

Hello, I want to pass this code that is from the old version of autohotkey to the new version. Could you tell me how the code would look for version v2? The code is to have double click without possible delay and the left click goes to the right, it works correctly but I want to upgrade to v2 and I ...
by Nabueee58PT
21 Jun 2023, 12:29
Forum: Gaming
Topic: script help
Replies: 1
Views: 315

script help

Hello, I want to pass this code that is from the old version of autohotkey to the new version. Could you tell me how the code would look for version v2? The code is to have double click without possible delay and the left click goes to the right, it works correctly but I want to upgrade to v2 and I ...
by Nabueee58PT
19 Jun 2023, 12:01
Forum: Ask for Help (v1)
Topic: click delay
Replies: 3
Views: 257

Re: click delay

mikeyww wrote:
19 Jun 2023, 11:58
Welcome to this AutoHotkey forum!

SetMouseDelay

Code: Select all

LBUTTON::
Click, 1
SetMouseDelay -1
return

Rbutton::LBUTTON
[Mod edit: [code][/code] tags added.]

This is correct?
by Nabueee58PT
19 Jun 2023, 11:21
Forum: Ask for Help (v1)
Topic: click delay
Replies: 3
Views: 257

click delay

Hello it is to know if you know how to change the delay of the left mouse click, because when we click we made a delay according to our response times and it is to know how to change it? Or if you can't have a left click as fast as you can

Thank you

Go to advanced search