Jump to content
UBot Underground

s00ny5

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral

About s00ny5

  • Rank
    Newbie

Contact Methods

  • Website URL
    http://iwantubot.bid

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Community Edition

Recent Profile Visitors

2008 profile views
  1. Hello guys, I dont understand very well this regex so I ask for some help if posible. I got this input : <input type="hidden" value="12345" name="name1"> and I want to extract the value 12345 How can I do this ? Regards
  2. ok... I managed to do this with javascript by injecting at the end a span. function appendHtml(el, str) { var div = document.createElement('div'); div.innerHTML = str; while (div.children.length > 0) { el.appendChild(div.children[0]); } } var html = '<span>Finish</span>'; appendHtml(document.body, html); Regards
  3. Hello, I have a website that return a plain txt example: RESULT|03AJzQf7NGfeGGTfVYRW5FD I need the text after RESULT| to set as a variable 03AJzQf7NGfeGGTfVYRW5FD tried: set(#asd,$page scrape("RESULT|",""),"Global") set(#asd,$page scrape("RESULT|","*"),"Global") set(#asd,$page scrape("RESULT|","{*}"),"Global") nothing worked .. any idea ? Regards
  4. Hi, Thank you. Made it to change window name after focus that and simple use ubot send key Worked! Regards
  5. Hello again guys. Got a problem and I dont know how to work it out. So I open chrome with exbrowser, navigate to a specific website than open a game window and after game is loaded I need to press a button that will work with keyboard key "SPACE" ... How can I do that ? to send the ley "space" on the new window ... btw the content is flash. Send special key require an atribute or something and also does not have space in the list. Regards
  6. Ok that was an example of what I need in another website. Problem is all id`s are the same ex: sbse and I would like to select random one. Works like this: people enter zip code and a list of address it shown .. from that I want to select a random one. I found how to select the first one. This is my code that will click on the first one. plugin command("ExBrowser.dll", "ExBrowser Type Text2", "//*[@id=\"addressLookup\"]", "Yes", #zipcode, 12, 63) plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "//li[@class=\"c-address-hints__element ng-scope\"]", "Appear", 30) plugin command
  7. Hey, I was wondering how can I select a google search hint ? plugin command("ExBrowser.dll", "ExBrowser Clean Debug Log") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Incognito Mode")) plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://google.com") plugin command("ExBrowser.dll", "ExBrowser Type Text (Human Delay)", "//*[@id=\"lst-ib\"]", "cat", 40, 120) after that I will need to randomly select a result hint ... http://puu.sh/x8XMB/4b2e653571.png Any idea ? Regards
  8. Hello, My name is Florin and first I dont know if this is the right section to post but there we go. I got the community edition and played a bit with it and after that I felt in love for it. The problem is I dont have money to get a pro licence for myself so I cant really start to make some money. I did sent an email to support if they can give me a licence for 4-5 months so I can build and sell some apps/services but I got reply, they cant help me with that. Like so I decided to make real quick a website and try my luck here asking for some small donations. More about you can read he
×
×
  • Create New...