Jump to content
UBot Underground

trendco

Fellow UBotter
  • Content Count

    22
  • Joined

  • Last visited

Posts posted by trendco

  1. the only thing i can see is a POST to

    "http://IP-Adress-Router/cgi-bin/firmwarecfg"

    nothing more.

     

    >>This is not a "cannot click button issue" I guess this is more about Ubot handling pop ups issue

    but why does this work:

     

    set user agent("Internet Explorer 10")
    navigate("192.x.x.x?lp=bookLi","Wait")
    type text(<name="uiPass">,"my_password","Standard")
    click(<login button>,"Left Click","No")
    wait for browser event("Everything Loaded",5)
    wait for element(<onclick="saveFonbookLokal()">,"","Appear")
    click(<onclick="saveFonbookLokal()">,"Left Click","No")
     

     

    and this not:

     

    set user agent("Internet Explorer 10")
    navigate("192.x.x.x?lp=bookLi","Wait")
    type text(<name="uiPass">,"my_password","Standard")
    click(<login button>,"Left Click","No")
    wait for browser event("Everything Loaded",5)
    wait for element(<onclick="saveFonbookLokal()">,"","Appear")
    click(<onclick="saveFonbookLokal()">,"Left Click","No")
    wait(5)

     

     

  2. I have the same Problem on a Site.

    If i right click and select 'run node', it works.

     

    If the Script ends after the Click Event, it works also if i run the whole Script.

    But if the Script have further Code (for example a wait or something else), it works not!?

     

    Whats the Problem there?

  3. Hi,

     

    i want to login into my Router and save the Phonebook.

     

    - Navigate to Router Page

    - Login

    - Navigate to Phonebook Section

    - Press "Save" Button

     

    works as it shoud. But when the "Save" Button is pressed, a new Window opened. There i tried to change the Filename with "set dialog text", but it does not work - nothing happens. And also with "click dialog button" (Cancel & Save) -> nothing happens.

     

    Where is the Porblem?

     

     

    Alex

  4. Hi,

     

    the following question:

     

    Scrip Name: test_123.ubot

    Compiled-Exe-Name: My-Programm.exe

     

    When i start My-Programm.exe, in the title is written: "test_123 - Ubot Compiled Bot"

     

    Can i change this Name "test_123" without to change the Script Name self?

     

     

    Alex

  5. I had seen that.

     

    But I wanted to know, where this Data come from?

    Are they inside Ubot-Studio or are there any List's where i can edit?

     

    What is about "Street" Names, i can't find it.

     

    And Email Addresses are only generated for "gmail"?

     

     

    Alex

×
×
  • Create New...