Jump to content
UBot Underground

sazuka

Members
  • Content Count

    37
  • Joined

  • Last visited

Community Reputation

0 Neutral

About sazuka

  • Rank
    Advanced Member

Recent Profile Visitors

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

  1. or maybe its not supported on 2012? best to change to 2008?
  2. Hopefully u guys can help me out. I just purchased a vps on hostwind and tried to run my compiled bot but I always get this error below.. I checked and already activated windows .net framework and rebooted but still same issue. I hope someone can help me as i have been trying around for several hours but no luck http://i.imgur.com/xLlmMMU.png http://i.imgur.com/jX5OOhO.png
  3. My idea would be something like a loop If clicked on *.zip then navigate to *.zip. Maybe some great ubot wizzards could help me out here It would then open up the download dialoge box?
  4. Appreciate all your help! Is there no way to make it download like a regular browser? simple show popupbox? Because a group of people will use the compiled ubot bot and i want them to be allowed to download my files..
  5. I need really help with this. I have a site where I want to manually .zip files and .pdf files. I noticed when I click on a file inside ubot there is no download manager or something? No popup to download? Is there a way to allow downloads inside ubot?
  6. this is awesome Code Docta (Nick) But after clicking on something else on a website it shows the link again. Is there a way to run the code everytime a person clicks on any link?
  7. Hi i have a website which shows properly on chrome and firefox but on Ubot not showing everything properly looks very messy on ubot. Is there a way to fix such in ubot?
  8. Thanks guys for the help!
  9. Is there a solution to combine.. incase a website doesnt load properly or is offline... Combing: wait for element and if else example: navigate to www.login.com Wait for Element (innertext Login to shop up) If innertext login not showing up then navigate to www.login.com else click login
  10. I am trying to scrape the passwords. 5 different Passwords and save each password into each owns varialble. I tried scraping with wildcard but it scrapes all passwords at once.. because the innerhtml are very similar <innerhtml=w"<strong>Password</strong>: *"> doesnt work Below is the Html code <p>mysite.com</p> <p><strong>Username:</strong> mysite</p> <p><strong>Password</strong>: Pass1</p> <p><strong>Username:</strong><span class="email">email1@email.com</span></p> <
  11. same problem , pastes the whole list instead of 1 item maybe a bug or i made a mistake?
  12. I have a text box in which I enter several names. I want ubot to enter them 1 by 1 but somehow it copies the whole list and enters the whole thing... What did i do wrong? ui block text("names",#names) add item to list(%names,$list from text(#names,$new line),"Don\'t Delete","Global") navigate("http://url.com","Wait") wait(4) type text(<name="names">,$next list item(%names),"Standard")
  13. I am wondering if Ubot can store and pull out ubot codes from MYSQL: Example: Ubot checks the online mysql server on start of opening bot if User1 = User1 then fetch the code from mysql below and perform it navigate("http://www.ubotstudio.com/resources","Wait") click(<id="upgrade_notif_link">,"Left Click","No") If User1 = User 2 then fetch the proper code from mysql and perform
×
×
  • Create New...