Jump to content
UBot Underground

a2mateit

Fellow UBotter
  • Content Count

    1673
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by a2mateit

  1. Thanks guys but I am still stuck. Before my loop I have the following: ui open file("Load Campaign", #campaign) create table from file(#campaign, &account info) set(#url, $table cell(&account info, 0, 0), "Global") <-- URL of site set(#username, $table cell(&account info, 0, 1), "Global") <-- Username set(#pass, $table cell(&account info, 0, 2), "Global") <-- Password set(#row, $table cell(&account info, 1, 0), "Global") Then I have loop with my commands inside. (still not sure what to put in as list total to have it go through the entire .csv as it's got o
  2. Thanks guys, I have it pulling the info correctly, but it will not loop through it just keeps doing the same site. What do I put in the number of cycles in loop to get it to run correctly? I am using List total for a list made from the .csv variable.
  3. Hello, I am creating a bot to bookmark websites to pligg sites. When it signs-up it saves the following info into a .csv file: Website Url in first column, username in second column, and password in third column. So how do I pull that info from the .csv to log-in to the site. For example: navigate to website in column 1, use username info from column 2, use password info from column 3, then after it bookmarks it will move on to Row 2 then 3 etc. etc. Justin
  4. And just when I thought it couldn't get any simpler. You guys are awesome!
  5. Glad that I got this at the special price. I have recently been converting my bots over and WOW. Everything runs so much faster now, it's amazing. The only thing the bot has to wait on is the captcha. Now if there was only a way to speed that up. Justin
  6. Hey John, Sorry! I meant no disrespect. Name your price ! Surely we can figure something out. Again I meant no disrespect and I am very grateful for your amazingly quick response.
  7. Hey Ninja, This is actually relatively easy. Create a UI dropdown command and put in however many times you want to be able to retry. Then use that variable in a if/then statement. I have attached a very simple bot to this post as reference. Keep in mind that you might have to change the $search page based on the type of site you are posting to. HTH Justin ui drop down("Captcha Re-trys", "1,2,3,4,5", #captcha) if($search page("Please try again.")) { then { loop(#captcha) { type text(<name="recaptcha_response_field">, $solve captcha(<style="display
  8. No problem. Consider it an ethical bribe for quick responses in the future
  9. Just placed my order on fiverr.com order #73248661 I hope you can enjoy it. I encourage everyone else who you have helped to give you a nice little tip if possible, you seem to respond to everyone with a great solution. Maybe you should really be pushing a gig on fiverr for a nice $4 tip. Just a suggestion. -Justin
  10. Hey UbotBuddy, That way is definitely simpler and works like a charm. Both ways are good of course, but this seems to be simpler. You and John both definitely know your stuff. I thank both of you and look forward to asking more questions and receiving more answers. Oh and UbotBuddy, I am going to place a fiverr order because I feel like you just gave me a Free Gig. Justin
  11. No Kidding! I wish more sites used this kind of easy captcha, would save me a fortune on captcha costs.
  12. Thanks John, Been trying to figure this out for the last couple of hours and it was literally driving me nuts. I guess next time I should just post on the forum and get the result in MINUTES. Thank you for answering so quickly. You're a lifesaver. Warm Regards, -Justin
  13. Hello all, I have searched around the forum for the last hour and have not been able to figure out how to solve this math captcha. The website the captcha is on is http://www.bytesocial.info/register I am trying to scrape page using text on left: What is the answer to this question: What is And text on the right as: = Then using the eval command to try and give the correct answer. Can anyone help me with this one?
  14. Hello, I am trying to figure out how to loop within a loop. I have searched the forum and cannot seem to find an answer for this. Can anybody please explain this to me. Regards, -Justin
×
×
  • Create New...