Search found 4 matches

by ninjachuoi
24 Jun 2021, 22:56
Forum: Ask for Help (v1)
Topic: Do same code if I click a button or press a key
Replies: 3
Views: 155

Do same code if I click a button or press a key

I created a button:
Gui Add, Button, x152 y400 w80 h23 vRunAuto , Run (F3)
What i wanna code:

if pressed RunAuto button or F3
{
do something
}
How to make deal with it using Autohotkey?
by ninjachuoi
13 Jun 2021, 11:03
Forum: Gaming Help (v1)
Topic: if (color=0xffffff) not works
Replies: 3
Views: 186

Re: if (color=0xffffff) not works

Yes, it is white. I checked it with MsgBox %color% command.
by ninjachuoi
13 Jun 2021, 10:50
Forum: Gaming Help (v1)
Topic: if (color=0xffffff) not works
Replies: 3
Views: 186

if (color=0xffffff) not works

I wrote a small code like this: PixelGetColor, color, 100, 120 if (color = 0xffffff){ do something } But when I ran the code, it wont do anything in the if statement even the color i got from PixelGetColor is white(0xffffff). I wanna do a small auto for the game i playing. I tried ImageSearch, it wo...

Go to advanced search