Jump to content
UBot Underground

Ricx

Members
  • Content Count

    34
  • Joined

  • Last visited

Community Reputation

3 Neutral

About Ricx

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

2108 profile views
  1. Hi, advanced windows automation, $Windows Automation Check Returns: True if exists, but if not exists it returns the error: http://prntscr.com/dj168h
  2. Hey just a suggestion(Not sure if it's already in place) could you move that manual to the front page of the website or put a link there somewhere? The other day I was searching high and low, but could only find the helpdocs page which doesn't work anymore.
  3. Seems I have a problem, whenever i sort the datagrid, it messes up the datagridUI get value, it only displays the value from the original datagrid.
  4. Tried both, it didn't work. It seems that my audio files aren't working I tried to create the video with another audio file and it worked perfectly. So I guess I'll go inspect those files. Thank you for the help! Edit: Is there a minimum audio file size?
  5. Hmm I changed the path but still getting the same zero-byte result http://prntscr.com/au6cka
  6. Having an issue, getting 0-byte files from the 1 image + audio to video Using advanced image to make the image and advanced video(3.0.4) plugin command("Advanced Video.dll", "video from 1 image + audio", "{#fldrPath}\\body.mp3", "{#fldrPath}\\body.jpg", "640x480", "{#fldrPath}\\body.mp4") plugin command("Advanced Image.dll", "image caption", "{#fldrPath}\\videobg.jpg", "{#fldrPath}\\extra.jpg", "SUBSCRIBE NOW!!{$new line}To get the full article please visit the link in the description. You can close this video now! Relevant terms to this video: {$new line}{%UsedTags}", "Arial Black", 2
  7. Have you tried this using private proxies rather than VPN/public proxies?
  8. Not sure if I missed something, this was working perfectly fine for me a few days ago. Today I open ubot get back on a project, and it's just crash after crash. All I'm trying to do is get by captcha. I've tried almost everything. Not sure what I've done wrong. The issue is I cannot "save element image", whenever I use the element selector after I've selected an element If I click the advanced editor it says "No element/element not found. Double check that browser URL is correct." Currently using: Chrome 39 Windows 10 Professional Edition I've attached a video below to show what's h
  9. For me, I haven't sold any bots; It's not in my intention. However, if I am selling exclusive rights to a program, it suggests that user can become the sole distributor of it. For me, a few factors would have to be considered. 1) You may own exclusive rights, but that doesn't mean I give you my source code. 2) Will you need future updates? What if something were to change, if it's interacting with elements beyond your/his control it WILL eventually probably require updates. 3) Will my bot be commercialized? Or is it for you and your agency. Based on those questions and depending on the ty
  10. I think what you are asking is how to restart your entire program, you can probably put the main part of your code within a DEFINE and then call that define wherever you need to. http://wiki.ubotstudio.com/wiki/Define
  11. Ohh, I'm sorry! I didn't notice there was a change. Seems I was using the wrong element! <class="rc-imageselect-checkbox">That fixed it! Thank you, pash!
  12. Sorry, went to bed last night. Here's an updated video with what happened when I set the click location to "No" http://screencast-o-matic.com/watch/cDeb2k1rm4
  13. It gave me a similar result to the above video but I still got another and did 9 repetitions instead of 3 so more of the pattern could be shown. http://screencast-o-matic.com/watch/cDeb1H1raW Using: Chrome 39 set(#Number,0,"Global") loop(9) { click($element offset(<tagname="td">,#Number),"Left Click","Yes") wait(1) increment(#Number) }
  14. In the video I was using test code, the code is posted below set(#count,0,"Global") loop(3) { click($element offset(<tagname="td">,#count),"Left Click","Yes") wait(1) increment(#count) }
×
×
  • Create New...