Search found 5737 matches
- Today, 13:40
- Forum: Ask For Help
- Topic: Send Control Keys to an App Even if it is not Active
- Replies: 1
- Views: 39
Re: Send Control Keys to an App Even if it is not Active
By default, the string Teams.exe could only work, if it was (the beginning) part of the wintitle (which it probably isn't) - so it rather should be ahk_exe Teams.exe . If that doesn't work, try to run the script as admin. But there is no guarantee that Teams accepts input from ControlSend ... PS: in...
- Today, 13:14
- Forum: Ask For Help
- Topic: Special characters to wrap in {} Topic is solved
- Replies: 4
- Views: 88
Re: Special characters to wrap in {} Topic is solved
Not sure, if necessary, but If it doesn't work - just try to add {text} mode to send:
Code: Select all
send {text}%pass%
- Yesterday, 19:41
- Forum: Gaming
- Topic: I need help making my bot.
- Replies: 1
- Views: 49
Re: I need help making my bot.
You are searching for a color's coordinates, but then you are not doing anything with them... you are not even checking if anything gets found. You are just sending the same characters over and over, no matter what. This is (almost) equivalent to your current script (well the pixelsearches in-betwee...
- Yesterday, 17:22
- Forum: Bug Reports
- Topic: Odd Behavior with Block Comments?
- Replies: 4
- Views: 132
Re: Odd Behavior with Block Comments?
I am running the same version - interestingly, */ msgbox % A_AHKversion seems to only throw an error when it's on the very first physical line of a script, and "works" if it's on any later line (even if all lines above it are empty): ; first line */ msgbox % A_AHKversion only the AHK parser knows wh...
- Yesterday, 15:50
- Forum: Scripts and Functions
- Topic: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
- Replies: 115
- Views: 29439
Re: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
Hello, Can you help me with the installation of the components needed for this to work? From the initial post the "Microsoft Speech Platform Runtime" is no longer available. I use Windows 10 - 64 bit, Ahk 64 bit. Thank you. IHuh, it seems Microsoft updated that component this month, on Feb 10 - and...
- Yesterday, 15:07
- Forum: Forum Issues
- Topic: Can't mark post as solution with Digi theme Topic is solved
- Replies: 3
- Views: 72
Re: Can't mark post as solution with Digi theme Topic is solved
It's not lacking it afaik - it's just not available in each subforum (at least not for regular users). At which subforum are you looking? For example, in Bug Reports it's reserved for staff, I think (and in practice is almost exclusively used by lexikos to mark the topics he has finished). Forum Iss...
- Yesterday, 15:01
- Forum: Ask For Help
- Topic: Associative array for list of inputbox questions Topic is solved
- Replies: 20
- Views: 288
Re: Associative array for list of inputbox questions Topic is solved
Sounds cool!
I also did some kind of career counseling in the past - but more for high school students.
But I could imagine that at such a college there is actually someone assigned for questions like this - so you might want to find out which standards you'll have to follow.

I also did some kind of career counseling in the past - but more for high school students.
But I could imagine that at such a college there is actually someone assigned for questions like this - so you might want to find out which standards you'll have to follow.
- Yesterday, 14:53
- Forum: Ask For Help
- Topic: compilation not detect spanish characters Topic is solved
- Replies: 9
- Views: 134
Re: compilation not detect spanish characters Topic is solved
use the ahx2exe GUI so that you have a choice (afaik, the context menu uses the last one used).
- Yesterday, 14:40
- Forum: Ask For Help
- Topic: Associative array for list of inputbox questions Topic is solved
- Replies: 20
- Views: 288
Re: Associative array for list of inputbox questions Topic is solved
there could be a executable AHK app Perhaps - but since AHK regularly triggers false positives of antivirus software, you will probably have to prepare for a lot of concerns (especially if we are talking about a 1000 students with at least dozens of different AV softwares/versions). Probably an onl...
- Yesterday, 14:27
- Forum: Ask For Help
- Topic: Associative array for list of inputbox questions Topic is solved
- Replies: 20
- Views: 288
Re: Associative array for list of inputbox questions Topic is solved
The schools I know have clear rules how to store student data (not that they are always followed) - that said, here in the EU the rules might be stricter. Here, there is usually someone responsible for these questions who can tell you what you can do - and how you are allowed to store data. That usu...
- Yesterday, 14:11
- Forum: Ask For Help
- Topic: Associative array for list of inputbox questions Topic is solved
- Replies: 20
- Views: 288
Re: Associative array for list of inputbox questions Topic is solved
Are you sure you want to store all this student data in plain text ?
- Yesterday, 13:29
- Forum: Ask For Help
- Topic: Special characters to wrap in {} Topic is solved
- Replies: 4
- Views: 88
Re: Special characters to wrap in {} Topic is solved
In RDP, you might have to add {text} mode.
- Yesterday, 13:23
- Forum: Ask For Help
- Topic: Sending a https request in ahk
- Replies: 2
- Views: 99
Re: Sending a https request in ahk
It seems, in python, you are doing a POST request, in AHK a GET request.
Edit: At least, before you edited it.
Edit: At least, before you edited it.
- Yesterday, 12:11
- Forum: Gaming
- Topic: How to automatically starting a script when starting a game?
- Replies: 5
- Views: 71
Re: How to automatically starting a script when starting a game?
Start it manually, it can close automatically.
- Yesterday, 12:07
- Forum: Gaming
- Topic: How to automatically starting a script when starting a game?
- Replies: 5
- Views: 71
Re: How to automatically starting a script when starting a game?
If they detect any AHK scripts, then it's not a good idea to run any AHK scripts - even if they just manage (start/stop) your actual cheat scripts.
You could have a script that closes automatically when a game exits, but you will have to start it manually.
You could have a script that closes automatically when a game exits, but you will have to start it manually.
- Yesterday, 10:04
- Forum: Bug Reports
- Topic: Odd Behavior with Block Comments?
- Replies: 4
- Views: 132
Re: Odd Behavior with Block Comments?
It seems to be a general behaviour, not just after block comments. I think, the AHK parser simply completely ignores each */ at a beginning of a line - with the only exception that it might close an already open block comment. This line alone */ msgbox hi returns a msgbox saying hi . */ msgbox hi /*...
- 27 Feb 2021, 13:19
- Forum: Ask For Help
- Topic: Preventing an #Include from executing if it is in an If statement Topic is solved
- Replies: 2
- Views: 96
Re: Preventing an #clude from executing if it is in an If statement Topic is solved
No, a directive like #include cannot be used this way with if. It will execute anyway, and is processed before the script begins. In probably rare cases, if your script should run even if the include-file is not available - and its contents are not essential for the main script's operation - you can...
- 27 Feb 2021, 07:42
- Forum: Gaming
- Topic: Help! Recoil Reducer Script
- Replies: 2
- Views: 63
Re: Help! Recoil Reducer Script
This (rather trivial) code has already been posted on our archived forums in 2015 and later on the new forums, and seems to originate from a cheat forum in 2014 - I think that ship has sailed.
- 27 Feb 2021, 07:11
- Forum: Forum Issues
- Topic: Spam on the Forum
- Replies: 1
- Views: 130
Re: Spam on the Forum
As the posts of all new users are supposed to be moderated I think this is a misunderstanding. Not all posts of new users need approval, or are supposed to be moderated. Afaik, we have a set of rules, set up by tank, that decide which posts go in the approval queue. Luckily, many (rightfully) don't...
- 27 Feb 2021, 06:48
- Forum: Ask For Help
- Topic: loop if on a specific app [ahk]
- Replies: 1
- Views: 38
Re: loop if on a specific app [ahk]
Looks like you are spamming in a chat... 
