Jump to content
UBot Underground

ZonkDonkey

Fellow UBotter
  • Content Count

    18
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ZonkDonkey

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

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

  1. Is there a way to create an if statement that will basically follow these instructions: IF the UI box has been completed (or filled out), THEN do xyz.... It's the "has been filled out" part that i'm having an issue with. I currently have this: if($contains(#uk_amz_user,"")) { then { UKAmazonLogin() UKRunReports() } else { click($element offset(<login link>,0),"Left Click","No") } } Thanks again for all the help!
  2. Hello, I am trying to create a bot that will navigate to a list of websited defined in a text file and then run through the list to take a screenshot. I have a feeling I am going to need a loopwhile type command but I'm getting lost on how to set it up. Here is roughly what I have so far: define Screenshot(#screenshot) { clear list(%ScreenshotURLs) add list to list(%ScreenshotURLs,$list from file("{$special folder("Application")}\\screenshot_urls"),"Delete","Global") LoadAndWait() navigate($next list item(%ScreenshotURLs),"Wait") LoadAndWait() save browser image
  3. Thank you so much! This worked like a charm
  4. Hello, I was wondering if anyone knows how to hide a password in a ui text box? I don't see any option to hide the password with bullets like most logins have. Is there a solution for this? Thanks for your help!
  5. I've added "#time_days_ago" to the element I want to place the date, but nothing is coming up: http://screencast.com/t/zvWa2HbSts I also entered "Days to go back" as 1
  6. Thanks for this! I will test it out here shortly to see if I can get it working (i'm still pretty new at this). Just FYI: this is why i'm trying to do: http://screencast.com/t/XN6RNG2DBEkO If you have a better way of doing that, i'm all ears! Thanks again, I appreciate your help!
  7. Hi! I'm trying to get ubot to type yesterdays date. Anyone know how to get this done? I know the $date function will provide today's date and time but I'm not sure how to remove the time and simply -1 the day. I would also need to do the same thing but -4 days so I can create a date range. Thanks for the help!
  8. Here is a screenshot: http://screencast.com/t/qbgDtlHU
  9. Hmm, now i'm getting a script error: http://screencast.com/t/CFSMWGds set(#download_report,$scrape attribute($element offset(<class="button_label">,0),"href"),"Global") download file(#download_report,"{$special folder("Desktop")}\\{$plugin function("File Management.dll", "$file name", #download_report)}.txt")
  10. Okay, so I have a few things... Thought it would be easier to shoot a quick video to show you what I am doing: http://screencast.com/t/VkBPRQFflz Thanks for this, I will test it out!
  11. Oh, sorry about that. The target download page is secured on Amazon. Here is a screenshot if that helps: http://screencast.com/t/654R4LKk
  12. Thanks Brutal, There isn't much to the code as of now, just a button click: click(<image="___IMAGE___4___IMAGE___">,"Left Click","No") A "Save As" box comes up and I just need to know how to save it into a specific folder with its original filename.
  13. I'm having an issue trying to save a file. For instance, the bot will: 1. Click the "Download" button 2. Windows dialog pop up This loads the original file name but how do I save it to a specific folder? When I try this tutorial: http://wiki.ubotstudio.com/wiki/Save_Downloaded_File I am unable to use the original file name. Any help is appreciated.
  14. Very cool! Thanks a lot for the help. I will use this and see how you were able to do everything and see if I can modify it more. Thanks again!
×
×
  • Create New...