Jump to content
UBot Underground

fastlinks

Fellow UBotter
  • Content Count

    213
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by fastlinks

  1. Here it close ubot after the splash page. it is like the validation failed and the software close by itself.

    it is the IPS issue or the ubot licensing server issue. please open a support ticket.

    ---------------------

    i goto Mc donalds and connect to their wifi, ubot5 is working fine on the same machine. 
    (it failed again if i connect to my mobile hotspot... this issue only start happening today) 

    the 2nd home pc with a home wifi can run ubot5 no issue.

    the problem only appear when i connect to my mobile hotspot.


    ---------------------

    ubot is not stuck, but it closed.

    i check in task manager, ubot is not running

  2. i am stuck with a login page that need to solve recaptcha & enable login button to access.

    https://www.adultlook.com/a/login

    I am able to show the recaptcha answer box

     

    change attribute(<id="g-recaptcha-response">,"style","width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none;")

    and i try run javascript, but it do not work
     

     

    run javascript("_onloadCallbacklogin();")

    the login button do not enable... anyone can help?

    http://7url.com/image/javascript.png

    i found that i need to remove the attribute "disabled" to enable the login button, but how to remove an attribute in ubot?

  3. Hi, I tried to update to exbrowser v1.4 last week and found it cant launch either chrome or firefox at all, so i load back v1.3 and skip update.

    but now it forcefully require update to v1.4.... still it cant launch chrome or firefox.

    Any solution? owner notice this issue?

    my chrome is uptodate

    Google Chrome is up to date
    Version 79.0.3945.130 (Official Build) (64-bit)

    windows 10 up to date
    8GB RAM

    i7

  4. ** run with ubot4

    the type text action do not give auto complete/suggestion in ubot5

     

    ** for ubot 5, replace the "type text" with "type key"

     

    plugin command("WindowsCommands.dll", "type keys", "*- UBot Studi*", "HwndWrapper[uBot Studio.exe;;aba3cc11-cf39-4fa5-b688-c9b03dc8ec7b]", 880, 635, #keyword)

    ----------------------------------

     

    navigate("https://www.hemnet.se/bostad/radhus-4rum-kungalv-kungalvs-kommun-olserodsgatan-30-16350104""Wait")

    wait for browser event("DOM Ready""")

    wait for element(<class="consent-modal__button button button--primary">, 3, "Appear")

    if($exists(<class="consent-modal__button button button--primary">)) {

        then {

            click(<class="consent-modal__button button button--primary">"Left Click""No")

        }

    }

    wait for element(<class="consent-modal__button button button--primary">, 3, "Appear")

    if($exists(<class="consent-modal__button button button--primary">)) {

        then {

            click(<class="consent-modal__button button button--primary">"Left Click""No")

        }

    }

    focus(<address line1 field>)

    click(<id="direction-address">"Left Click""No")

    set(#keyword"Vasapla""Global")

    type text(<id="direction-address">#keyword"Standard")

    set(#suggestion$scrape attribute(<class="suggestions__list">"innertext"), "Global")

    clear list(%suggest)

    add list to list(%suggest$list from text(#suggestion$new line), "Delete""Global")

    set(#place$list item(%suggest, 0), "Global")

    alert(#place)

    click(<outerhtml="<li>{#place}</li>">, "Left Click", "No")

    wait(1)

    set(#distancetime, $trim($plugin function("File Management.dll", "$Find Regex First", $scrape attribute(<class="direction-stats">, "innertext"), "(.|\\n)*?(?=Visa)")), "Global")

    alert(#distancetime)

  5. you can write directly to replace the "random" option

    example:
     

    navigate("https://signup.live.com/signup?lcid=1033&wa=wsignin1.0&rpsnv=13&ct=1569963236&rver=7.0.6737.0&wp=MBI_SSL&wreply=https:%2f%2foutlook.live.com%2fowa%2f%3fnlp%3d1%26signup%3d1%26RpsCsrfState%3d320cf8b4-e90c-2bfa-2f39-5042915e42e6&id=292841&CBCXT=out&lw=1&fl=dob%2cflname%2cwld&cobrandid=90015&lic=1&uaid=82c54bbc71634f81ae6a971d5b908be9","Wait")
    wait for browser event("DOM Ready","")
    change dropdown(<name="LiveDomainBoxList">,"hotmail.com")
    
    • Like 1
  6. anyone facing this issue? i am not able to launch ubot 4 or 5, it just stuck at the starting screen with "validating license"

    i have tried reinstall ubot5, but not working

    i would like to know it is a license server issue or my pc issue, thanks

    =================

    * update:
    issue is due to graphic driver.. now it is working again.. pls ignore this topic

×
×
  • Create New...