Search found 14 matches

by daffy82
08 Aug 2018, 02:01
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 985241

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

This tool is amazing. But im having trouble with imagesearch on my 3rd monitor. Funny thing is it worked but all of a sudden it did'nt. Is there any specific option to use with multimonitor setups? https://duckduckgo.com/?q=ahk+imagesearch+multi+monitor&t=ffab&ia=web Yeah... thanks for that. But my...
by daffy82
07 Aug 2018, 08:57
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 985241

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

This tool is amazing. But im having trouble with imagesearch on my 3rd monitor. Funny thing is it worked but all of a sudden it did'nt. Is there any specific option to use with multimonitor setups?
by daffy82
25 Jun 2018, 01:56
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 110899

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Hm interesting, well you could try a few things like adding "stay" so it doesn’t move away, or "n2" for doing a double click. But maybe the way you were originally doing it is more reliable. If it is clicking in the right spot and the window isn’t responding correctly that’s probably not the best w...
by daffy82
22 Jun 2018, 06:06
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 110899

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Thanks for the helpful gifs! So I'm still not completely sure why it wouldn't work but my suggestion would be that for the ribbon one, I generally use the alt keys for those. For instance, in Microsoft Word, if I want to access the ribbon I just press Alt and the accelerator keys show up in little ...
by daffy82
21 Jun 2018, 00:38
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 110899

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Hi daffy82 , sorry but I can't tell you based on what you've posted. Nothing in that code would prevent it from working correctly. A few comments I could give you: k{click} [/color] and Center1 [/color] are not needed. The default behavior is to click at the center of the image. Try using the dx [/...
by daffy82
15 Jun 2018, 01:09
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 110899

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Question: Why does my script only find the very first image? It does not click on 2nd or 3rd img: #Include C:\Scripts\AHK\berbar_image_search.ahk !t:: FindClick() !k:: FindClick("ribbon", "k{Click}") sleep 2000 FindClick("2archive", "Center1 k{Click}") sleep 2000 FindClick("NewFile", "x300 k{Click}"...
by daffy82
14 Jun 2018, 07:21
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 110899

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Is it possible to find an image on screen and the click on that image but in the far right side of the picture? (I want the script to click the little arrow: https://i.imgur.com/duhGhZC.png to activate the dropdownmenu

Found the solution (offset)
by daffy82
04 Aug 2016, 08:46
Forum: Gaming Help (v1)
Topic: Keypress when image is found
Replies: 4
Views: 2807

Re: Keypress when image is found

Hey Try this, Press X to search for the images also make sure that the mages are in the same place/folder as the script or chnage the path to the pictures. like this: ImageSearch, FoundX, FoundY, 0, 0, A_ScreenWidth, A_ScreenHeight, "C:/games/67.png" IF NOT A_IsAdmin { Run *RunAs "%A_ScriptFullPath...
by daffy82
04 Aug 2016, 00:25
Forum: Gaming Help (v1)
Topic: Keypress when image is found
Replies: 4
Views: 2807

Keypress when image is found

Im trying to make a script that will press '5' when image is found on a specific location on the screen. Actually I am thinking of making 30 images for the script to look for. When my health is on 30 or below the script should press '5' The pictures would look like this; http://imgur.com/a/AnNUJ (th...
by daffy82
03 Aug 2016, 23:59
Forum: Ask for Help (v1)
Topic: Keypress when pixel color turns red
Replies: 8
Views: 2157

Re: Keypress when pixel color turns red

...guess you need it for something like monitoring a health bar and use a health potion by pressing "5"? Yes - exactly. Thanks. I just realized that when I get hit ingame the numbers turns red in a fraction of a secound. I thought that the numbers were only red when health was at 20 or under... So ...
by daffy82
03 Aug 2016, 07:45
Forum: Ask for Help (v1)
Topic: Keypress when pixel color turns red
Replies: 8
Views: 2157

Re: Keypress when pixel color turns red

No, "0x" indicates that it is a number in hexadecimal format. Yes, "FF0000" is the color in BGR format, this one being pure blue. It doesn't just run for 5 seconds. It runs indefinitely, checking the pixel every 5 seconds, which you can change. Ok thanks for explaining. I guess I would set it to '5...
by daffy82
03 Aug 2016, 03:45
Forum: Ask for Help (v1)
Topic: Keypress when pixel color turns red
Replies: 8
Views: 2157

Re: Keypress when pixel color turns red

Blackholyman - Thanks. I will test this later. Can I ask: This line: (colorVar = "0x" . "FF0000") "0x" is how 'sensitive' AHK is about the colors? Shades of color? and "FF0000" is the color itself, right? Also this line: SetTimer, Monitor, 5000 ; 5 seconds Why 5 secs? Can the script run continuously...
by daffy82
03 Aug 2016, 00:45
Forum: Ask for Help (v1)
Topic: Keypress when pixel color turns red
Replies: 8
Views: 2157

Keypress when pixel color turns red

Hi.

Im looking for a script that will monitor one pixel and if that pixel chages color it should press "5"

Is it possible to have it run infinitely - until I stop the script?

Go to advanced search