noamineo
Completionist (i.t.p.)
     Offline
 All men fear time, but time fears the pyramids
Posts: 9188
Location: Titan
Joined: Jul 2 nd, 2014
|
Re: Autokey Scripts
Reply #19 - Jul 14th, 2014 at 12:07am
|
Print Post
|
When I first got into AHK, I wanted to do one simple thing: create a single-button macro to type a cheat code into a video game.
In this case it was slightly complex; to input the code you first had to send and "enter" command to open the console, then the code itself was +atm(bonus points to whoever recongizes what game that code is from).
Anyway. Because AHK uses + signs as part of its scripting language, the exact method was not immediately obvious, it wasn't covered in the documentation, and no, there was not a previous thread where someone had explained how to send a + sign.
Now, I didn't need to learn the whole language, this was the only use I had for AHK at that point. I just needed about a 4-line script that had one slightly a-typical thing. Slightly more complicated than "Hello World", dramatically less complicated than reading things from RAM.
So, of course, I asked politely on the forums. The answer I got was pretty effectively "If you aren't willing to MASTER THE SHIT out of the scripting language BEFORE you post here then JUST GO FUCK YOURSELF, N000B!".
I literally got a warmer welcome when I introduced myself here on the Vault, and I did NOT get a warm welcome here on the Vault.
So, ya know, remember that the next time you suggest to people they go ask on AHK's forum. Oh, I had a pretty much identical experience on the Arduino forums, just FYI. In both cases people actually spent more time and energy telling me to go fuck myself than it would have taken to answer my polite and simple question.
|