Help me fix this script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
m1i205
Posts: 1
Joined: 19 Apr 2017, 18:13

Help me fix this script

19 Apr 2017, 18:28

The script should unblock all blocked users on facebook, but it is not working. How can I fix this?

Code: Select all

Sleep 2000

Loop

{

WinWait, Manage Blocking - Google Chrome,

IfWinNotActive, Manage Blocking - Google Chrome, , WinActivate, Manage Blocking - Google Chrome,

WinWaitActive, Manage Blocking - Google Chrome,

Sleep, 500

MouseClick, left, 1181, 400 ; Click in grey just bellow block

Sleep, 500

Send, {TAB}{ENTER} ;Tabs to first "Unblock" then ENTER to select

Sleep, 500

Send, {TAB}{TAB}{ENTER} ;Sends TAB TWICE to CONFIRM

}

^p::Pause ;CTRL+P to pause script when almost done

exitapp
User avatar
SnowFlake
Posts: 368
Joined: 28 Apr 2015, 05:41
Contact:

Re: Help me fix this script

28 Apr 2017, 11:28

make sure that this is right, Manage Blocking - Google Chrome and also make a msgbox for debugging
:yawn:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww, peter_ahk and 352 guests