Jump to content
UBot Underground

Search the Community

Showing results for tags 'function'.

  • 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

Found 4 results

  1. 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.
  2. 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
  3. Hey guys... got a issue that im sure can be easy solved from the experts here I've wrote a function that take 2 params and does some custom scraping of a page and I want to pass the result back as a list. define $GetAllUrls(#siteurl, #basedomain) { set(#siteurl, #siteurl, "Local") set(#basedomain, #basedomain, "Local") navigate(#siteurl, "Wait") wait for browser event("Everything Loaded", "") // custom scrape code here wait(1) } return(%urlListLocal) } I get errors when i want to assign the variable to a list or a string.. Tried the 2 following ways b
  4. Maybe a dumb question but id like to know if someone can please define and or describe the difference between the "Function" & "Command" choice in the "Define" command. Thank you.
×
×
  • Create New...