Search found 23 matches

by S1lver
13 Dec 2023, 06:07
Forum: Gaming Help (v1)
Topic: Click Speed/delay/sleep Topic is solved
Replies: 42
Views: 11611

Re: Click Speed/delay/sleep Topic is solved

I have been testing out the script for a while now, And I first now figured out something is wrong with the entire mechanism of delay. if you have 5 active Panels, all but one is set to activate every 1000ms, and the one is set to activate every 31000 ms. the whole script is only responding to 31000...
by S1lver
13 Dec 2023, 05:55
Forum: Gaming Help (v1)
Topic: Click Speed/delay/sleep Topic is solved
Replies: 42
Views: 11611

Re: Click Speed/delay/sleep Topic is solved

can we somehow add variation to the color it search for? Main.Panels[ 1 ].SearchColor := "ff6eff" I have tried Main.Panels[ 1 ].SearchColor := "ff6eff" ColorVariation := 20 and Main.Panels[ 1 ].SearchColor := "ff6eff" Tolerance := 20 but nothing seems to work? [Mod edit: [code][/code] tags added. Pl...
by S1lver
08 Dec 2023, 09:52
Forum: Ask for Help (v1)
Topic: Tab send Tab problem?? Topic is solved
Replies: 4
Views: 9089

Re: Tab send Tab problem?? Topic is solved

gregster wrote:
08 Jul 2019, 00:44

prevent hotkey send in an indefinite loop...

Code: Select all

$Tab::
send {tab}
Thank you so much mann. that was the trouble with all my scripts. cheers cheers cheers

[Mod edit: Fixed quote.]
by S1lver
06 Dec 2023, 11:52
Forum: Gaming Help (v1)
Topic: Click Speed/delay/sleep Topic is solved
Replies: 42
Views: 11611

Re: Click Speed/delay/sleep Topic is solved

I am a big fan of this work. and been trying to upgrade the the first pixel predator version you made, into having multiple searches so I could share. but I couldn't figure it out. Now I see you upgraded it and made it for multiple searches at once. that is amazing. thank you. How is it possible to...
by S1lver
23 Jun 2022, 05:22
Forum: Gaming Help (v1)
Topic: ImageSearch not reliable (Diablo 3)
Replies: 7
Views: 2269

Re: ImageSearch not reliable (Diablo 3)

did you make it work?
by S1lver
23 Jun 2022, 04:53
Forum: Gaming Help (v1)
Topic: help with macro using image search
Replies: 3
Views: 1286

Re: help with macro using image search

did you get this to work m8?
by S1lver
16 Jun 2022, 13:04
Forum: Gaming Help (v1)
Topic: Trying to use PixelSearch and Click Topic is solved
Replies: 7
Views: 3071

Re: Trying to use PixelSearch and Click Topic is solved

i've also tried using ControlClick, x%x% y%y% it didnt work.
I was not aware that there is certain windows that cannot be supported by ControlClick. perhaps that is all there is to it. Autoit doesn't seem to support it either. since the windows has no Control ID. how sad
by S1lver
15 Jun 2022, 17:49
Forum: Gaming Help (v1)
Topic: pixelsearch with controlclick
Replies: 1
Views: 347

pixelsearch with controlclick

Hello everyone. I'm in serious help, no topic on the google internet has made a post about this. I'm not good at scripting, since I cannot understand why my commands won't work when I follow the exact guide in AHK's manual. I'm trying to create a script which sounds very simple to me. first I wants ...
by S1lver
15 Jun 2022, 17:30
Forum: Gaming Help (v1)
Topic: Help with PixelSearch at Mouse position, not working in game window correctly - Freelancer game
Replies: 2
Views: 2597

Re: Help with PixelSearch at Mouse position, not working in game window correctly - Freelancer game

Howdy Looking for some help, I'm currently playing Freelancer, a space game, and after getting back into it I decided to try and use PixelSearch to make mining easier but I'm having a lot of trouble getting it to work because the Mouse Position seems to be incorrect. Did you figure it out. I find t...
by S1lver
15 Jun 2022, 15:03
Forum: Gaming Help (v1)
Topic: Trying to use PixelSearch and Click Topic is solved
Replies: 7
Views: 3071

Re: Trying to use PixelSearch and Click Topic is solved

yeah me to :) however I have a hard time managing different windows since this moves my mouse. do you know if it is possible that I can use like a Controlclick command with the pixel search. so I can stay in another window, while it does the clicking. right now I'm using IfWinNotActive, Sketchbook, ...
by S1lver
15 Jun 2022, 14:43
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - PixelSearch Script

