Jump to content
UBot Underground

kaminas

Fellow UBotter
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by kaminas

  1. Hi, I can't change browser and select light theme, I press OK to save but it doesn't save and nothing happen. I reinstalled the app - removed ubot studio folder from %appdata% to remove all caches, and it still not allow to save options. Anyone got this? If yes how to solve?

    image.thumb.png.2251041b008b8c3c5f56164e119d7f0b.pngHi

  2. I have same problem.

     

    Problem with few my gmail accounts, with one is all working fine. So problem is not with browser, but with account security settings. I put exactly the same settings in other accounts with which works, but unfortunately message same persist. I don't know what to do.

     

    In youtube videos I found that need to disable 2 factor auth and allow less secure apps under my account settings:

    https://myaccount.google.com/security

     

    maybe for someone it will work, but for me - not.

     

    Maybe someone have any ideas? Or even better - solutions? :)

  3. I had similar problem while compiling in ubot 6.0.4 - the bot didn't start at virtual machine with windows 10.

    What worked for me, was opening the same bot in ubot 5.9.55, compiling it with that and then everything was running smoothly with the bot.

     

    Good idea, but where download ubot 5.9.55 version?

     

    You installed Visual C++ Redistributable for Visual Studio 2015 x86? (Not x64! For ubot need x86 version!)

     

    https://www.microsoft.com/en-us/download/details.aspx?id=48145

     

    This can help you. Without this driver Ubot not will be work!

     

    OMFG, that worked! I reinstalled several my servers due to this, but didn't worked. Thank you!

  4. Hi

     

    when I compile with Chrome 21 - everything works. But when I compile with Chrome 67 - it always show "Loading..." - pic below.

    deleted all data from User>AppData>Roaming>Ubot Studio but that didn't helped.

     

    Where could be problem? Any ideas except reinstalling win?

     

    Specs:

    Ubot pro 6.0.4

    Windows 10

    .Net framework 4.7 (+just reinstalled but didn't helped).

    post-10179-0-69531100-1565178830_thumb.png

  5. Hello

     

    I want to autologin to gmail with prior loaded cookies.

     

    When I signed in, I can save all cookies to local file. Then I clear cookies, and then set them again - after reload gmail or any other website don't authorize me. This functions don't work, or I did something wrong, or due to https? But if https, then I don't believe, because chrome/firefox automatically sign in to my emails, so I want to believe ubot can do the same.

     

    set(#all_cookies,$get all cookies,"Global")

    save to file("C:\\cookies.txt",#all_cookies)

    clear cookies

    create table from file("C:\\cookies.txt",&cookies)

    set(#loop_counter,0,"Global")
    loop($table total rows(&cookies)) {
        set cookie($table cell(&cookies,#loop_counter,0),$table cell(&cookies,#loop_counter,1))
        increment(#loop_counter)
    }

×
×
  • Create New...