Jump to content
UBot Underground

SmokE

Fellow UBotter
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

1 Neutral

About SmokE

  • Rank
    Member
  • Birthday December 8

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

2782 profile views
  1. Hello, I have been trying to get a workaround to bot a drag and drop form on this site (rltracker.pro/trades/new). Initially I was going to use curl or http post plugin however the site is behind cloudflare so that wouldn't work very well. Is there anyone knows of a good workaround method. Any help is appreciated.
  2. Wish you a speedy recovery Buddy. Just saw this and thanks for keeping the price point accessible just grabbed a copy myself
  3. This is great just tested it out. I'd also love to see an addmefast bot
  4. You could easily just write a bot to confirm it every week
  5. One of my clients has the same issue how did you resolve it?
  6. Just grabbed this you're a life saver!
  7. Indeed would be great if the image selector could be automated based on an html class or something similar as the number on the left updates every time as well.
  8. How would one bypass this type of captcha using ubot? http://easycaptures.com/fs/uploaded/614/8975144479.jpg Is there an easy way of doing this? Thanks
  9. Will you be releasing free updated source codes?
  10. You could try this one liner as an alternate: navigate("http://www.fakemailgenerator.com/?u={$random text(20)}&d=cuvox.de", "Wait") http://i.imgur.com/LA0qEdX.png
  11. Just add click post button after you type the #fbcontent so it becomes: ui text box("FB Username", #fbuser) ui text box("FB Passwd", #fbpasswd) ui block text("FB Content", #fbcontent) navigate("http://www.facebook.com", "Wait") type text($element offset(<email field>, 0), #fbuser, "Standard") type text($element offset(<password field>, 0), #fbpasswd, "Standard") click(<login button>, "Left Click", "No") wait(5) click(<aria-pressed="true">, "Left Click", "No") type text(<name="xhpc_message_text">, #fbcontent, "Standard") wait(2) click(<innertext="Post">, "Le
×
×
  • Create New...