Jump to content
UBot Underground

ponda199

Fellow UBotter
  • Content Count

    60
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ponda199

  1. Note From The Admin:

    The crypto_data folder is used to store data about different tokens, defi exchanges, and liquidity pools. It's used only with the new enterprise commands.

    For instance, there's a file called "generated_coins.json". When you load a  command like "swap tokens", the dropdowns for Token A and Token B are populated from that file.

    None of the data in the folder comes from the user, it all comes from either our servers or directly from the blockchain.

    There are no mining operations going on, and I assure you we are not scamming you.

    UBot Studio runs functions to interact directly with the blockchain, in only ways chosen by the user, and there is nothing more.

    I understand the sensitivity of the issue and the need for security, and I'm happy to answer any more questions.

     

    Original Post:

    Dudes, is UBOT now abusing their software for mining cryptos on our and our customers machines!?
    it really seems so 
    and it seems their scrips are not just mining !
    they intercept your crypto transfers and routing the coins to their address!
    it really seems they try to steal your cryptos!

    be aware and check it yourself!

    "AppData\Roaming\UBot Studio\nodejs library\crypto_data"

    Ubot is now secretly creating a folder with mining and routing instructions and instructions through which crypto swaps/networks the mined cryptos will be sent

    They even deposited their crypto addresses where the coins are sent - from all of the compiled programs we made and are used by our customers

    AND even if you delete the folder it is getting downloaded again with the next start of UBOT


    ok i delete this scam software now, after years of usage.
    and you should too

    1218466389_Screenshot2023-02-16160515.jpg.0554bddb07b76a38e2bd868d7de76562.jpg

    Screenshot 2023-02-16 151627.jpg

    Screenshot 2023-02-16 151917.jpg

  2. thanks for your response!
    Unfortunately, I can't get it to work 🤷‍♂️

    but since it is getting worse and worse with ubot, i have already started to rebuild all my programs in python....
    i was stuck in the whole email process in python so i thought it would be easier here - but as the devs seem to don't care anymore i have to get the hard way with python ...

  3. Thanks!

    added all the registry stuff but stil cannot start ubot anymore after the update :-(

    deinstalled and installed again but always getting the following:


    "

    2020-10-12 13:23:38: UBot Studio Starting Up
    2020-10-12 13:23:38: Start Core UI...
    2020-10-12 13:23:39: Loading Main Window...
    2020-10-12 13:23:39: Download Core Files...
    2020-10-12 13:23:39: Downloading base files
    2020-10-12 13:23:39: Initializing ubotbase
    2020-10-12 13:23:39: !!! An error happened while Loading Main Window: 
    System.DllNotFoundException: Die DLL "UBotBase.dll": Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007E) kann nicht geladen werden.
       bei ..(Byte[] , Int32 , Int32& )
       bei ..(Command )
       bei ..(String )
       bei ..()

       bei UBotDev.MainWindow.MainWindowLoaded(Object sender, RoutedEventArgs e)

  4. Hey hey hey :-)

     

    i try to open Firefox browser (with a shell batch and not with the "in external browser" funktion

    and then make the keyboard event "CTRL+SHIFT+DELETE" to delete all cookies

     

    the script opens Firefox but the keyboard event/shortcut is not affecting the browser...

    (single key events are working - like a character or so - only the shortcut is not working)

     

    Did soneone had similar issues?!

    plugin command("Advanced Shell.dll", "shell batch", "start /B  \"\" \"C:\\Program Files\\Mozilla Firefox\\firefox.exe\"", "Yes")
    wait(3)
    plugin command("WindowsCommands.dll", "set active window", "Mozilla Firefox", "MozillaWindowClass")
    wait(3)
    plugin command("WindowsCommands.dll", "click mouse", "Mozilla Firefox", "MozillaWindowClass", 919, 170, "Left Click")
    wait(2)
    plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Down")
    plugin command("WindowsCommands.dll", "keyboard event", "Shift", "Key Down")
    plugin command("WindowsCommands.dll", "keyboard event", "Delete", "Key Press")
    plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Up")
    plugin command("WindowsCommands.dll", "keyboard event", "Shift", "Key Up")
    wait(2)
    plugin command("WindowsCommands.dll", "keyboard event", "Enter", "Key Press")
    
  5. It has been available for quite some time now, but so far there is still no guide to the new "in external browser" feature
    Not even the UbotWiki has been updated - it seems Ubot Studio is increasingly neglected by publishers :-(

     

    --

     

    But maybe someone in the great community could help:

     

    how do i start  the "in external browser" with firefox and all the addons i have added on the Firefox  i have installed on my pc?!
     
    I have set um my Firefox perfectly and want to use this in the automation - but ubot starts firefox without any addons ...
     
     
    Thanks :-)
  6. Hey hey :-)

     

    i am trying to solve the following captcha with the "$solve captcha" command and DeathByCaptcha Account 

     

     

    but all the time i got an error when trying to solve the captcha:

     

    post-15109-0-55116700-1546638541_thumb.jpg

     

    maybe the problem could be that the image domain (or so) is encrypted with base64?!

     

    post-15109-0-29931600-1546638419_thumb.jpg

     

     

    Other Captchas (without this "base64") are working fine

     

     

    Does someone had a simple sonution for that?! This would be so great!! :-)

     

    Thanks

×
×
  • Create New...