Im a new user of ahk, and after reading some topics, i made a triggerbot script, but its not working, i was trying to figure out what i need to fix for 3-4 hours, but it doesnt seem to help.
Ill be grateful if you help me.
Script:
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
Ill be grateful if you help me.
Script:
CODE:
Color = 0xC14F4F
*~$alt::
While GetKeyState("alt", "P")
{
PixelSearch,,, 800, 450, 800, 450, % Color,, Fast RGB
If !ErrorLevel
{
MouseClick
}
Else
Sleep, 1
}
Return
F8:: ExitApp
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
Statistics: Posted by siropik — 15 minutes ago