Jump to content
UBot Underground

Diji1

Fellow UBotter
  • Content Count

    19
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Diji1

  • Rank
    Member

Profile Information

  • Gender
    Male

System Specs

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

Recent Profile Visitors

3512 profile views
  1. That is a brilliantly simple and very elegant solution. Is there a way to determine what gender has been chosen after the node has run though?
  2. Sign up at the link above Kreatus. I'm in and thanks Brindle for getting the ball rolling.
  3. BTW, love how your regex scrapes email [AT] server [DOT] com and other ways of hiding emails JohnB
  4. Regex is basically a way of matching (or searching) text that can cover any form that text can take. Here's Wikipedia's definition: http://en.wikipedia.org/wiki/Regex If that sounds complicated (people usually find it complicated at first, don't worry, you get the hang of it after some practice) think of it like this: when you use search in notepad you might look for the word "cow" and it would find "cow" if you had the sentence "The big brown cow chewed happily on some grass". So let's say instead of wanting to find the word "cow" you wanted to find something that took a particular for
  5. OK, I just thought I'd update this thread in the interests of sharing for anyone who encountered the same issues with this or other sites. Whilst the method Kreatus came up with works fine (and THANKS again) it necessitates making tons of IF statments like: SET X to random number within range IF index = X Click link X ELSE IF index = Y Click link Y and so on for all or some of the available items which is a major PITA. So what I figured out is: SET variable to X (X = random value that's within the range of the possible values for the dropdown) CHOOSE BY ATTRI
  6. Wow mate, thanks very much to you for this! Much Appreciated! This never would have occurred to me a giveaway for bots.
  7. Not exactly but there are tutorials that show what you'll need to know - you should watch the tutorial "Rich Text Processing" for the first method and "Tables" for the second method. If you need to know more than this I suggest watching all the other tutorials also.
  8. If I understand your post correctly you wish to know how to record emails or other logins with the associated passwords so you can retrieve these later on. There are several ways you can do this that I know. One is to store the emails and logins in a text file with a delimiter (a character that tells whatever program is reading the file where one piece of data stops and another begins). So for example you could store emails and passwords like this in a text file: someemail@server.net:PASSWORD1 anotheremail@server.net:PASSWORD2 The ':' character is the delimiter. Note that the delimit
  9. Yep, great idea IMO. You can count me as wanting to collaborate on this in any way that I can. As long as the project is managed well - essentially standardising and enforcing input and output formats - I see no reason why something better than SENuke can't be made. Especially considering that many people could potentially work on modules and module types (links from articles, bookmarks, web 2.0 sites etc.) This is by no means the first time I've read criticsm regarding SEnuke so I think good things could come of a project like this. Other projects such as SERobot are already purported
  10. Yeah, I thought of that but it didn't work. Thanks man, that is great! It works as well as saves a lot of fiddling about that's involved using other methods. Ossum!
  11. Hi - I'm trying to create an AOL account creator bot and I'm running into an issue with the dropdown menu as indicated in the image: http://i51.tinypic.com/rlvpeg.png I can 'Choose by attribute' -> 'Click Chosen' but the dropdown briefly appears then closes and I'm at a loss as to how to deal with it. 'Select Random Child' doesn't work I figure I can call a WinAutomation macro from Ubot to send mouse clicks to the page but surely there is a way to deal with this sort of dropdown in Ubot? Possibly I'm overlooking something very simple here ... So berate me if that's the case but don
  12. Wow, thanks Praney, great stuff. I'm not that experienced with Ubot TBH and I'm learning a lot from your code. Much appreciated! Also Greets from Adelaide, hope you got through the floods OK!
×
×
  • Create New...