Search found 9 matches

by fkrause2
23 Sep 2019, 02:17
Forum: Scripts y Funciones
Topic: [League Of Legends] Auto Aceptar Partidas. - By FKrause
Replies: 2
Views: 11797

[League Of Legends] Auto Aceptar Partidas. - By FKrause

Hola, Ahora estoy un poco mas activo en el Foro, Estoy haciendo una serie de Scripts con funciones dedicadas mas que nada para Gaming, Por ahora estoy haciendo una lista de códigos para League Of Legens, mas adelante hare mas scripts para otros juegos. Si tienes una idea de Script para este u otro ...
by fkrause2
17 Sep 2019, 14:53
Forum: Wish List
Topic: ImageSearch: Click center of found image
Replies: 15
Views: 15000

Re: ImageSearch: Click center of found image

Edit the "+" for --> "+ or -" +x/y Coor EJ: foundY:=foundX+50 foundY:=foundY-80 if your img is "100x100" use: foundY:=foundX+50 ; 50% of your IMG foundY:=foundY+50 ; 50% of your IMG = Center of img. ImageSearch, foundX, foundY, 0, 0, %A_ScreenWidth%, %A_ScreenHeight%, YourIMG.png If(ErrorLevel == 0)...
by fkrause2
16 Sep 2019, 02:37
Forum: Gaming Help (v1)
Topic: [Help] League Of Legends - Auto LastHit
Replies: 2
Views: 6198

[Help] League Of Legends - Auto LastHit

[Mod edit: Topic moved from 'Scripts and Functions > Gaming'.] I need to find a code for AHK to recognize when a "Loading Bar" or in this case an "HP Bar" Be low (20%) And if so, click on the assigned coordinates. ... But the "ImageSearch" command only recognizes still images, and I can't find a wa...
by fkrause2
16 Sep 2019, 02:26
Forum: Ask for Help (v1)
Topic: [Help with loading bar]
Replies: 7
Views: 1347

Re: [Help with loading bar]

I need to find a code for AHK to recognize when a "Loading Bar" or in this case an "HP Bar" Be low (20%) And if so, click on the assigned coordinates. ... But the "ImageSearch" command only recognizes still images, and I can't find a way to see it when the "HP Bar" is below X% This is my code: #Sin...
by fkrause2
16 Sep 2019, 01:53
Forum: Pedir Ayuda
Topic: GARCIA Topic is solved
Replies: 1
Views: 2222

Re: GARCIA Topic is solved

S12, S9? ; Ejemplo de Script Muy muy simple. E:: ;Cambia la "E" por la tecla que quieres que active el script { send {1} sleep 10 send {2} sleep 10 send {3} sleep 10 send {4} sleep 10 } return Este código es simple, Presionando la "E" El script Pulsara "1, 2, 3, 4" con un tiempo de 10ms de diferenci...
by fkrause2
11 Sep 2019, 23:18
Forum: Ask for Help (v1)
Topic: [Help with loading bar]
Replies: 7
Views: 1347

Re: [Help with loading bar]

Thank you very much for the code <3
I'll go try it and see how it goes ^^
by fkrause2
11 Sep 2019, 01:16
Forum: Ask for Help (v1)
Topic: [Help with loading bar]
Replies: 7
Views: 1347

Re: [Help with loading bar]

Could you show me an example code please
by fkrause2
09 Sep 2019, 22:33
Forum: Ask for Help (v1)
Topic: [Help with loading bar]
Replies: 7
Views: 1347

[Help with loading bar]

Hi, this is my 5th post (I lost my main account) I need help with the "ImageSearch" command I understand how it works and I have several scripts that are working 100% without problems. But now I am with a new project and I have no idea how to do it. It's simple, I need to click when a bar is below X...
by fkrause2
09 Sep 2019, 22:26
Forum: Pedir Ayuda
Topic: Ayuda con Click en barra de carga bajo x%
Replies: 0
Views: 1612

Ayuda con Click en barra de carga bajo x%

Hola, este es mi 5° publicación (perdí mi cuenta principal) Necesito ayuda con el comando "ImageSearch" Comprendo su funcionamiento y tengo varios scripts que están funcionando al 100% sin problemas. Pero ahora estoy con un nuevo proyecto y no tengo idea de cómo hacerlo. Es simple, necesito que de C...

Go to advanced search