Jump to content
UBot Underground

Bealad00

Members
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

3 Neutral

About Bealad00

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

2497 profile views
  1. Hello, I have compiled a pinterest bot in which the bot does the following in a loop - Navigates to Pinner's Profile Page - Follows the Pinner - Waits 30 Seconds. The problem is after it has looped to around 50-100 times it freezes permanantly - it does not crash but it just does nothing for infinite time once that happen i have to stop and run the bot again. This happens to almost all other type of bots (made with ubot) that involves loop. After every few loops they just freeze is there someway to fix it? Thanks in advance.
  2. @arunner26 : i made this code a couple days ago when the ubot crashed right at the time when i pressed Ctrl+S so it saved a 0kb file and i lost 6hrs of my work. also the ubot backup option didn't backed anything up now every bot i create i add this little code to the begining, so now i have a multiple backups of my bots = this comes really handy
  3. Here a quick and simple ubot code that will backup your ubot file everytime you run your bot. Just add it to the top of your ubot code, *Replace "BotName" with the .ubot filename. loop(1) { set(#date,$date,"Global") set(#date,$replace(#date,":","-"),"Global") set(#date,$replace(#date,"/","-"),"Global") copy file("{$special folder("Application")}\\BotName.ubot","{$special folder("Application")}\\Backups\\{#date}\\") }
  4. @Dr Dre : Its not just tumblr. There are lots of other Things like - when the code gets big and when i try to select some class in a webpage ubot crashes. - for some of my bots when i loop too many times my bot gets stuck and crashes. http://bit.ly/1GX9IGa - web automation gives lots of errors - recently i am facing issue with captcha, it types captcha wrong in a specific pattern : http://bit.ly/1wpm6NZ - ubot does not have resolution spoofing, this is a big flaw when using multiple accounts with ubots (when spoof traffic, use fake accs. all info is different just the browser resolution is t
  5. Here is the full script http://snippi.com/s/vcgcnwg Please don't copy paste the code in here, i don't want it to get indexed in search engines.
  6. Hello, Since a few days i am unable to automate tumblr stuffs in ubot, most of the tumblr functions are not working in ubot browser. - Create new post is not working - Dropdown menus in tumblr are not working - when you type in text in search it does not shows suggestions - when you seach a tag, no posts / blogs show up. I Tried using different Useragents, Chrome, FF, etc.. and i still get the same error. I tired ubot4 and ubot5 and both give the same error. I am really tired of ubot. Its really so full of bugs and flaws it automates 1 thing and gets stuck at 10.
  7. Hello, Ubot is popping up captcha window twice for everytime a captcha appears in the specified webpage. https://www.screenr.com/m2LN Is there some way to fix this? Regards, Bealad
  8. Hello, One of the bot i created today, is giving me this error, was wondering if anyone had this error before and know how to fix it? http://i.imgur.com/2anUz27.png Thanks in advance
  9. When i added "Clear Cookies" option before captcha. it removed the "aieiii" part. but captcha is till returning with double last alphabets of the captcha word.
  10. Hello, Here is what i am trying to do exactly. 1. I want to grab list of usernames from column 0 of a text file. (Done) 2. List all usernames in a dropdown menu (Done) 3. When i select "x" username from dropdown menu and run the bot i want the bot to load all items that are in the same row of which the "X" username is located on. ( Not Sure How to Do this ) I would really appreciate if someone can help me out with this. Thanks in Advance.
  11. Everytime ubot solves a captcha using DeathbyCaptcha it solves it wrong in a specific pattern. It solves the captcha but it suffixes text with "[last-alphabet-of-the-word] aieiii" If the Captcha is "Mjto" it types " Mjtoo aieiii" How can i fix this Note : This only happens with tumblrplug.com for other sites captcha solving is working perfectly fine.
  12. Yes its working with chrome user-agents thanks with firefox and ie ua its not working thats strange.
  13. when i login to facebook via ubot, this is what i get it tried it via proxy, using different UA and still the same http://i.imgur.com/mLIYjc5.png can anyone please tell me how to fix this.
  14. can someone please tell me how can i send sms using smtp server with ubot? like this : http://whoistoddmatherne.com/sms-extreme-sender/
×
×
  • Create New...