Ayuda con 1 script

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Ayuda con 1 script

Re: Ayuda con 1 script

Post by SnowFlake » 13 Apr 2017, 14:57

example:

Code: Select all

IF NOT A_IsAdmin
{
   Run *RunAs "%A_ScriptFullPath%"
   ExitApp
}

#SingleInstance Force

CoordMode, Mouse, Client
CoordMode, Pixel, Client
CoordMode, ToolTip, Client

SetMouseDelay,50
SetKeyDelay,100,50

X::
ToolTip, Looking for image
ImageSearch, FoundX, FoundY, 406, 305, 714, 441, *50 imagename.png
If ErrorLevel = 0
   MsgBox found image on screen
If ErrorLevel = 1
 MsgBox Not 
 If ErrorLevel = 2
 MsgBox imagename.png ERROR doesnt exist!
 return

Re: Ayuda con 1 script

Post by Libbred » 13 Apr 2017, 14:19

Si pudieras decirme el codigo completo ya hecho, me ayudarías mucho bro, ya que ese tutorial no lo entiendo mucho.

Re: Ayuda con 1 script

Post by SnowFlake » 11 Apr 2017, 15:44

Hola mi amigo, puede utilizar la búsqueda de imágenes para esta o incluso la búsqueda de píxeles, aquí hay alguna información en las documentaciones de autohotkey :)
Hello my friend, you can use image search for this or even pixel search, here is some information in the documentations of autohotkey :)

https://autohotkey.com/docs/commands/ImageSearch.htm

Ayuda con 1 script

Post by Libbred » 08 Apr 2017, 01:07

Tengo un juego abierto en chrome, y quisiera clikear un objeto amarillo que se mueve y quiero que clikee lo amarillo a donde se mueva, pero cuando yo presione una tecla, se puede?

Top