Search found 15 matches

by Sargerasrex
28 Oct 2019, 18:28
Forum: Gaming Help (v1)
Topic: Image detection and send input script Topic is solved
Replies: 2
Views: 3719

Re: Image detection and send input script Topic is solved

I did it.
I figured it out. And now i know!
Here's my final code

XButton1::
Suspend off
toggle := !toggle
While toggle
{
ImageSearch, FoundX, FoundY, 1400, 0, 1730, 160, *60 C:\Users\Myname\OneDrive\Desktop\scenery\Howl.png
{
if (ErrorLevel = 0)
Send, {9}
Sleep 1300
}
}
by Sargerasrex
28 Oct 2019, 10:07
Forum: Gaming Help (v1)
Topic: Image detection and send input script Topic is solved
Replies: 2
Views: 3719

Re: Image detection and send input script Topic is solved

Okay so i have found some relevant code. I also want it to be an ongoing script that can be toggled on and off, I guess i can figure out the on/off syntax I've done that before. This is still far from complete though, what should i do now? CoordMode Pixel ImageSearch, FoundX, FoundY, 0, 0, A_ScreenW...
by Sargerasrex
28 Oct 2019, 09:59
Forum: Gaming Help (v1)
Topic: Image detection and send input script Topic is solved
Replies: 2
Views: 3719

Image detection and send input script Topic is solved

A fine evening guys, i could use your help. So essentially my goal is to create a script that detects a predefined "image" and sends an input according to the picture it detects. The good news is that the "image" will appear in the same top right area of the screen each time if comes up, and there w...
by Sargerasrex
28 Oct 2019, 09:36
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 110771

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

Hey thank you for your amazing work. Im trying to compile an autohotkey script using your code, but it doesnt appear to work. Probably due to my incompetence :D. I'm right now going into "https raw.githubusercontent.com /berban/FindClick/master/FindClick.ahk" Broken Link for safety ) copy pasting th...
by Sargerasrex
11 Sep 2019, 07:37
Forum: Gaming Help (v1)
Topic: Another multibox thread
Replies: 2
Views: 1125

Re: Another multibox thread

I cant quite correct what you have but here is the correct AHK script WinGet, wowid, List, World of Warcraft ~1:: KeyWait 1 IfWinActive, World of Warcraft { ControlSend,, 1, ahk_id %wowid1% ControlSend,, 1, ahk_id %wowid2% ControlSend,, 1, ahk_id %wowid3% ControlSend,, 1, ahk_id %wowid4% ControlSend...
by Sargerasrex
09 Sep 2019, 22:12
Forum: Gaming Help (v1)
Topic: Broadcasting the hold down command to multiple windows.
Replies: 5
Views: 1541

Re: Broadcasting the hold down command to multiple windows.

Okay It seems to be a windows issue. Windows in the background cannot really accept hold down keys. Foreground window works fine regardless of client but background doesnt.
by Sargerasrex
08 Sep 2019, 21:46
Forum: Gaming Help (v1)
Topic: Broadcasting the hold down command to multiple windows.
Replies: 5
Views: 1541

Re: Broadcasting the hold down command to multiple windows.

YEa i still need help. This isnt working i want to broadcast a hold down command to background windows but it doesnt work. I've seen other questions on this subject in the forums and they are all unresolved :<
by Sargerasrex
08 Sep 2019, 18:43
Forum: Gaming Help (v1)
Topic: Broadcasting the hold down command to multiple windows.
Replies: 5
Views: 1541

Re: Broadcasting the hold down command to multiple windows.

Okay so this is an improvement thank you. There is still trouble though. Right now it is behaving like this: w.......wwwwwwwwwwwwwwwwwwwww. and even during the "www" part its not behaving like {w down}. Its as if someone is tapping w fast rather than holding it down. Is there a way you could adjust ...
by Sargerasrex
08 Sep 2019, 13:47
Forum: Gaming Help (v1)
Topic: Broadcasting the hold down command to multiple windows.
Replies: 5
Views: 1541

Broadcasting the hold down command to multiple windows.

So my issue is that I have the script. It is fairly simple and should work. The problem is that all background windows are registering the hold down key command as a key click and release. Seems that there’s a fundamental problem that you can only have one active window at a time? I’ve tried to simu...
by Sargerasrex
22 Jul 2019, 00:16
Forum: Gaming Help (v1)
Topic: Multiboxing issue
Replies: 0
Views: 577

Multiboxing issue

Good evening. Ive attempted to use autohotkey for Multiboxing, and run into the same issue, regardless of the game: wow,spiral knights,tumbleing monkeys etc. The trouble is that the command to hold a key down, the background windows instead show behavior that it was just tapped once. The main one wo...
by Sargerasrex
27 May 2019, 22:36
Forum: Ask for Help (v1)
Topic: Help me tinker "Toggle Script" with mouse position conditional please!! Topic is solved
Replies: 1
Views: 754

Help me tinker "Toggle Script" with mouse position conditional please!! Topic is solved

The Error is that the script executes the first option regardless of where the mouse cursor is. The Italizied areas of the script are OK and dont need to be changed. I want it to do the first "While toggle" when the mouse is outside a roughly 2 by 3 inch area in the middle of the screen. Also it sho...
by Sargerasrex
17 May 2019, 00:25
Forum: Ask for Help (v1)
Topic: Easy GetMousePos Syntax question
Replies: 3
Views: 904

Re: Easy GetMousePos Syntax question

Good evening. I tried what you said but it is not working for me.
Could you be a bit clearer on exactly what i should type please?
Thank you!
by Sargerasrex
14 May 2019, 20:54
Forum: Ask for Help (v1)
Topic: Easy GetMousePos Syntax question
Replies: 3
Views: 904

Easy GetMousePos Syntax question

Good evening! I have a certain working script on toggle loop. However I wish to make a change and put a conditional based on the location of my mouse cursor. So follow one iteration if my mouse is inside a 3" by 1" rectangle near the middle of the screen, or the second iteration if it is outside tha...
by Sargerasrex
27 Jan 2019, 13:02
Forum: Ask for Help (v1)
Topic: Pls adjust my command thats active only during toggle
Replies: 1
Views: 522

Pls adjust my command thats active only during toggle

Essentially i have a working toggle script, but i also want input of 'spacebar' to produce output of 'g', ONLY when the script is toggled on, and work normally when script is toggled off. My current attempt is listed below, but the problem is that 'spacebar' produces output of 'g' even when 'Q' is t...

Go to advanced search