Jump to content
UBot Underground

Search the Community

Showing results for tags 'Free'.

  • 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 22 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. 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
  3. Hello, This is a free series to get you going fast and cut that learning curve to a minimum. This is for all users new and old however, it is targeted for the new user. These tutorials are strictly for the UBot Native Browser without any free or paid plugins and should be usable for all 3 UBot Editions. These source codes are well commented throughout the code and I also started a Skype group just for beginners to get you going fast. You should be able to work through these free tutorials within a few days and start making your own software within the current week. See what these tutoria
  4. Hello fellow Ubotters! I'm a member of 2captcha.com marketing team. We are one of the oldest captcha solving services around. We can solve any type of captcha and when the new captcha type comes out - we are the first to come up with solution. Google's reCaptcha v2 bypass algorithm is a good example of our talented research team's work. Our aim is to provide you with a seamlessly working way to overcome captchas for all your projects. In fact I will be more than happy to provide you with a $2 coupon so that you can test 2captcha.com for yourself. Just leave a message here or pm me.
  5. Hello guys.. I created a freebie section where I am updating with videos and sources to teach all the community how to create bots with real life examples. You will find a course with Modules and Units. I am working currently on the UBOT Module, which will include many other things that you ask for in this thread, so I code, record me and upload the source code. Module 2 will talk about other botting ways like Python + Selenium and other ways. Please let me know what you want so I can update the course, it appears like a product of $0.00 you will need to register to buy it and access for f
  6. UBot Boot Camp Basic Training – Poster Source Code http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/11/ubot-basictraining-boot-camp-550-b-r.png Hello Newbie! In this “Source Code” aka .ubot file I will attempt to show you how to use the most common nodes used in any software you build. This is not a full production bot yet but this one in particular shows how to make a posting bot. Most of the same code can be used for a scraper too. You will learn how to learn the following commands and functions(nodes). Commands: set header - change user agent and referrer na
  7. UBot Boot Camp Intermediate Part 1 of 2 http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/11/ubot-interm-part-1-boot-camp-550-b-r-598x600.png Hello Newbie!! Welcome back! We are continuing with the same base code from “Basic Training” and added some nodes with some more refactoring. More specifically we are reading form file into a list and looping it. Then refactoring into the “define” command to better organize our code. Commands: 1. save to file 2. defines 3. clear cookies Functions: 1. read file 2. list from file 3. special folder Con
  8. This simple bot will complete 2 tasks via fiverr.com Scrap targeted users from your competitors gigs. Send targeted users a message to promote a new service. TRY FREE DEMO VERSION HERE Here is a video example:
  9. Lately I've been working a lot with scraped and free proxies and have gotten annoyed by some of them working with UBot and some not - despite other proxy checkers saying they are good. Here's a simple script that will test a list of proxies(chosen by you) and will save the successful ones to the desktop under "successful proxies.txt". This has a good amount of idle while checking, this is because my UBot has a mind of its own at times and needs to catch up - so you can lower the wait times if you'd like. ui stat monitor("<span style=\"font-size:30px;\">Proxy Checker</span>", "")
  10. WANT AUTOMATIC FOLLOWINGS ON WEHEARTIT? MASS FOLLOW ANY GROUP OR USER ON WEHEARTIT AND WAIT FOR THOSE USERS TO FOLLOW YOU. THIS IS THE FASTEST METHOD FOR GAINING 100% TRUELY UNIQUE WEHEARTIT FOLLOWERS. MASS FOLLOW, WAIT A FEW DAYS, MASS UNFOLLOW AND REPEAT THE PROCESS. WATCH YOUR FOLLOWERS GROW AT THE CLICK OF A BUTTON. MASS FOLLOW MASS UNFOLLOW Demo Video: WANT AUTOMATIC FOLLOWINGS ON WEHEARTIT? MASS FOLLOW ANY GROUP OR USER ON WEHEARTIT AND WAIT FOR THOSE USERS TO FOLLOW YOU. THIS IS THE FASTEST METHOD FOR GAINING 100% TRUELY UNIQUE WEHEARTIT FOLLOWERS. MASS FOLLOW, WAIT A FEW DAYS,
  11. Here's a bot I made which farms free bitcoins which you can gamble Works quite well! • To use proxies , create a txt file on your desktop called "proxies.txt" and fill it with proxies , then select "use proxie(s)" within the program • Requires DBC for full automation. http://i.imgur.com/XgSK5PM.png
  12. 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
  13. Encrypt any information that you may need secured. - Accounts - Passwords - Emails - Web Pages - And Much More 1. Encrypt HTML Data Using Special Key 2. Decrypt the Encryption Data Using Special Key Special Features: Does Not Store Any Information Does Not Leave Traces of Viewed Content Displays Content In HTML Format Locked By a Specific Key Demo Video: Encrypt-Decrypt.ubot
  14. http://ubotdev.com/wp-content/uploads/2013/12/Command-Line-Arguments-Plugin.png This time I'm giving away a FREE UBot plugin called "Command Line Arguments" which will allow you to run Ubot compiled executables with command line arguments/options and retrieve and use that information inside the compiled bot. To read more about this plugin please visit this page: http://ubotdev.com/free-plugin-command-line-arguments
  15. Hey Guys, Found this here blackhatworld.com/blackhat-seo/black-hat-seo-tools/604676-rank-checker-free-open-source.html can get it here as you will see there ^^^ serposcope.serphacker.com/en/ This rank checker can check your position on Google and support local search for doing search from a specific city. It also support socks proxies, http proxies or just multiple interfaces in case you have a dedicated server with multiple IPs. It can also handle Google captchas (you need a DeathByCaptcha account for this). There is also an embedded calendar to track your seo action and see the d
  16. I had tons of help from this community and learned so much from you guys, so i thought maybe i can give something back once a while Special thanks to a2mateit For this tutorial you need Aymen's HTTP plugin that can be found here : http://www.ubotstudio.com/forum/index.php?/topic/12837-sell-http-post-plugin-crazy-bonuses-inside/ And you need a basic base64 converter : http://webcodertools.com/imagetobase64converter First convert your image with webcodertools and copy the image tag : http://i.imgur.com/LfMVMf8.png Then copy it into $html decode from Aymen's HTTP plugin : http://i
  17. UPDATE - NOW WORKS WITH ALL VERSIONS OF UBOT STUDIO (see below for standard/pro version) I needed a small progress bar for a project I'm working on and wanted it to be "lightweight" and easy to work with without a lot of 'riff-raff'. It worked so well I thought I'd share it with all of you. I've attached code and .ubot file. Notes: This is accomplished using HTML5Displays in HTML UI Panel (Dev Only)Updated to display rounded numbers in % set(#progress, 0, "Global") ui html panel("<body> <progress variable=\"#progress\" fillwith=\"value\" max=\"100\" style=\"width:300px;\"></
  18. Hey Kidz! I have some code to play with for you. Early Thanksgiving gift. Plugins used are File Management and INI created by Aymen. There is a Dev version for the Developer license holders which includes the "onload command". This is to demonstrate populating a list box from file. In this case an INI file, but can be use with txt or csv. The other .ubot file is with out the onload so that other users may load it. Yes, I'm that way. They are commented as well. It should be apparent what to do but feel free to ask a question. Feel free to add to it and share here. Or start new threa
  19. I'm working on a Google images scraper that I plan on selling the source code to, and I was looking for beta testers to test out the compiled version that I have so far. https://www.dropbox.com/s/mhpdfavejlxpwoo/Google%20Image%20Scraper%20Beta.exe http://gyazo.com/b41c599680001be9e2b70e90d40d0de6.png http://gyazo.com/72e65a98c0d98396d4c8ffbe716da4c0.png
  20. I would like some help from the community. I do not claim to be an expert but im learning. So i figured i would share what i made. Id like to know how other ppl would have gone about doing the same things i did. What i have made works, but im not sure perfectly. Ultimately i would like a PUBLIC proxy checker that runs 24/7 picking up local lists as well as downloading lists. This bot is made to collect a list from "thebigproxylist.com". As well as up to 3 lists stored locally. Also it auto loads the saved file. Then overwrites it with the new results. The "protection" is just the bot vis
  21. Get unlimited real followers at the click of a button. Twitter 1.2 now free to download. Not a demo, this is the full program. Try it out and let us know what you think. http://elitesportsupply.com/software
  22. No fancy graphic, No sales letter, Just easy, instant traffic, with the click of a button Get thousands of views of your site, banners, and text ads. And the best part is: This Traffic Exchange Bot is yours FREE! Image: http://tinypic.com/view.php?pic=2myta1f&s=6 Video: http://screencast.com/t/orIcwr75 Great for promoting traffic generation products, building your list, building down-lines, and reaching the opportunity seekers who want to make money online. It is so easy you might as well run it while you sleep. Wake up to results! So far seems to run for hours and hours
×
×
  • Create New...