Jump to content
UBot Underground

Search the Community

Showing results for tags 'Plugin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Hello - within a plugin, in a custom command's "execute" method, I know I can call: ubotStudio.GetVariable("varName") to get the value of a single variable active in the UBot project being run. My question is, within my plugin script's execute method, how can I get a list of ALL variable names active in the running UBot project? Thanks
  2. Hello - can anyone tell me how to execute a UBotStudio builtin command from within a .NET plugin script? From within my .NET plugin commands custom "Execute" method, by referencing the instance of the IUBotStudio parm I can do things like "SetVariable" in UBotStudio with no problem. But, how would I execute a buitin UBotStudio command like "change proxy", or "navigate", or "clear cookies" for example? Does not seem to be immediately obvious... Thanks
  3. Hey Everyone, I've got a new plugin for you, which will let you manipulate any kind of dates and/or times (even conversion from and to different culture/language). Plugin will add a new function called "$datetime manipulation", and you'll find it under system functions. For more information and download please visit http://ubotdev.com/free-plugin-datetime-manipualtion Direct Download Screenshot: http://ubotdev.com/wp-content/uploads/2013/04/DATETIME-Manipulation.png Examples of Usage - UBot Code Snippets: Get Time Difference Between 2 Dates /TimesConvert From One Date/Time Fo
  4. I just releases my 2nd FREE UBot Plugin which will allow you to Encode and Decode URI strings (URLs) without using the "eval()" and JavaScript functions. The plugin will add 2 new functions: "$uri encode" returns a URI encoded string,"$uri encode" returns a URI decoded string. After importing the plugin you'll find the functions under "Text Functions", and the only thing you should know is that there are 2 methods for encoding (corresponding to 2 JavaScript functions), but you'll most likely be using "decodeURIComponent" in most of the cases. For more information about the plugin and ho
  5. I'm sharing a FREE UBot Plugin which will allow you to generate MD5 hash value inside UBot Studio. Plugin will add 2 new functions: "$MD5 from string" returns a hash value of a string,"$MD5 from file" returns a hash value of a file.http://ubotdev.com/wp-content/uploads/2013/04/MD5-Hash-Generator-300x211.png For more information about the plugin and how to download it please visit this my blog page. Direct download Hopefully you like the plugin and it will help you to make better bots.
  6. Have you Built a Free or Paid plugin? Get your free or paid plugin listed here please reply with the following information. Name of plugin: Link to the sales thread: Free or Paid: Build your own plugin with this example source code package built in c# http://www.ubotstudio.com/forum/index.php?/topic/16853-free-ubot-studio-example-c-source-code-to-build-plugins/ Looking Free or Paid plugins - view them all below FREE Plugins Name of plugin: Advanced Captcha (v3) Link to the plugin thread: http://www.ubotstudio.com/forum/index.php?/topic/17083-free-plugin-advanced-captcha
×
×
  • Create New...