Search found 4 matches

by Makaronik
17 Mar 2019, 14:03
Forum: Ask for Help (v1)
Topic: firefox click - background
Replies: 6
Views: 2105

Re: firefox click - background

I need script to use like bot in game :p bot have to load site, refresh, login and click in game but hes not clicking ControlClick, x642 y142, ahk_class MozillaWindowClass - will not click menu in browser game but when want to change cards in firefox he will do it. So... I dont understand why :D Con...
by Makaronik
17 Mar 2019, 13:15
Forum: Ask for Help (v1)
Topic: firefox click - background
Replies: 6
Views: 2105

Re: firefox click - background

Thanks, but coordinates are correct and script still not clicking on site. Script work when I want to change a card in a firefox but still not clicking on the site. If I want click submit when I reply post, script doesnt click. ;x
by Makaronik
17 Mar 2019, 13:03
Forum: Ask for Help (v1)
Topic: firefox click - background
Replies: 6
Views: 2105

Re: firefox click - background

Hi, 1. Replace Firefox by ahk_class MozillaWindowClass 2. Check if the coordinates are really correct 3. Replace Send by ControlSend Example: ControlClick, x797 y286, ahk_class MozillaWindowClass Sleep, 1200 ControlSend, {o}, ahk_class MozillaWindowClass Also, you don't need so many lines. You can ...
by Makaronik
17 Mar 2019, 12:02
Forum: Ask for Help (v1)
Topic: firefox click - background
Replies: 6
Views: 2105

firefox click - background

Hello, I tried to create background script in ahk but it doesn't work ;v any suggest why it's not working? I will be grateful if you help me :) ControlClick, x642 y142, Firefox sleep, 5000 ControlClick, x424 y169, Firefox sleep, 35000 ControlClick, x956 y207, Firefox sleep, 1500 ControlClick, x164 y...

Go to advanced search