Ask for Help (v1) • I have a script but I want to add ability to pause it and...
here is my scriptCODE: br := 255 ; brightness, in the range of 0 - 255, where 128 is normalsleep, 2000 ; Start sleep 2sVarSetCapacity(gr, 5123)Loop {Loop, 256{ If...
View ArticleAsk for Help (v1) • Re: I have a script but I want to add ability to pause it...
Did you try adding the following line to the bottom of your script?CODE: Esc::PauseStatistics: Posted by boiler — Today, 06:05
View ArticleAsk for Help (v1) • Re: Difference between KeyOpt(keys, "S") and...
I would like to know what is the exact meaning of the "V" optionV: Sets VisibleText and VisibleNonText to 1 (true). Normally, the user's input is blocked (hidden from the system). Use this option to...
View ArticleAsk for Help (v1) • Re: Assign values to terms found in variable
If the change did not work, then you were not running the script that I posted (or might have an old AHK version). Nonetheless, good that you found a solution!Statistics: Posted by mikeyww — Today,...
View ArticleGaming Help (v1) • Re: AHK autoclick with Geforce NOW in second window
Left mouse click every 300 milisecond in the webbased window off Geforce NOW that runs in the background on the main screen.It needs to click in the background without disturbing the normal function...
View ArticleAsk for Help (v2) • Re: Script stopping randomly
Your script does not seem to incorporate or apply swagfag's suggestions.Statistics: Posted by mikeyww — Today, 06:51
View ArticleGaming Help (v1) • Re: Combo script cancel
I'd say that there are two main options.1. Issue a Reload command when you wish.2. Use a variable to indicate when a subroutine should end. Within the subroutine, check the variable when you wish, and...
View ArticleScripts and Functions (v1) • Re: A helpful editing tool.
Have you ever been in the middle of working on something have to leave and then find where you were? Me too.... So I have added Profiles. This new feature will allow you to add the current window and...
View ArticleAsk for Help (v1) • Re: How to calculate Week number with week starting Sunday?
1. What is the output of your script?2. What output did you expect to see?Thank you so much mikeyww.Below is my code:CODE: q:: ;list dates with week numbers and weekdaysvDate := 20210101vOutput :=...
View ArticleScripts and Functions (v2) • Re: CreateImageButton() - 2023-07-10
I made one dark button ChatGpt coloring over the sashaatx examples. It's not an important job, but maybe I'm sharing it to make someone's job easier.IBStyles["dark"] := [[0xFF1C1C1C, 0xFF1A1A1A,...
View ArticleGaming • Re: Call a weaponswap toggle once
So I changed it (at the bottom) so it should be easy to add the hotkey under the section where you want your weapon0 and weapon1 keys to go. Obviously change the hotkeys/swap the 0 and 1 if they are...
View ArticleAsk for Help (v2) • Re: AutoHotKey64 syntax conflict with Ahk2Exe compiler
@ZB36 — Please pay attention to where your thread was moved to, and please don’t put empty codebox tags in your posts. Thank you.Statistics: Posted by boiler — Today, 06:20
View ArticleAsk for Help (v2) • Re: Why does one display 1 and the other display...
If you define a function inside a class, the function definition is automatically modified to have this as its first parameter.If you define a function outside of a class, and then assign it to an...
View ArticleGaming • Re: Running multiple progress bars simultaneously
This seemed to work for me:CODE: MyGui := Gui()MyGui.ShowMyGui.BackColor := "EEAA99"WinSetTransColor("EEAA99", MyGui)MyGui.Opt("-Caption +AlwaysOnTop")MyGui.Move(446, 782, 900, 900)Skill :=...
View ArticleПомощь • Скрипт не всегда срабатывает
Здравствуйте. Есть скрипт Autohotkey. Его задача - отслеживать, когда в определенном окне появляется и пропадает кнопка. Если кнопка в отслеживаемом окне исчезла - через 5 секунд он должен показывать...
View ArticleAsk for Help (v1) • FileGetTime returns nothing
This part of my code is not returning a meaningful value, just blank. Anyone know what I'm doing wrong? I want to find the most recently modified file and write the name of the subfolder & file...
View ArticleAsk for Help (v1) • Re: active loop counter
I do not know what your script actually does. My script provides a demonstration of how to increment a counter according to a condition. You can change that condition to indicate success or failure of...
View ArticleAsk for Help (v1) • Re: FileGetTime returns nothing
Hallo,try instead of:CODE: FileGetTime, FileTime, A_LoopFileFullPath, MCODE: FileGetTime, FileTime,, MStatistics: Posted by Rohwedder — Today, 07:44
View ArticleПомощь • Re: Скрипт не всегда срабатывает
CODE: #Requires Autohotkey v1.1#SingleInstance, force#NoEnvProgramName:= "Program1"TitleName:= "Диалоговая форма"TitleClass:= "ahk_class WindowsForms10.Window.8.app.0.329445b_r8_ad1"WindowTitle:=...
View ArticleAsk for Help (v2) • Re: change which script gets reload precedence ?
@niCode @Seven0528Sorry to be that guy,but how do I then use this in an if ProcessExist() way?Statistics: Posted by robinson — 30 minutes ago
View Article