Allow Images
From UBot Studio
$Allow Images is a Settings Commandin the Professional edition of UBot Studio.
This command, when set to βYesβ will disable the display of any images on a webpage.
Example
allow images("Yes") navigate("http://ubotstudio.com/resources", "Wait")
Running the script will allow images to appear within the browser.
allow images("No") navigate("http://ubotstudio.com/resources", "Wait")