Search found 71 matches

by alvitawa
06 Feb 2015, 09:37
Forum: Ask for Help (v1)
Topic: WoW Hunter disengage
Replies: 3
Views: 2990

Re: WoW Hunter disengage

tenderizer wrote:Hi, thank you so much for your help!

The thing is, to make this efficient the character has to turn 180° as fast as possible.
As I said make a script hold down the "turn" key, it will only be able to make you turn as fast as you could by hand.
by alvitawa
31 Jan 2015, 07:38
Forum: Ask for Help (v1)
Topic: WoW Hunter disengage
Replies: 3
Views: 2990

Re: WoW Hunter disengage

I'm not very adept at world of warcraft, but here's a few tips: 1. I guess you can turn arout using the D or A key, by pressing it long enoough: Loop 20 { Send {Tab down} ; Auto-repeat consists of consecutive down-events (with no up-events). Sleep 30 ; The number of milliseconds between keystrokes (...
by alvitawa
31 Jan 2015, 05:53
Forum: Ask for Help (v1)
Topic: Toggle button.
Replies: 5
Views: 4730

Re: Toggle button.

What do you mean with toggling the 1 button? You want it to execute some code every 2 times you press 1?
by alvitawa
08 Jan 2015, 08:38
Forum: Scripts and Functions (v1)
Topic: Alternative compiling function COMPLETE CODE OBFUSCATION!
Replies: 29
Views: 16627

Re: Alternative compiling function COMPLETE CODE OBFUSCATION

Sergo_bro wrote:Can discard file .ahk?
I think so. Just try :D
by alvitawa
08 Jan 2015, 08:37
Forum: Scripts and Functions (v1)
Topic: Alternative compiling function COMPLETE CODE OBFUSCATION!
Replies: 29
Views: 16627

Re: Alternative compiling function COMPLETE CODE OBFUSCATION

I did try it and had no trouble with it. It's impossible to me! Could you explain to me how have you used it? Thanks in advance! I downloaded it(a while ago) and installed it with the installer. But if that doesn't work and you just want a way to do this "obfuscation"(compression actually) you can ...
by alvitawa
17 Nov 2014, 09:47
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617755

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I was just wondering, is it possible to use this Scite with AutoHotkey_H?
by alvitawa
26 Jun 2014, 03:36
Forum: Ask for Help (v1)
Topic: Exclude region from Gdip_ImageSearch
Replies: 4
Views: 2739

Re: Exclude region from Gdip_ImageSearch

I would think that, much like the ImageSearch command, speed will be more dependent on the size of the image and the area searched, rather than the number of times the command is called. But, you could try it and report back your results. Search a large area, and search the same area with 4 separat...
by alvitawa
25 Jun 2014, 12:25
Forum: Ask for Help (v1)
Topic: Help translating some .NET code to ahk
Replies: 2
Views: 2416

Re: Help translating some .NET code to ahk

The sample uses multi-threading, which is something AutoHotkey doesn't support. Rather than using a .NET based library from AutoHotkey, you're better off just using .NET, even if you need to learn a bit of C#. Using .NET libraries from AutoHotkey (without writing parts in C#/VB) can be painful or n...
by alvitawa
24 Jun 2014, 06:29
Forum: Ask for Help (v1)
Topic: Help translating some .NET code to ahk
Replies: 2
Views: 2416

Help translating some .NET code to ahk

So basicaly I want to create the fiddler proxy and intercept some swf files with ahk. This is the sample code of FiddlerCore: /* * This demo program shows how to use the FiddlerCore library. * * Before compiling, ensure that the project's REFERENCES list points to the * copy of FiddlerCore.dll inclu...
by alvitawa
18 Jun 2014, 01:36
Forum: Ask for Help (v1)
Topic: ControlMouseMove?
Replies: 8
Views: 3864

Re: ControlMouseMove?

Commands that start with "control..." are for working with specific windows (that may/may not be active) If the window you are concerned with is active then the command mousemove, mouseclick, etc are more appropriate. Do you just want to make the button image return to normal? Please start over and...
by alvitawa
13 Jun 2014, 10:35
Forum: Ask for Help (v1)
Topic: Exclude region from Gdip_ImageSearch
Replies: 4
Views: 2739

Re: Exclude region from Gdip_ImageSearch

Rseding91 wrote:There's no built-in way to do what you want. You'll have to do 4 different image searches to exclude a region in the center of the search area.
Would that be very slow? Or it doesn't differ much?
by alvitawa
13 Jun 2014, 10:34
Forum: Ask for Help (v1)
Topic: ControlMouseMove?
Replies: 8
Views: 3864

Re: ControlMouseMove?

If you are asking for the currently active window, please consider looking at the list of commands. http://ahkscript.org/docs/commands/index.htm OTOH, if the window you want isn't active, what is the point? Well when the mouse stays above a button(or the window thinks so) the images change, so I wa...
by alvitawa
10 Jun 2014, 09:50
Forum: Ask for Help (v1)
Topic: ControlMouseMove?
Replies: 8
Views: 3864

ControlMouseMove?

Is there any command(or way) to simulate a mousemove in a window?(Like ControlClick but without clicking)
by alvitawa
06 Jun 2014, 14:22
Forum: Ask for Help (v1)
Topic: Exclude region from Gdip_ImageSearch
Replies: 4
Views: 2739

Exclude region from Gdip_ImageSearch

I would like to exclude a region from a imagesearch, for example if there is a 500x500 area, I want it to not search inside x100 y100 x150 y150. I know I could split the search(do 4 searches around the not-to search square) but I think that would be quite slow. I use gdip_all: ; Gdip standard librar...
by alvitawa
06 Jun 2014, 00:56
Forum: Ask for Help (v1)
Topic: Get window title/hwnd from process name?
Replies: 3
Views: 6218

Get window title/hwnd from process name?

How can I do it?
by alvitawa
28 May 2014, 14:50
Forum: Ask for Help (v1)
Topic: GuiControl not working
Replies: 2
Views: 1893

Re: GuiControl not working

garry wrote:;- missing 2:
GuiControl,2: Show, FleeC
;---- etc
;- and
2Guiclose:
exitapp
Thank you! :D That was it, but why did it work when clicking on the things without having the :2 ?
by alvitawa
28 May 2014, 13:31
Forum: Ask for Help (v1)
Topic: GuiControl not working
Replies: 2
Views: 1893

GuiControl not working

So basicaly I want this to simulate a click on the radio "Box Collector" when showing up. But it doesn't work :(. Clicking manualy on these button does work but the GuiControl's don't work when I just go to the gLabel. I want this to be done while the window is hidden, but I have put there Gui, 2: S...
by alvitawa
25 May 2014, 12:36
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617755

Re: SciTE4AutoHotkey v3.0.05.01 [Updated April 5 2014]

Is there a way to change the path to AutoHotkey.exe? Because I use Ahk_H at the moment and I don't want to install it as the default AHK.

Go to advanced search