Jump to content
UBot Underground

Jaro

Fellow UBotter
  • Content Count

    72
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Jaro

  1. I just don't like the attitude that this is normal - the right answer should be that, OK it's the current problem but we are working on it. From what you said I have a feeling like nobody really plans on working to remove this crucial problem asap. I actually have a similar feeling on the overall development of Ubot.
  2. I have been a programmer in tens of programming languages for over 20 years and when somebody told me something is impossible, that's where I mostly enjoyed creating those impossible programs.
  3. The correct attitude is to remove this virus alert even if it meant to write the code from scratch.
  4. You know but the thing is that the reason doesn't matter at all. The owner of the software decides if he has a limited mind and wants to belong to the low class or wants to go to the at least normal class - there is nothing normal about having a software showing a virus alert on all computers and even Gmail block
  5. It may be common for some low quality software, is this where Ubot wants to belong now? - the trash - low level softwares that cannot solve the most important thing when it comes to app - the trust? Can you imagine that you would get this on a well known software you buy, let's say Photoshop, or anything?
  6. Thank you but what kind of solution is this? How can I sell my compiled bots to customers if they are getting a virus alert and it's also not possible to send in a gmail as it is blocked as being a virus.. This is like the worst marketing ever.
  7. My Windows 10 Defender and also Gmail attachment scan says that there is a avirus on my compiled bot. The virus is: Trojan:Script/Wacatac.B!ml My computer is super clean and new and I have no viruses and also did the whole recommended procedure already which is remove the whole Ubot and also from the appdata folder and reinstal and open in the administrator mode, etc... the problem is not that I cannot open Ubot, but that my compiled bots are scanned as containing a virus.....Please advise.
  8. I created a ticket here. Their reply first was this: Please try the following 1. Uninstall your current version of UBot Studio 2. Open Windows Explorer (the main file browser for Windows) 3. In the address bar, type "%appdata%" and the Roaming folder 4. Locate the UBot Studio folder 5. Delete it If you have any 3rd party plugins make sure that you have those backed up. I would also reboot your computer after doing the uninstall to ensure that there are no residual UBot files running in memory. Important: Disable any AV, Anti-Malware software, Firewall, Proxies as wel
  9. The problem was solved by itself - it's a server problem that was probably down for some time, etc... also the support replied that it usually happens on Mondays when the servers get restarted.
  10. Is anybody experiencing the same problem too?
  11. Actually, no, the real problem was not a mistake in my code but that it actually really doesn't work in the 6.7 version - but once I installed Ubot 6.3.1 - the "add test to image" suddenly works ok... Can you please tell me if somebody can use that function in later versions? I have Winwdows 8.1, could that be a problem too?
  12. Ok, I found the problem, it was in my script
  13. The following script creates a table, then puts it in a list so that we can loop through the lines. It removes every line that doesn't contain ,yes,yes. Then it simply creates a new table, this time with the updated list. clear all data create table from text(&Christians,"Name,Religion,Do you sometimes read The Bible?,Is Jesus the only way to Heaven? John,Christian,yes,no Bob,Christian,no,yes Stefanie,Christian,yes,yes Alena,Christian,yes,yes Suzan,Christian,no,no Rebecca,Christian,yes,yes Jessica,Christian,yes,yes Alex,Christian,yes,yes Franco,Christian,no,yes B
  14. Hi guys, I've been using the function "Add text to image" in my older script and I know that that it didn't work I had to add verify image libraries or something like that.. that was about a year ago and now I updated Ubot and that command doesn't even exist and what's even worse, now the "Add text to image" doesn't work anymore - it says that there' some traceback error and missing parameter in the image.py file in the Libraries,etc... How can I solve this problem? Thanks for any help!
  15. Jaro

    Alert Sound

    If you are interested in a nice solution, so far I solved it and it works also in compiled bots with this .bat file: @echo off set "file= your_sound_file_path.mp3" ( echo Set Sound = CreateObject("WMPlayer.OCX.7"^) echo Sound.URL = "%file%" echo Sound.Controls.play echo do while Sound.currentmedia.duration = 0 echo wscript.sleep 100 echo loop echo wscript.sleep (int(Sound.currentmedia.duration^)+1^)*1000) >your_sound_file_path.vbs start /min your_sound_file_path.vbs ...and then just run it for example like this:plugin command("Advanced Shell.dll", "shell hidden", "{$special fo
  16. Hi, I tried many times to compile a bot to include the support files - with the installer, but it always shows an error message: "MakeNSIS does not exist!" 1.) Please tell me what to do to correct this error.2.) Also, is there a temporary solution like where are the files I could just go ahead and manually copy and to which location on the new PC? Grateful for any help! UPDATE: Ok, I've just found out that if I add the command Exbrowser download support files that it works now..
  17. Thank you Nick, yes, I know about the navigating...I meant navigating inside a "in external window" ubot command. I wanted to find a way how to come back to specific windows that executed some commands within and then the script continued outside of that particular "in external window" command....Anyway as I see that it's not possible as it is with the Exbrowser plugin, I just changed my coding so that I don't need to switch between windows.
  18. Hello, I cannot find a way how to switch from one external browser window to another. It always keeps opening more and more browser windows when I want to navigate to a new page. Any help greatly appreciated!
  19. Ok, it actually isn't so simple...it stopped to work again...and I think that I finally found the complete solution...so after switching between the code and graphic mode you need to run the command "verify image libraries" and then also the "add text to image" commands should work
  20. I found out that Ubot has a bug that from time to time the "add text to image" command simply messes up itself and you can also see that by noticing that the names of the individual fields inside that command just disappear...if you switch to the code mode and back, all comes back to normal..
  21. In case somebody ran into the same problems, I have already found a solution on this page: http://network.ubotstudio.com/forum/index.php/topic/22306-compiled-bot-will-not-launch-on-windows-2016-server/ I just had to install the c++ 86 version even though I'm on 64-bit: https://www.microsoft.com/en-us/download/details.aspx?id=52685
  22. I'm trying to run Ubot on a Windows 2012 R2 server after successful install of all the necessary updates and NET framework. Now when I run the Ubot, after entering the license details it stays on saying "Validating license..." forever and never gives any error or anything. I'd be grateful for any help guys!
×
×
  • Create New...