this is an awesome script. Is there a way to run it without it taking control of the mouse? So that I can still work in other windows while this script runs in its own window. hey m8. did you figure out how to make this work. I am struggling with the Controlclick function. I can make a ton of scrip...
by S1lver
15 Jun 2022, 12:53
Forum: Gaming Help (v1)
Topic: Trying to use PixelSearch and Click Topic is solved
Replies: 7
Views: 3071

Re: Trying to use PixelSearch and Click Topic is solved

hey m8. this didnt work. it says that mousemove needs 2 parametres
by S1lver
15 Jun 2022, 11:31
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - PixelSearch Script

gregster wrote:
14 Jun 2022, 05:35
S1lver wrote:
14 Jun 2022, 05:20
Hellbent wrote:
12 Jan 2019, 12:56
[Mod edit: Huge quote without context removed.]
No, you shouldn't. y.
there it is
thank you that was very helpful. you answered exactly what I wanted to know. cheers
by S1lver
14 Jun 2022, 05:20
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - PixelSearch Script

[Mod edit: Huge quote without context removed.] I don't know if I SHould quote this post so I made a copy of my message. it wasjsut to see if you got notified. love amazing thx. can i in the color field input some text so it will search within a color range. for instance most red'ish colors. i was ...
by S1lver
11 Jun 2022, 15:00
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - PixelSearch Script

amazing thx. can i in the color field input some text so it will search within a color range. for instance most red'ish colors. i was thinking I could just put fx. 0x9E0000,50 (0x9E0000 is the specific color I got from using set color and ,50 suppose to mean that color plus similar colors within ran...
by S1lver
20 Apr 2022, 14:02
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - PixelSearch Script

Amazing amazing. I've spend so many years to figure out how to write just a script that does some of this. And now you even have it with a Interface menu. Impressive. It so good, I have just one question. How do I save the changes i made? When I close the script it resets. Sincerely I don't want to...
by S1lver
20 Apr 2022, 13:57
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - Pixel Search Script

Regarding this: This script can only deal with 1 color, but you can run more than 1 instance of the script by either saving it in two script files, or by editing #SingleInstance,Force to #SingleInstance,Off at the top of the script. __________________________ This had a terrible consequence for me. ...
by S1lver
20 Apr 2022, 06:25
Forum: Ask for Help (v1)
Topic: "CTRL + mousebutton 4" to send a key
Replies: 7
Views: 550

Re: "CTRL + mousebutton 4" to send a key

Nice guys. Thx alot for trying to figure this out, and the same way confirm I'm not total noob😆
I will try it out, and see if I can make a workaround with what you wrote.
The point for the script is that xbutton1 is giving another command.
So that is why Ctrl has to be implemented.
Happy easter
by S1lver
20 Apr 2022, 03:33
Forum: Scripts and Functions (v1)
Topic: Pixel Predator - PixelSearch Script
Replies: 61
Views: 47889

Re: Pixel Predator - PixelSearch Script

Amazing amazing. I've spend so many years to figure out how to write just a script that does some of this. And now you even have it with a Interface menu. Impressive.
It so good, I have just one question.
How do I save the changes i made?
When I close the script it resets.
Sincerely
by S1lver
10 Mar 2022, 14:22
Forum: Ask for Help (v1)
Topic: "CTRL + mousebutton 4" to send a key
Replies: 7
Views: 550

"CTRL + mousebutton 4" to send a key

Hello guys. I've spent 4 hours on google, and i cannot find a solution to how I make a script where Ctrl + mousebutton4 sends a key. I hope you can guide me if i send you my tiny script which looks like: ^XButton2:: While GetKeyState("^XButton2","p") { send {g down} sleep 100 send {g up} } return [M...

Go to advanced search