Set Proxy Credentials
From UBot Studio
(Difference between revisions)
(Created page with "$Set Proxy Credentials is a Settings Command. This command will allow you to set the credentials for a proxy that requires credentials in order to run. ...") |
|||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
+ | |||
+ | set proxy credentials("myusername", "mypassword") | ||
+ | change proxy("my proxy here") | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | The set proxy credentials command comes before the change proxy command to set the credentials. |
Revision as of 20:00, 15 December 2012
$Set Proxy Credentials is a Settings Command.
This command will allow you to set the credentials for a proxy that requires credentials in order to run. It is placed after the change proxy command for a proxy that requires a username and password to access it.
Example
set proxy credentials("myusername", "mypassword") change proxy("my proxy here")
The set proxy credentials command comes before the change proxy command to set the credentials.