rotation macro example using PixelSearch Script function in Pulover's Macro Creator for AHK use

preview_player
Показать описание
#Macro #AHK #AutoHotKey #PixelSearch

Pulover's Macro Creator

wisdom and common sense dolled out hilariously
Рекомендации по теме
Комментарии
Автор

can't believe it's been over 9 years, sorry made video for guild mates at the time, text and other info/sources was on my post in their forums, but was instantly removed from site and I got kicked from guild lol never thought to post it. Thanks for those that have added txt and program link!

davemustaine
Автор

Not sure I understand your question. But if you remove sleep line they will fire basically at the same time.

davemustaine
Автор

how on earth u get AHK to scan games for pixel color anyway? for me pixelsearch only work outside of the game. it seems to have a problem with transparencies

Galaxis.Genesis
Автор

How to click if existe 2 image on screen
i want to click them all

luciferelnino
Автор

Can you answer please - how to build script for finding 2 pixels, like
if find 1 pixel at 300 300 green and 2 pixel at 200 150 blue = send Q
cant find answer

Frostgaming
Автор

i am used this script in other game but no loop the script, only atack one time :S what am I doing wrong? already set pixel searchl coordinates

daviddal
Автор

Acting like an image search bot
Its macro brain controls
You copy paste the code
Before the target explodes

Sorry, your name got me trying to think of some relevant parody.

FFVison
Автор

Here is the link for the program, + AHK script!



#SingleInstance Force
#NoEnv
SendMode Input
CoordMode, Pixel, window

l:: ; "L" activates loop
Loop ; Loop the lines
{
PixelSearch, FoundX, FoundY, 000, 000, 000, 000, Colorcode, 00, Fast RGB
if ErrorLevel = 0 ;0=Yes it did find the pixel color.
{
Send, e ; Sends key.
Sleep, 100 ; Sleeps 1 sec.
Send, g ; Sends key.
}
return ; Checks if "Loop-key" is pressed before continuing.
} ; Loop ends.

END:Exitapp ; Emergency Exit. (End key.)

gubodaniel
Автор

no downloade link ?
i wanna use this i a game called mirage realems

fooleydj
Автор

#NoEnv
SendMode, Input
CoordMode, Pixel, Window



Loop
{
Sleep, 1000

PixelSearch, x, y, 0, 0, 940, 691, 0xFF0000, 0, Fast RGB
if ErrorLevel = 0
{
Send, 2
}


}
Return

space::Pause
return

3::Reload
return

LuaNaZakaz
welcome to shbcf.ru