Jump to content
UBot Underground

some_guy

Fellow UBotter
  • Content Count

    134
  • Joined

  • Last visited

  • Days Won

    2

some_guy last won the day on February 20 2010

some_guy had the most liked content!

Community Reputation

11 Good

About some_guy

  • Rank
    Advanced Member
  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. just tested my yahoo bot and it doesn't work anymore, something about not entering the birthdate, the issue I had couple months back was that the country selector need to fire some javascript that wasn't documentated in the page, This fixed it var fireOnThis = document.getElementById('country'); if( document.createEventObject ) { fireOnThis.selectedIndex = 231; fireOnThis.fireEvent('onchange'); } 231 was the index of the country I was trying to select.
  2. You have to do something funky with javascript, fire an event manually, let me go see if I can find my old bot.
  3. If you're not prepared to do the above, quit now and save yourself some bother. The above attitude will do you good in so much IM related, not just ubot / programming.
  4. Scaped these a couple of days ago and verified, dunno about know though 211.138.124.196:80 211.138.124.197:80 121.14.158.75:80 218.26.14.122:80 119.70.40.101:8080 222.92.117.241:80 193.136.138.15:3128 70.33.177.129:3128 217.176.200.250:80 94.100.90.22:80 202.28.38.32:8080 85.31.179.178:3128 91.121.201.130:80 77.94.32.171:80 206.224.254.11:80 192.133.83.235:80 61.145.112.86:80 130.245.191.60:3124 195.168.109.60:8080 216.218.211.156:80 147.102.82.32:3128 68.68.107.60:29505 222.165.130.82:80 193.191.148.227:3128 193.191.148.227:3127 143.205.172.12:3124 144.140.129.30:80 128.232.103.203:3124 7
  5. I have one, it used to work, haven't tried it in a couple of months but don't see why it wouldn't. What you got to swap for it?
  6. Have been trying to test it out in buzzfeed, but cannot get the flash thing to work at all. Just get a black box with a save and cancel button. From what I can tell, the code you have posted above is not relevant but tbh I don't really know. Will have another look next time reboot machine to see if that helps me run the flash.
  7. My javascript skills are pretty rubbish, so can't help that much, but if you can get the ID of the control you want to fire, you can use something like var fireThis = document.getElementById('**ELEMENT HERE**'); if( document.createEventObject ) { fireThis.fireEvent('click'); } replace **ELEMENT HERE** for the element ID you want you can replace 'click' for any JS event, so onchange, mouseup, mousedown etc etc
  8. The web browser control is IE based, it will not work with Firefox (if you were wanting to utilize FF plugins, you can't from what I understand). It might be technically possible for uBot to give the option of working with a mozilla based browser (geckofx), but don't think this is on the cards (atm).
  9. some_guy

    [library] Strings

    Hi, sorry for not replying have been out of action last couple of weeks. I've had issue with copying nodes, especially subs and if changing the text in the name. As Alc hitting refresh should help, I also used to do something else which would mean it always worked, but can't remember what as am abit ubot rusty. If I remember I shall post it here
  10. Very nice and thank you. How did you get round the gmx password javascript checker thing if you don't mind me asking?
  11. yeah yeah you guys definately getting some love sent your way from me
  12. Many thanks for this, will give it a good test when get some time.
  13. Replied to the PM you sent, although in the other thread said I solved it, I was wrong, it did seemingly a couple of times, but then failed. So I gave up. Just went back to try and fix it and seems I deleted the almost finished bot in a fit of rage. The issue is to do with (I think) Javascript attached to the Javascript events onkeydown onblur Could look at trying to force these events in Javascript. Also is possible some events are required that are not noted in the source code. Could try and force onchange, onkeyup etc etc
  14. Just a question, how do you guarantee? I can say safely you do not have a captcha rate of 100% and tbh saying so is unrealistic. Unless there have been some changes to your system in the last 2 weeks. 95%? Possibly, I did get a couple of wrong answers when decoding Gmail captchas but they are pretty tough (I only have a success rate of 50% when I do them manually ) perhaps if I sent another 90 through they rate would go back to up to 95%.
×
×
  • Create New...