Jump to content
UBot Underground

Search the Community

Showing results for tags 'ubot'.

  • 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 all, If you want to get expert help or training on UBot and all Automaxed Plugins, you can order it here: https://www.fiverr.com/automaxed/help-with-your-automation-bot-project I will show you everything you want to know or solve coding challenges within the time frame you purchased.
  2. Hello guys, I'm encountering quite unusual issue with CPU consumption for a while now. In my venture to make the code less aggressive, I did literally everything I could thought off, but as it seems to no avail. I did a few additional patches and went to checking the bot's running process in the uBOT Studio software and thought I've resolved the issue given that uBOT was consuming up to 10% of CPU max. but usually it maintains just a few percent of CPU like 3-5%. When I proceeded to compile the same and run as a standalone BOT, the CPU consumption went up and kept it constantly ove
  3. I have been using ubot on my second computer for around 3 weeks with no problems. However when I start it up UBot gets stuck on the splash screen saying validating licence. I have turned the computer off and on, uninstalled UBot reinstalled but still we not working. I have windows 10 .net 4.5 RAM 16gb. My other computer has no issues and I'm able to work without any issues.
  4. Why Ultimate Captcha will expire? Ubot can add this plugin. who know it?
  5. Hello, Whenever I try to login to gmail it gives me an following error: This is not working for me. I have seen the bug department and i do not think any one is working on it. It has been more than 2 months. Please any one can help me regarding this.
  6. Hello all, I stumbled across a Javascript code last week which might help me in what I'm doing now, however, I have had hard times to use the same in bot I'm working with -- mainly because I had no experience with handling the Javascript code, except using simple JS code to scroll or refresh the page. I'm aware that I need to pass certain scraped parameters from the image I wish to apply JS on, but regardless of many attempts I couldn't get it done. I'm pasting the JS code and the code from the page which I'd like to run JS. // VERSION: 2.3 LAST UPDATE: 11.07.2013 /* * Licensed under the MI
  7. Hi I get stuck while solving a captcha for site https://appleid.apple.com/account#!&page=create. It's look like a simple captcha with base 64 image. attached in .txt file. as it is base 64 so screen shot element and all ubot commands to save or download image is not working for it At Last i take a screen shot of the browser and send to 2captcha service but i get an error like captcha unsolvable. I tried with ubot inbuilt browser and the captcha is getting solved by ubot inbuilt solve captcha function without any problem but i want to solve it in exbrowser. Any help will be appreciated Tha
  8. Problem with this new version 6.0.4 i cannot complie stable software anyone knows where i can download v5.9 or something? i tried getting rid of every plugin and compile and software loads very long it almost shows the UI html panel before it crashes.... unbelievable! i am talking about complied software. Also when i open any script in ubot (When opening or importing a ubot. file Ubot Studio simply crashes..... every damn time) Only way to open a script is to save the source code to notepad and then open fresh ubot window and copy paste the code into code view and when you switch to Node v
  9. Hi! Attached is how to get cookies with the built in browser with UBot using JavaScript. Regards, Nick ubot browser grab cookies.ubot
  10. *Try the ui html panel javascript method as posted here: http://network.ubotstudio.com/forum/index.php/topic/16532-free-tutorial-schedule-batch-onload/ This helped solved some of my onload problems.
  11. Hi, http://ubotdocta.com/wp-content/uploads/2018/11/chrome-selenium-python.png Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.[27] In July 2018, Van Rossum stepped down as the leader in the language community after 30 years.[28][29] Python features a dynamic type system and automatic memory management. It suppo
  12. Hi , I am stuck in verifying emails ,i am using inbuilt command of ubot connect to mail server and underneath verify emails but not working.I previously used it for sending mail and was working fine but i am finding it difficult to verify emails . Everything looks like ok from my side connect to mail server("POP3 With SSL","test@gmail.com","test@123","smtp.gmail.com",995) { verify emails("Email verification","https://mailer.somesite.com/wf/click.upn=.*","None")}
  13. hello i want to make a email creator for zoho.eu navigate("https://www.zoho.eu/mail/","Wait") reset account("Any") change checkbox(<id="personal">,"Checked") type text(<username field>,$account data("Username"),"Standard") type text(<password field>,$account data("Password"),"Standard") type text(<first name field>,$account data("First Name"),"Standard") type text(<last name field>,$account data("Last Name"),"Standard") change checkbox(<name="tos">,"Checked") type text($element offset(<email field>,0),$account data("Email"),"Standard") click(<crea
  14. Hi to all am stuck at a point in my project , i want to catch all the urls which are navigating in a chain but in browser it is not possible to monitor it and save anywhere else. So i am using a chrome extension HTTP Headers Viewer and another one is Redirect Path which catch all the chain from starting to end. But am not able to click on extension in exb and gettin all those redirect chain. the redirect chain are as follows:- https://refererhider.com/?http://track.trackmy.co/6d7df969-73a8-4246-8a9d-82aa8b7f56d6?s1=allthegreatthings1&s2=%281%29+Simple+Trick+Removes+Eye-Bags+And+Lip+Lines
  15. Here is my code set(#ApiKey,"2captcha api","Global") set user agent("Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36") wait(2) navigate("https://www.youtube.com/channel/UCOhHO2ICt0ti9KAh-QHvttQ/about","Wait") wait for browser event("Page Loaded","") if($exists(<innertext="VIEW EMAIL ADDRESS">)) { then { click(<innertext="VIEW EMAIL ADDRESS ">,"Left Click","No") wait(1) wait for element(<class="recaptcha-checkbox-checkmark">,"","Appear") set(#GoogleSiteKey,$find regular expres
  16. Hi there I have some .exe's as well as some excel files for a system I've made. A lot of webhosts don't allow me to host that. How do you guys get around this issue? For example, this site:https://www.botguru.net/ubot-user-free-plugins/ You sign up and then you get e-mailed the files which is awesome. My question is, how do I implement something like that? And how do you stop spammers from hogging bandwidth constantly downloading those files. I'm thinking of creating a membership site and I could use an external host and stuff, but I'd rather something like this as it keeps users o
  17. Anyone have any experience with Selenium? Wanting to integrate this. Been trying for a few days to create a basic web scraper but it's harder than I thought :S. http://scraping.pro/scraping-amazon-webdriver-java/ Trying to modify this but it doesn't seem to even put anything into a CSV (remains blank).
  18. hey i need some help i see its possible to use captcha sniper as some old threads i tryed many things but i dont get it to work would be awesome if yomeone could help me
  19. Hello, My name is Florin and first I dont know if this is the right section to post but there we go. I got the community edition and played a bit with it and after that I felt in love for it. The problem is I dont have money to get a pro licence for myself so I cant really start to make some money. I did sent an email to support if they can give me a licence for 4-5 months so I can build and sell some apps/services but I got reply, they cant help me with that. Like so I decided to make real quick a website and try my luck here asking for some small donations. More about you can read he
  20. Hello again, i have a big problem and that is an unclickable button. I mean you can click it, but i won't work, i changed browser from IE to chrome, but there are no changes. It doesn't work either with command and browser click. Maybe because it needs new browser tab ? You can find the code below :
  21. Why Ubot compiled file shows Trojan??? Why why why?? Also, how come I remove the ubot studio tag as well??? Anybody??? Zikria
  22. Hi guys, While compiling bots with the installer in developer edition is producing a huge file about 80MBs. Is there anything we can do to reduce the output file size??? It is very necessary for me to have less than 50MB files... Any help will be highly appreciated Thanks in advance. Zikria Akbar
  23. Dear Fellow UBotters, I am planning to automate a series of blogs. My idea contains the following. Scrapping one news from different news channels' websites. (up to 10) Shuffling the content and creating a brand new article. Creating a brand new seductive title for the post. Publishing the article with content and relevant images (3,4) also Inserting anchor text (3,4). I would love to listen to your ideas and experiences. I look forward to hearing from you soon. Have a good night from Milan Italy. Bests, ZIkria Akbar
  24. Hello everyone, Is there any chance to compile bots for ios? Any help will be highly appreciated. Thanks, Zikria
  25. Hi, I though this was very cool so here you go! What does this have to do with UBot? You can hook into a Raspberry Pi through SSH, a server and/or IFTTT AND more ways I assume. Don't play too hard and yes I do own a Raspberry Pi 3 however, no time to play atm. Regards! Nick
×
×
  • Create New...