Search found 6 matches

by Danniique
28 Sep 2018, 21:54
Forum: Ask for Help (v1)
Topic: Strange WinActive detection bug out of nowhere
Replies: 1
Views: 416

Strange WinActive detection bug out of nowhere

I've had this AHK script working perfectly fine for League of Legends for quite some time now and all of a sudden it's producing a strange bug and I can't figure out what's causing it. The problem is that my script is having a detection issue for the game window, where previously it didn't. Here are...
by Danniique
20 May 2018, 01:08
Forum: Ask for Help (v1)
Topic: Intercepting mouse cicks Topic is solved
Replies: 4
Views: 1029

Re: Intercepting mouse cicks Topic is solved

The first thing that can be a big factor is whether you're running the game fullscreen or (fullscreen) windowed. If it's fullscreen, the game cursor location likely doesn't match your MouseGetPos output, if it's windowed, it may. Secondly, I'd advise against the loop doing the checking and setting ...
by Danniique
13 Feb 2018, 11:31
Forum: Ask for Help (v1)
Topic: syntax with referenced variables Topic is solved
Replies: 2
Views: 968

Re: syntax with referenced variables Topic is solved

try this Vu:="{Volume_Up}" send % Vu Thank you Blackholyman! So, the problem as you have no doubt seen was my use of the = equals operator instead of the := assign operator. I must say though, I'm a bit confused though as to why assign work and equals doesn't. As your other two examples show, when ...
by Danniique
13 Feb 2018, 06:43
Forum: Ask for Help (v1)
Topic: Intercepting mouse cicks Topic is solved
Replies: 4
Views: 1029

Re: Intercepting mouse cicks Topic is solved

Thanks for the advice Nex I'll give these a look when I get a chance. I've actually temporarily uninstalled League while I have other more important things that I need to focus on.

I honestly don't lack impulse control. That's just a rumour.
by Danniique
13 Feb 2018, 06:34
Forum: Ask for Help (v1)
Topic: syntax with referenced variables Topic is solved
Replies: 2
Views: 968

syntax with referenced variables Topic is solved

I've been trying to adopt this line of code I found elsewhere on the AHK forums: Send % m ?"{Volume_Up}":"{Volume_Down}" Into something along the lines of: send % "{Volume_Up}" which works fine, but using a referenced variable, like: Vu={Volume_Up} send % "%Vu%" but this just sends the raw text %Vu%...
by Danniique
11 Feb 2018, 05:09
Forum: Ask for Help (v1)
Topic: Intercepting mouse cicks Topic is solved
Replies: 4
Views: 1029

Intercepting mouse cicks Topic is solved

Hi there :) I appreciate any help given on helping me figure this one out as I'm rather stumped. I'm having difficulties getting a script to intercept a mouse click so that I can choose to either accept, deny or modify it based on the location of the cursor on the screen (if it is over the minimap i...

Go to advanced search