Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 03/04/16 in all areas

  1. I really can't believe that no one has made this yet so I finally made a simple one after a customer had a firewall problem today. So here is what it is. This exe is just a simple self extracting zip file and will auto copy the 4.2.20 support files into their proper place. It was made using 7zip, 7zsd.sfx, and a config file. The config file just says to extract a "files.7z" item into "%APPDATA%\\UBot Studio\\Browser\\4.2.20" The installer is only 12mb since its all compressed so its not a major problem for users. It has no prompts or "Success!" message its just a zip file that auto unzips
    1 point
  2. Hello Y'all!!, I would like to create the ultimate plugin free bot at the Developer level. Why plugin free? To not have any outside influences in UBot, this will be anything built in to UBot. Why Dev users only? It has the most options to work with, once this is done then can look at the other levels. Purpose: To show Ubotters they CAN do it as well as to show UBot Team Dev's code that is not working for us. I will take suggestions from anyone at any level. This is going to be a working bot on some web service. Source code will be provided as versions are updated. They all will
    1 point
  3. I just submitted a ticket about this. Having the same issue. Were you able to get it resolved?
    1 point
  4. 1 point
  5. Didn't see that Sunny already replied but I wrote the code out so here it is in full even though it's essentially the same as Sunny's answer plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "") plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.facebook.com/") plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "x://select[@id=\'month\']", "Appear", 30) plugin command("ExBrowser.dll", "ExBrowser Change Dropdown", "x://select[@id=\'month\']", "Apr") plugin command("ExBrowser.dll", "ExBrowser Wait
    1 point
  6. Try this Ubot Ninja plugin command("ExBrowser.dll", "ExBrowser Change Dropdown random", "x://select[@name=\"birthday_day\"]") plugin command("ExBrowser.dll", "ExBrowser Change Dropdown random", "x://select[@name=\"birthday_month\"]") plugin command("ExBrowser.dll", "ExBrowser Change Dropdown random", "x://select[@name=\"birthday_year\"]")
    1 point
×
×
  • Create New...