Gaming Help (v1) • Mouse Movement in Game [FPS] to Target Coordinates - Help
Hello all, I am appealing the good folks on this forum for help.I am hoping someone could assist me in the final part of my script. The script is meant for FPS games. The script reads object...
View ArticleAsk for Help (v2) • Can I use both v1 and v2 without installing either?
OK ... I have finally gotten up the nerve to try to upgrade my scripts to v2. I see that you can install both versions with few problems, but what if you don't want to install either? I use AHK on my...
View ArticlePedir Ayuda • Re: Mover la ventana a la mitad izquierda y otras pantallas
Hola: No soy usuario de chrome, pero entiendo que es innecesario maximizar la pantalla. Suponiendo que se abre chrome desde el escritorio, se puede operar directamente así:CODE: RunWait chrome.exesend...
View ArticleAsk for Help (v2) • Re: Program still running in Task manager when close It...
@mikeywwIt works, ThanksStatistics: Posted by yfjuu6 — Today, 16:22
View ArticleAsk for Help (v2) • Re: why v2 script trigger popup menu in onenote?
Thanks for your getaround method. ~LWin::Send '{Blind}{vkE8}' blocks the function of the win key, which is definitely not what I need as sometimes I still need it to call for the start menu. I can...
View ArticleBug Reports • Re: SetTitleMatchMode Regex + i) option failing
Both v1 and v2 display no match for me when I place the option at the beginning of string. But the following works for me in both versions... "ahk_class (?i)AutoHotkey.*"v1.1.37.01v2.0.11Statistics:...
View ArticleAsk for Help (v1) • Adding new lines to Hotstrings
Hello. I would like to create a hot string that will automatically type short sentences with each sentence starting on a new line. For instance:The quick brown fox.Jumped over the lazy dog.In creating...
View ArticleAsk for Help (v2) • Re: Weird problem with getElementsByClassName
@teadrinker, @boiler, thank you for taking a look! - Yes, the MsgBox show for all 50 loop iterations, and it's showing expected data. - I've modified the loop so it's one less than the array length,...
View ArticleAsk for Help (v2) • Re: Can I use both v1 and v2 without installing either?
I was going to suggest a launcher that can detect whether the script code is v1 or v2, and run the appropriate version automatically. I wrote the suggestion below, but then decided to test to see if...
View ArticleAsk for Help (v1) • Combining long press and double tapping scripts
Hi all,The following two scripts work well separately but not together. Any chance of combining it so that one script can send short press/single tap, long press, double tap and triple press?Thank you...
View ArticleAsk for Help (v1) • Re: Combining long press and double tapping scripts
Try Morse: viewtopic.php?f=76&t=127450&p=563668&hilit=morse#p563668V2 exampleCODE: <^Numpad0::sendtext((x:=Morse())="0"?"single":x="00"?"double":x="1"?"long":"")Morse(to := 250){while...
View ArticleAsk for Help (v1) • Re: Find color closest to cursor and click
Now I am satisfied Statistics: Posted by Chunjee — 26 minutes ago
View ArticleAsk for Help (v2) • Get list of all positions with a given color for later...
even tho im not that new to ahk im stumpted at how to do this . i want to search for every time a color appears onscreen (add x and y to array maybe ? never tried arrays before) and then pick randomly...
View ArticleAsk for Help (v2) • Re: 3-dimensional array and 4-dimensional array
That codes converts map to multidimensional map. The old code is too complicated. There's an easier way to convert it using Map.Prototype := MultiDimMap.Prototype.And if I need to use map to declare...
View ArticleGaming Help (v1) • Re: How to check to see if I am holding down the right...
CODE: #Requires AutoHotkey v1.1.33.11RButton::KeyWait RButton, T3Switch ErrorLevel GetKeyState("RButton") { Case 0: Click R Case 10: Click R D Default: Click R U}SoundBeep 1000 + 500 *...
View ArticleAsk for Help (v2) • Re: Get list of all positions with a given color for...
It might help you to use this function that searches for all instances of an image as a basis for doing the same for all instances of pixels of a certain color. Once you get the array of locations...
View ArticleScripts and Functions (v2) • Open any Linux WSL Distro to the active...
This script will do the following:If a hotkey is activated on an active explorer.exe window it will open the Linux version the hotkey corresponds to in the Windows Terminal to the path in the active...
View ArticleGaming • Game Randomly Receives Non-Existent Inputs
I am observing something completely bizarre. The game, Armored Core 2 on PCSX2, is receiving inputs that do not exist in my script, according to a keyboard event viewer. The attached file only shows...
View ArticleAsk for Help (v2) • Re: Need help with Multi-Staged shortucts!
Thank you so much mikeyww, I knew the braces do not serve a valid purpose within the code, but didn't knew they could introduce bugs. I use them to segment the codes and use collapse option in the...
View ArticleAsk for Help (v1) • Get the monitor number that the mouse is in?
For some time now, I have been using the function, GetMonitorIndexFromWindow() by shinywong, to get the monitor number, the window is inside of, its very reliable.CODE:...
View Article