Search found 60 matches

by bushez
10 Jul 2016, 03:24
Forum: Ask for Help (v1)
Topic: Pixel script help
Replies: 1
Views: 728

Pixel script help

so what i want to do is when he found the pixel , then the script need to wait until he dosent find the pixel and continue with the script (when he dosent find the pixel Send space) this is my script for now its works but not so good if someone can fix it for me to be more organized and to make the ...
by bushez
08 Jul 2016, 12:47
Forum: Ask for Help (v1)
Topic: Pixel script help
Replies: 7
Views: 1556

Re: Pixel script help

like this untested Loop { CoordMode, Pixel, Screen PixelSearch, FoundX, FoundY, 1002, 519, 1053, 687, 0xFFFFFF, 0, Fast RGB ;look for your color if ErrorLevel= 1 ;if color is not found continue ;start THIS loop again If ErrorLevel = 0 ;if color is found { ;do this Loop ;A NEW LOOP { CoordMode, Pixe...
by bushez
08 Jul 2016, 00:49
Forum: Ask for Help (v1)
Topic: Pixel script help
Replies: 7
Views: 1556

Re: Pixel script help

Xtra wrote:Use

Code: Select all

break
so the inner loop isn't infinite.
you can show me in the script please ?
by bushez
07 Jul 2016, 11:28
Forum: Ask for Help (v1)
Topic: Pixel script help
Replies: 7
Views: 1556

Re: Pixel script help

so i just need to add another loop and it will work ?
by bushez
07 Jul 2016, 02:53
Forum: Ask for Help (v1)
Topic: Pixel script help
Replies: 7
Views: 1556

Pixel script help

so what i want to do is when he found the pixel , then the script need to wait until he dosent find the pixel and continue with the script this is my script for now if you can tell me how to do this it will be great Loop { CoordMode, Pixel, Screen PixelSearch, FoundX, FoundY, 1002, 519, 1053, 687, 0...
by bushez
05 Jul 2016, 16:42
Forum: Ask for Help (v1)
Topic: region circle can be done ??
Replies: 7
Views: 3529

Re: region circle can be done ??

That is a lot easier. Just break up your pixel search into 4 rectangles. (1) The long rectangle that spans the whole width of the outer square and stops when it reaches the top of the inner square. (2) The small rectangle to the left of the inner square. (3) The small rectangle to the right of the ...
by bushez
05 Jul 2016, 16:37
Forum: Gaming Help (v1)
Topic: Dead by Daylight Script
Replies: 6
Views: 13359

Re: Dead by Daylight Script

no its the same white from the game 100%
by bushez
05 Jul 2016, 06:12
Forum: Gaming Help (v1)
Topic: Dead by Daylight Script
Replies: 6
Views: 13359

Re: Dead by Daylight Script

I already tried the divide area search for 4 but its not working very well because my script work like that : if not found White in this area Click Space but when i start the script it always serach the first part of the 4 and when he dont find white it just click space without to check the other 3 ...
by bushez
05 Jul 2016, 04:36
Forum: Ask for Help (v1)
Topic: region circle can be done ??
Replies: 7
Views: 3529

Re: region circle can be done ??

The way you wrote that, I can't tell if it's a question or a statement. In any case, that's not what I'm talking about, so I'll try to explain it in more detail. Since you can only define search areas that are rectangular, my suggested approach is to search within a rectangle that the circle fits w...
by bushez
05 Jul 2016, 02:53
Forum: Gaming Help (v1)
Topic: Dead by Daylight Script
Replies: 6
Views: 13359

Dead by Daylight Script

so i have this script that do when he see the skill cheak img it start the script but i have problem with the region search the first party works good but what i want to do next not working so good i want when the script dont found the pixel White to click Space but because the region cover the colo...
by bushez
05 Jul 2016, 01:06
Forum: Ask for Help (v1)
Topic: region circle can be done ??
Replies: 7
Views: 3529

Re: region circle can be done ??

I suggest you perform the pixel search over the square region that encompasses the area over which you wish to search, and then you do the math to determine if the resulting location is within the bounds of the circle. If not, continue the search from where it left off. I can do something like to d...
by bushez
04 Jul 2016, 16:08
Forum: Ask for Help (v1)
Topic: region circle can be done ??
Replies: 7
Views: 3529

region circle can be done ??

so what i want to do is I have pixel search script but i want to make the region he search for the pixel to be circle something like that picture http://f.tqn.com/y/altreligion/1/S/_/1/-/-/circle.jpg like in my script i want it to search the pixel only in the black and not in the white side if someo...
by bushez
21 Nov 2015, 01:45
Forum: Ask for Help (v1)
Topic: Help with Pulover's
Replies: 0
Views: 514

Help with Pulover's

Hi. I have been trying to use the Pixel finder on some occasion, but I had a problem that the button itself that I was looking for was moving around the screen. Therefore, the script had no difficult time finding it, but I couldn't make it click the button. What I wanted to ask is if there's an opti...
by bushez
17 Nov 2015, 16:14
Forum: Ask for Help (v1)
Topic: Need help with Pulover's
Replies: 1
Views: 703

Need help with Pulover's

Hi. I'd like to know if there's an option to call from one line to another. There is a script I'd like to call to, with 4 different 'if' statements, so instead of copying the script 4 times I'd like to know if I could just put it at the end of the whole script and then call it if the 'if' requiremen...
by bushez
17 Nov 2015, 13:16
Forum: Ask for Help (v1)
Topic: pulover macro creator image search
Replies: 11
Views: 6837

Re: pulover macro creator image search

Let's run through the logic of your code: 1) Wait until that image isn't shown. That's great! 2) Then run left then right. 3) Then loop until the image is found. 4) Once that is found, execute your series of clicks. 5) Then, the hotkey is done. It reaches the Return. And I am not seeing how this wo...
by bushez
17 Nov 2015, 09:58
Forum: Ask for Help (v1)
Topic: pulover macro creator image search
Replies: 11
Views: 6837

Re: pulover macro creator image search

I'm not familiar with Pulover's macro creator. But it looks to me that you're lacking a Loop or a SetTimer . look man this is what I did but for some reason the next part that when he found the img and do the action he do that only one time and next time he found the img he still do the first part ...
by bushez
17 Nov 2015, 02:27
Forum: Ask for Help (v1)
Topic: pulover macro creator image search
Replies: 11
Views: 6837

Re: pulover macro creator image search

I'd rather not. AHK is about being accessible, which includes you having the ability to create your script. I've given you a template, you just need to fill it in. All of those commands in the templates link to some more reading. Before the ImageSearch, you do your routine with trying to find a pok...
by bushez
16 Nov 2015, 18:00
Forum: Ask for Help (v1)
Topic: pulover macro creator image search
Replies: 11
Views: 6837

Re: pulover macro creator image search

Yes #Persistent SetTimer, findmon, 5000 return findmon: MsgBox This section always happens. Send {Left}{Right} Sleep 6000 ; give enough time for the battle to load Send a Sleep 1000 Send a ; press two or so "a" strokes to dismiss the opening battle message if it appeared ImageSearch, OutputVarX, Ou...
by bushez
16 Nov 2015, 16:59
Forum: Ask for Help (v1)
Topic: pulover macro creator image search
Replies: 11
Views: 6837

Re: pulover macro creator image search

Here's an example where it'll check every 5 seconds. #Persistent SetTimer, findmon, 5000 return findmon: ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile ; have to fill in this syntax If ErrorLevel ; the image was not found or there was a problem executing the ImageSearch command retu...
by bushez
16 Nov 2015, 15:41
Forum: Ask for Help (v1)
Topic: pulover macro creator image search
Replies: 11
Views: 6837

pulover macro creator image search

I need help with something I want to make a record that when I find a image it run the record

like if I play pokemon and i run into a pokemon the record start to act the catch it for me

Go to advanced search