Jump to content
UBot Underground

HarryPotter

Fellow UBotter
  • Content Count

    206
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by HarryPotter

  1. using it right now and got 50 points...

     

    then status just says "random delay 84".. normal?

     

    ---

     

    think the bot froze above...

     

    restarted and it worked for a few cycles and froze again slowing a blank screen

     

    --

     

    running it on xp with 3.5 gb ram

     

    great bot!  might just need some updating

  2. hello!

     

    was wondering if there is such a script (or if someone has made it and is wiling to share it)...

     

    but it would be awesome if there is a date counter function we can copy and paste into our bots :)

     

    here is how it would work:

    - ui input date/month/year

    - increment date would add one day to the previous date

    - it would automatically take into account end of month, or end of year and change the date accordingly (i.e. may 31st would become june 1st, dec 31st, 2012 would become jan 1st, 2013)

     

    i can code it i think... but it would take some time with my skills :(

     

     

    thanks in advanced!!!

     

     

    p.s. i can contribute a simple script i wrote that converts the month number to short month name (dec) or long month name (dec) if anyone is interested. nothing fancy though...

  3. hello!

     

    coding a bot for a private membership area and ran into this problem.

     

    i am using download file to save images but every time the download file node is ran, the previous page stops functioning...

     

    not a problem, as i figure a work around would be to use a new browser window to execute the download file node

     

     

    however, since we are opening a new browser window (and i am guessing because cookies are not shared between the browser windows), the credentials page is showing up every time i load the any page within the member's area

     

    so... is there a way to

    1) save images without killing the existing page

     

    or

     

    2) open a new browser window but not needing to login everytime?

     

     

    thanks for your help!!!

  4. tried searching for this but no luck... or my eyes are too tired to see :(

     

    if i have a dropdown box... how do i select all the options?

     

    manually, we can achieve this by:

    - click an element on the dropdown

    - type CTRL A

     

    or

    - click an element on the dropdown

    - hold SHIFT

    - click the last element on the dropdown

     

     

    i tried this in ubot:

    		    click(<name="aprogid[]">, "Left Click", "No")
    		    plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Press")
    		    type text(<name="aprogid[]">, "\{CTRL\}\{A\}", "Standard")
    

     

    saw this as well but don't know how to use it:

    http://www.ubotstudio.com/forum/index.php?/topic/8149-how-to-hit-enter-not-new-line-with-javascript/#entry41715

     

     

    Thanks for the help!

  5. hello!

     

    want to ask all you expert coders :)

     

    what is your naming convention for variables, lists and tables?

     

    reason i ask is because i find with my bots, the bigger they get, the more confused i get... trying to remember what variables have been used and what variable is what is taking time away from productive work.

     

    this is especially the case when i am done coding a script and moving on to the next script tab - i don't even need any of the previous variables but they are all there

     

    (i like to leave my variables/lists/tables as global just in case i need them in other script tabs though, so it's partly my fault)

     

    any tips and tricks you can share in this regard? you have standard prefixes? suffixes?

     

     

    THANK YOU so much in advance :)

×
×
  • Create New...