Jump to content
UBot Underground

s00ny5

Members
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by s00ny5

  1. 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

  2. Choosing all the hints:

    //div[contains(@id,'sbse')]
    

    To reach a hint by index:

    //div[@id='sbse3']
    

    change the number "3" to get the desired hint.

     

     

    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("ExBrowser.dll", "ExBrowser Click", "//li[@class=\"c-address-hints__element ng-scope\"]")
    

    Any idea ?

     

    Regards

  3. 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

  4. 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 here:

    http://iwantubot.bid/

     

    Thank you for reading and lets hope for a better future.

    If this is in a wrong section please move it.

     

    Best regards, Florin

×
×
  • Create New...