Search found 14 matches

by WhatIsWindows
06 Apr 2016, 05:23
Forum: Ask for Help (v1)
Topic: New Scripter - Colour Detection
Replies: 13
Views: 3724

Re: New Scripter - Colour Detection

Got it. Thanks a lot.
by WhatIsWindows
05 Apr 2016, 14:27
Forum: Ask for Help (v1)
Topic: New Scripter - Colour Detection
Replies: 13
Views: 3724

Re: New Scripter - Colour Detection

Doesn't work like that either, we can leave it there, appreciate the input though. One thing I'm curious about is why it wants 2 X coordinates and 2 Y coordinates when the X1 X2 and Y1 Y2 are the same coordinate ?
by WhatIsWindows
05 Apr 2016, 11:14
Forum: Ask for Help (v1)
Topic: New Scripter - Colour Detection
Replies: 13
Views: 3724

Re: New Scripter - Colour Detection

Yep, I did that. Now it clicks on certain coordinates every time it finds the color in the specified area but not on the colored pixel it finds. I tuned down the variation to 1 aswell to make sure it doesn't count surrounding colors. Basically the pixel it's looking for is greyish-white and surround...
by WhatIsWindows
05 Apr 2016, 10:24
Forum: Ask for Help (v1)
Topic: New Scripter - Colour Detection
Replies: 13
Views: 3724

Re: New Scripter - Colour Detection

Oh no, I meant not important as my script is nothing of importance as it's just for practice. It's just that I don't know how to make the mouse move to and click on the pixel that it detects the color in. Right now it only clicks in a random location between the preset rectangle of coordinates.
by WhatIsWindows
05 Apr 2016, 09:39
Forum: Ask for Help (v1)
Topic: New Scripter - Colour Detection
Replies: 13
Views: 3724

Re: New Scripter - Colour Detection

Mm, I don't know how to do that yet so I'm leaving it at that. The tutorial page doesn't cover that part or I just can't read it from there. It's nothing important, just tried it for practice.
by WhatIsWindows
05 Apr 2016, 07:30
Forum: Ask for Help (v1)
Topic: New Scripter - Colour Detection
Replies: 13
Views: 3724

Re: New Scripter - Colour Detection

I'm trying to do kind of the same thing, but I have it scanning a rectangle of coordinates and then move the mouse on and do a left click if it finds the color of the pixel specified. I don't know how I can make it click on the colored pixel it's looking for though, instead it clicks on a random loc...
by WhatIsWindows
04 Apr 2016, 17:46
Forum: Tutorials (v1)
Topic: AHK Howto - Wish I had known from the start
Replies: 33
Views: 36333

Re: AHK Howto - Wish I had known from the start

Okay, I kind of get it, but I don't fully understand it. I'll keep watching rest of the tutorials, maybe it'll hit me down the line.

Thanks again for all the info.
by WhatIsWindows
04 Apr 2016, 17:10
Forum: Tutorials (v1)
Topic: AHK Howto - Wish I had known from the start
Replies: 33
Views: 36333

Re: AHK Howto - Wish I had known from the start

Alright, it works now. Thanks so much for explaining :D
One question though, how does it recognize Range value when the IF statement looks for para_Range value ?
by WhatIsWindows
04 Apr 2016, 16:29
Forum: Tutorials (v1)
Topic: AHK Howto - Wish I had known from the start
Replies: 33
Views: 36333

Re: AHK Howto - Wish I had known from the start

Okay, thanks for the info. I did as I understood and suggested and this is what I came up with. It still gives me the blank box after the "Black" message box but only if the Range is 75. If I change it to 60 or any other number it gives the messagebox of 10 and 404 respectively without the blank box...
by WhatIsWindows
04 Apr 2016, 15:33
Forum: Tutorials (v1)
Topic: AHK Howto - Wish I had known from the start
Replies: 33
Views: 36333

Re: AHK Howto - Wish I had known from the start

Hey man, I started watching your tutorial and after the second vid I tried the function myself with different parameters and function names to remember the usage better but it keeps giving me the "Black" message and after that also gives the Else message and after that gives me a blank messagebox wi...
by WhatIsWindows
04 Apr 2016, 06:32
Forum: Ask for Help (v1)
Topic: Can scripting be detected by servers
Replies: 3
Views: 4940

Re: Can scripting be detected by servers

For RuneScape, the devs have been very inconsistent in explaining if AHK is illegal or not. But the top players use it all the time and with complex scripts that are in no way 1:1 action and haven't gotten banned.I don't think I've heard of anyone getting banned strictly because of AHK, there's alwa...
by WhatIsWindows
02 Apr 2016, 13:04
Forum: Ask for Help (v1)
Topic: Is it possible to compile actions of 4 keys under 1 key?
Replies: 7
Views: 1877

Re: Is it possible to compile actions of 4 keys under 1 key?

Okay, I think I get it. Return is only added when I want the action of the key to end and I can add as many actions as I want to one key, provided that I also add Sleep timers because the game or the program doesn't register the actions so fast.
Thanks a lot.
by WhatIsWindows
02 Apr 2016, 05:27
Forum: Ask for Help (v1)
Topic: Is it possible to compile actions of 4 keys under 1 key?
Replies: 7
Views: 1877

Re: Is it possible to compile actions of 4 keys under 1 key?

That's fantastic. I had to add Sleep time of 50 after every GoSub as it was registering only the numpad4_ action because it's so fast :D I didn't quite understand the labeling part in the tutorial, probably why I got stuck. Would it also be possible to add all of the Numpad1-Numpad4 actions under Nu...
by WhatIsWindows
02 Apr 2016, 05:05
Forum: Ask for Help (v1)
Topic: Is it possible to compile actions of 4 keys under 1 key?
Replies: 7
Views: 1877

Is it possible to compile actions of 4 keys under 1 key?

So I have this script that uses Numpad1 - Numpad4, each having a specific task of moving a mouse to certain location and doing a left click. What I'm trying to achieve now is make it so if I press Numpad5, it plays through the Numpad1-Numpad4 actions. I only found AHK 2 days ago, have looked into th...

Go to advanced search