Jump to content
UBot Underground

team@whatalooker.com

Fellow UBotter
  • Content Count

    46
  • Joined

  • Last visited

Community Reputation

0 Neutral

About team@whatalooker.com

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

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

  1. Hello, I am reading data from a text file. It has 3 columns. 2 columns contains string and the 3rd one contains integer. I load each piece of data into a separate variable and then I need to use the third variable as integer #duration In my specific case it stands for a duration of a video. Then I am trying to use $rand from 15 seconds to #duration. The program interpreter complains that var #duration in this case is a string. How can I convert it to number? Thank you
  2. Thank you. I will use this option only when 5 decaptcher attempts will fail.
  3. Thank you. I figured out what was the problem. The problem was that within the executable that I ran with the Shell command I made I was getting the data from the net with GetResponse calls. Apparently this causes some sort of conflict with UBOT. Once I removed this part of the code from the executable, shell function start working fine.
  4. Hello, Is there anybody who uses ITT Chosen Captcha? I just want to know what service is that, what is their website? Thank you
  5. Hello, One of the process that I run requires shelling out and calling an executable. It's a fairly simple C# app that runs flawlessly from the command prompt. However, when I run shell function, many times it gets stuck and I have to kill the process in Task Manager. Is there anything I should watch for or need to know while using shell command? Thank you
  6. Hello, Does UBOT supports 64Bit Vista? Thank you
  7. Java script is an actual programming language with hundred of commands. If you are up to the task here's the link to a Javascript lessons http://docs.rinet.ru/JS7/tjs01fix.htm
  8. Thank you. Yeah. I used this command. Unfortunately it doesn't work in the way I need it to work. Well...I dunno. I am switching ip via. connecting and disconnecting DSL and I verified many times that ips are changing. So that if outside UBOT browser I go to say ipchicken.com my wan ip will change every time I switch. However, when I do the same in UBOT browser, ip doesn't change whether I'm reloading the page or not. However, if after script has ran I'm using the actual browser [refresh] button manually, the ip is changing to the correct one. Since this refresh is done with some so
  9. Hi, Is there a command or a round about way to refresh the page in UBOT browser? Is there a way to clear cache? Thank you
  10. Aaron, What do you use to record a tutorial? I used to use Camtasia Studio, but the resulting quality was much worse than yours. Thank you
  11. You can try running javascript prompt command.
  12. *** Many thanks. innerhtml worked! How little sometimes one need for local happiness.
  13. The problem with clicking in this case (at least inside of Hotmail) is that clicking action opens a separate window outside of UBOT browser so you're screwed in that sense. I also tried to select with wild card and than scrape either page or chosen attribute. In either case the scrape was unsuccessful. Either the resulting list has no items or I encountered index out of range error while trying to set the variable.
  14. if you are interested about passing parameters and includes, here's a great Seth's video clip that goes over these techniques in details. My link
  15. On your question #1 you need to see several Captcha src srings and find out, what is the common parts of all of them. Then you use wild card for the parts that are different. On your question #2 (if I understood you correctly) you need to place title and body into separate variables. Then when you change field attributes you will make the value attribute equal to those variables.
×
×
  • Create New...