So, for some reason when making the config and running through the making process it works fine but I got to where I can run through combos it keeps entering <USER> <PASS> instead of the actual user pass as shown below
Here's the loli code for entering user pass
Here's the loli code for entering user pass
Code:
#WAIT4BLOCK ELEMENTACTION XPath "//*[@id=\"email\"]"
WaitForElement
#CheckUSER ELEMENTACTION XPath "//*[@id=\"email\"]"
SendKeysHuman "<USER>"
#WAIT4BLOCK ELEMENTACTION XPath "//*[@id=\"password\"]"
WaitForElement
#CheckPASS ELEMENTACTION XPath "//*[@id=\"password\"]"
SendKeysHuman "<PASS>"