Jump to content
UBot Underground

Secretus

Members
  • Content Count

    21
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Secretus

  1. Hey, I just bought your UStrap. I did not receive any email with the download link, etc. I tried to see if I was able to contact you via. your support page, but you do not allow new registrations. How would I be able to contact you? Thanks!
  2. Hey! I figured out how to fix this after 5 days! I had the same issues as you. Here is the solution: .NET Framework 4.8 is not the only thing you need to download. You will also need to download the latest Visual C++ Redistributable. BUT; normally if you have 64 bit on your PC / VPS, you would go for the x64 version by default. But that is not the what you should be downloading! (Talking from 5 days of frustration!) But I found out, that since UBot Studio is running on x86 (hence being within the Program Files (x86)), you will need to uninstall the Visual C++ Redistributable x64 version (if
  3. Hey, does it say "Loading.." within your clientele's Task Manager? If yes, here is the solution for your issue: .NET Framework 4.8 is not the only thing you need to download. You will also need to download the latest Visual C++ Redistributable. BUT; normally if you have 64 bit on your PC / VPS, you would go for the x64 version by default. But that is not the what you should be downloading! (Talking from 5 days of frustration!) But I found out, that since UBot Studio is running on x86 (hence being within the Program Files (x86)), you will need to uninstall the Visual C++ Redistributable x64
  4. I had this issue too yesterday. When I got this issue, I tried to download previous versions of UBot Studio on my PC. Which is weird, since I uninstalled UBot Studio before installing another version of it. If you've done this, simply remove your %appdata%\UBot Studio folder. Then start UBot Studio and let it download the base files it needs. I think the issue is multiple plugins tries to perform the actions within your compiled bot though. Might also be browsers in this case possibly. Hope it helps!
  5. Hey! I figured out how to fix this after 5 days! Here is the solution: .NET Framework 4.8 is not the only thing you need to download. You will also need to download the latest Visual C++ Redistributable. BUT; normally if you have 64 bit on your PC / VPS, you would go for the x64 version by default. But that is not the what you should be downloading! (Talking from 5 days of frustration!) But I found out, that since UBot Studio is running on x86 (hence being within the Program Files (x86)), you will need to uninstall the Visual C++ Redistributable x64 version (if installed), then restart your
  6. Hey! I figured out how to fix this after 5 days! Here is the solution: .NET Framework 4.8 is not the only thing you need to download. You will also need to download the latest Visual C++ Redistributable. BUT; normally if you have 64 bit on your PC / VPS, you would go for the x64 version by default. But that is not the what you should be downloading! (Talking from 5 days of frustration!) But I found out, that since UBot Studio is running on x86 (hence being within the Program Files (x86)), you will need to uninstall the Visual C++ Redistributable x64 version (if installed), then restart your
  7. I figured it out. I simply replaced the version on the real download link on UBot Dashboard with a version written under "Check for Updates".
  8. Honestly, there are so many bugs in the newest version (6.1.14) it's actually insane. I am almost not able to do anything with the 6.1.14. This includes MySQL queries, Installer compiling, can't open the bot on VPS - unless I download UBot Studio on that as well (which is not allowed), etc, etc, etc. The list is long. So I can highly recommend you to download the previous version (6.1.8). Just go to your UBot dashboard, find the button that says download, now copy that buttons link, then paste it to your navigation bar. Next you need to replace the 6.1.14 with 6.1.8 - This way you are able
  9. Does anyone know how to fix this error: "MakeNSIS.exe does not exist!"? This error pops up, whenever I try to create an installer for my bot. I already followed this pages instructions.
  10. Nothing seems to work in 6.1.14. Lots of bugs and all that. So I wanted to see if it's possible to downgrade UBot Studio? If yes, how would I do that? I do have UBot Studio Developer License as well if that helps. EDIT: I figured it out.
  11. Alright - Will look forward to this big update! Thanks for the answer
  12. I found out why it isn't working. This is due to the ERROR1 - The bot is not able to locate a specific dependency (CEF Browser) within %appdata%/UBot Studio/Browser/6.1.14/ An error log was created within %appdata%/UBot Studio/ I already wrote to support to see how to resolve this. Will return with a fix, so people are able to resolve this issue like me.
  13. Have you downloaded .NET Framework 4.8? I also have the same issue. But only with Windows Server Operating Systems.
  14. Hello. So I successfully created my first very advanced bot. But I am having trouble running this bot on my personal Hyper-V VPS, that runs on Windows Server 2016 with 2 vCPU and 2 GB RAM. But I am able to run this bot on my personal PC, without any issues at all. I did already install all possible updates first of all, then I installed .NET Framework 4.8 as well. I also tried deleting the %appdata% UBot Studio folder, to try and re-download the base files. The software starts, but GUI is not showing + within Task Manager it is there, but keeps saying "Loading..". And no, I do not have
  15. Awesome! Just what I was looking for. But I do have another question; If I were to open up the software in Incognito Mode, by simply using the CMD and typing in- software.exe /hide - How would I make a define run at the start? Thanks!
  16. Well, I am not talking about the browser. I am generally asking; how would I be able to run code in another tab, that contains other code than my primary one? I do not need exbrowser, I got my own free solution in this matter.
  17. Okay, I just got an idea, but I am not sure if this is working or not. Are you able to click WITHIN the 'Similar Accounts' window or maybe focus it? If you are able to do so, maybe you are able to make UBot click the TAB key on your keyboard? This will make it jump from element to element within the focused window. If it does does, let me know. Would be great!
  18. The reason most websites are able to see your referrer is due to it's way of Spoofing Referrer. That also goes for the websites, that tries to spoof your referrer as well. But UBots browser is a well-known bot browser meaning, that it gets easily detected by most website anti-bot frameworks. But if you really need to get past this sort of thing and you DO HAVE UBot Developer Edition, then check out this tutorial by UBot Docta(going for $0 atm.), which teaches you how to use something called Selenium with Python WITHIN UBot. It is basically a much better browser, which you are able to deepl
  19. Hello. How to run UBot Tab Code from another tab? Like, when the primary tab's code has finished, I want it to automatically run some other code, which can be found in another tab? Would be great to see how I am able to resolve this, without having to use external solutions. Thanks in advance!
  20. Hello, How do I import a string from Python to a uBot variable inside uBot Studio? I have Developer Edition, and I do know that I have Python functions. Thanks in advance, Kevin.
×
×
  • Create New...