Jump to content
UBot Underground

Search the Community

Showing results for tags 'windows'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. Haven't done any automation of Windows programs to date, and now am failing at the first hurdle. I want to automate creating video streams with Live Event Blaster, and can't seem to get anything to happen. So my question is: what are the common reasons for Ubot to fail to control Windows programs? Here's the code: plugin command("WindowsCommands.dll", "set active window", "Live Event Blaster 2.00 PRO", "WindowsForms10.Window.8.app.0.3307778_r9_ad1") wait(1) plugin command("WindowsCommands.dll", "move mouse", "Live Event Blaster 2.00 PRO", "WindowsForms10.Window.8.app.0.3307778_r9_ad1", 181,
  2. It is almost 2016. What is currently the best method for typing a text filename into a windows Save As dialog? Here is my current code: click(<pid=87>,"Left Click","No") wait(.5) change checkbox(<id="rsAddMap">,"Checked") click(<id="rsPhoto">,"Left Click","No") wait(.5) click(<id="rsViewReport">,"Left Click","No") wait for element(<id="download">,30,"Appear") wait(.5) set(#url,$replace($url,"#",""),"Global") set(#pt1,"www.targetsite.com","Global") set(#pt2,$scrape attribute(<tagname="iframe">,"src"),"Global")
  3. I am in desperate need for some help with this problem I can't seem to resolve. All I am trying to do is use the Windows Commands and save a report. The following code will click the `Download` button, which opens the `Save As` dialog, but the plugin command fails presumably because it runs too quickly: navigate("http://www.reports.propertyline.ca/pdfjs/web/viewer.html?file=%2FReport%2F%3FSessionID%3D8a5616d7-bc3d-4b3d-a339-c279178b7dba%26ReportID%3D246214%2C%26InvoiceID%3D430019%26InvoiceItemID%3D470627%26Type%3DBasic%20Report%26Agent%3D2%26NoImg%3Dfalse%26AddMap%3Dtrue","Wait") wait(2)
  4. i am new and on video 9 and about 6 min -8min into the video ubot should be clicking the cancel button. i have followed the steps perfectly yet when i run it it doesn't click on cancel. i even tried to set the active window first but that did not work either. does anyone know how to fix or get around this? i don't want to watch the videos out of order but if i can get a fix to this i can't go on with video 9 becuase its the first step which leads to the rest of the steps in the video. really need some help pleasethanks
  5. Hello everyone, I have a noticed that some bots don't function correctly on windows 8, I have had many clients that are having problems with the bot not functioning correctly and they are all on windows 8, I have seen it happen with my own eyes, some times the open file button dose not do anything and some parts of the bot that work perfect on windows 7 just don't function on windows 8. Have any of you noticed this problem yet? If this has already been adress please point me in the corect direction.
  6. Hey guys, i work with a lot of windows commands...i put my compiled bot in VPS and works well as it seem, but when i disconnecting my PC from VPS it seem not work as when i connecting my PC to VPS. How can it works with windows commands without connecting thru VPS? I use Windows server 2012
×
×
  • Create New...