Jump to content
UBot Underground

Rasho Han

Fellow UBotter
  • Content Count

    97
  • Joined

  • Last visited

Everything posted by Rasho Han

  1. Amazingly I just realized the need for an email creation bot! (lol crazy yes!) I decided to go with AOL because they use pop, I know Gmail is a waste of time due to SMS verification. I have not ruled out yahoo.co.uk though. What are the easiest mail providers to make bots for? And how is capcha services implemented? I found nothing solid with search yet. I'm only now stuck with the AOL drop downs for secret question and birthdays too. Is that even possible? Or should I forget about AOL?
  2. Ah darn, I was afraid that was the case. I was thinking of developing a bot that would have had independent tabs to connect to different private proxies to do tasks, it really would have been a revolutionary tool. Lets hope something like this is in the works!
  3. Thank you Super Dave! You are the Man! Thank you for taking the time to even write some comments in the code to aid me, that is just straight up coolness in my book. Using list boxes has confused me since getting ubot so I have avoided using them, but now I understand what must be done! Now all I need to learn is the rules to apply to working with .txt lists and csv lists and I'll be set to make all the bots I'll ever need. I have come a long way in thinking programmatic (logarithmically?)thanks to this community. I really love it, I wish there was a proper "thanks" button here!!!
  4. Hey if I add a new tab/script to a bot will it act as a new browser window with a new proxy if I set it to have one? I am working on a script now that uses 1 script tab as a browser tied to a proxy, but the function I am trying to do will need the ability to use another proxy and browser. Is there any way to make ubot use both browser windows on 2 different proxies? as it is set up now the variables are universal in all new tabs, but I figured if I gave each tab it's own proxy variable it would work. I also plan to enable each different tab to have a way to clear cookies/history etc.... if
  5. Hello! I want to use a list box for a simple little program I am making but am at a stand still in understanding how to put it to use. My idea was simple, to make a bot that takes keyword text and a url and makes an anchored link. I have it so it can either do it in html or bb code. The problem is that i use a ui list box to choose from either of the two, but I can't figure out how to make the selection work. I tried to give each list box item a variable and call it later in the function. To test this I set the variables to go to google or aol, this way if I select one of them and hit ru
  6. I'm looking into how to get rid of google instant. Thinking at start of any bot to look for it on google then click it's off button before doing anything else in any bot.
  7. Darn, was hoping you had a solution. I think now I have tried everything already!
  8. Yes until it is finished this has to be my number 1 priority with ubot. The friend who bought me ubot did so just for this bot. If it was just for myself I would have been called it "finished" because it does work pretty much how i need it to. It sure is a pain in the behind though this 1 problem haha.
  9. Ack I spoke too soon! It only worked on the 1 site that I tested it on and it only worked because I typed the "name" not the full url. Trying that with the full url did nothing. I really am stumped as to what choice to use to always pick the non cache url. I have been learning so much stuff every time I sit down at ubot and mess with something, but this has yet to work out for me lol! I'm not giving up though.
  10. Wow I'm so stupid... I was trying all different methods of selecting the link I wanted, when all I had to do was change the attribute from outerhtml to innerhtml... Duhhh
  11. While I keep adding more and more to my bot, I still can't get it to click on the site itself in stead of it's cached page. I know it has something to do with how I handle the wild-cards, but I am stumped. I have been looking for a good tutorial for understanding the choose by attribute function and how to use it properly to pick anything you want or need, but I am unable to find one or get anything to work properly from trial and error. (all errors ha ha) Can anyone point me in the right direction please? This one small problem is all I have yet to conquer!
  12. Your script does not work for me rob. Maybe because they are different versions of ubot? I have the lowest one at the moment. I get the errors "click" is not unique and "check" is not unique. I compiled it but to no avail, it just halted early on in the process. The proxies never did anything. I'm looking into it but it's a bit over my head as of yet lol. Though I am learning well! My bot is doing pretty damn good if I say so myself! It has random delays in the right place and it loops quite well, it even finds stuff up to 64 pages deep. The only problem I face now is that it clicks on the c
  13. C:\windows\system32\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351 seems to work universally. Took some time but I found it. This thread should be a sticky because I'm sure clearing everything is one of the top needed/used commands for any bot! EDIT: Lol it is already! I found it with search.
  14. Oh wow nice! Finding the right proxies to use for this type of program is a real pain! now that i have a working bot the only problem left is finding and using the best proxies at the lowest cost.
  15. Anyone else have any experience with SE Sniper? If I were to make a ubot that is similar it would have to lack the features that SE Sniper has. However it seems to me that SE Sniper requires a list of proxies... and that is no good since I have returned a big fat zero on all the proxies I have used in my bot so far! it's quite the conundrum!
  16. This sounds interesting. If you would like to work together I am open to that. This project is important to me so I'm still working on it. If you want to get in contact then PM me and I'll send you my skype info or number. I don't mess around, unlike many I'm not scared of the phone
  17. Thank you Nuc! That would be most excellent! I am learning a bit from looking at code but am still unable to replicate it on my own without copy/paste huge chunks of yours, which I consider "cheating". I have been struggling with getting it to ignore the cached pages and just use the normal url's. But I am actually learning something, thank you for making something else to learn from!
  18. Awesome guide thank you! Does the "clear cookies when IP changes" effect ubot as well or must the bot have something in it to clear out the cookies? Is clearing history necessary as well? What i want to do is leave a looped bot running alongside hide-my-ip so it works like "fire and forget".
  19. Thank you nuc! I did not want to take advantage at all, it wasn't necessary, you really went above and beyond and I appreciate that more than words can express. I really want to learn what I did wrong though. So I will dissect the code as best I can to see what I can learn from it. Searching for decent tutorials is actually harder than anything! I'm still looking for something that will shed light on the critical points I'm missing. But most likely this will teach just as well and for that I am most grateful!
  20. And thank you Praney! You are one of the people who make this board so friendly and helpful! I hope to be as helpful once I have ubot mastered
  21. I'm going to have to scrap the idea of putting proxies into this bot, but I am still stuck on how to loop the clicking part of the program, it's very confusing! John's bot is awesome but confuses me. I can't figure it out like I did with Nuc's bot. Are there any off site tutorials that can shed light on what I must look for, or how looping works with what I'm doing?
  22. thanks a lot Praney! You're right, I have been too scared of those dreadful tutorials that I am not learning what I need to get my hands truly dirty! I'm going to spend some time making random things and testing stuff before I ask any more newbie questions. It's been so long that I have had to challenge myself to learn anything new, coding is something I always stayed away from on purpose. All the things on the PC I have learned over the past 4 years have not been as deep technical. But if I learned and mastered 3ds max well over 6 years ago, I can learn ubot now! Thanks again to you and a
  23. Sick! It makes such sense now, I don't know how I could miss something so easy to understand! Yeah I was using the newbie technique I learned in the official vids lol! But now I'm having trouble finding the... "$scrape chosen attribute" constant in order to scrape anything. i figure if I can get the thing to scrape from twitter I can get it to scrape anything! The tutorial I am using is not helping though. Tutorial I am using... http://support.ubotstudio.com/index.php?/Knowledgebase/Article/View/57/6/ubot-studio--scraping-items-to-a-list-from-a-webpage Going to go over it again because I
  24. Awesome! Thanks again Praney! That is exactly what I needed, perfect way for my old brain to learn with! I really needed that, again thank you for taking the time to help!
  25. Thank you Praney!! It works perfectly! Though I can't figure out how and what I was doing wrong. Your version has select from drop down but I don't understand it's values. I then see that what it does is it selects your keyword under the "choose by attribute" command and clicks it that way. Am I correct?
×
×
  • Create New...