Jump to content
UBot Underground

ponda199

Fellow UBotter
  • Content Count

    60
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ponda199

  1. i now made a completely fresh VM machine - when i first try to run a compiled bot it simply stops/crashes at the "downloading support files" and after some minutes it shows an "An exception occurred during a WebClient request"
  2. Hey :-) I just copy the compiled ".exe" file to the virtual machines. I never used the "installer" function so far; because i "only" have the professional version and all the "installer" options are grayed out (i think they are only available at the developer version)
  3. i have the same issue on my VirtualMachines - from one day to another the bots are stuck at the loading process.... I gave the win10 WM more than 6GB Ram and installed the 2017 Microsoft c++ redistributable again, but the bots are not loading anymore...
  4. Hey :-) I got a really weired problem... Since years i run my compiled bots on VirtualMachines without problems. Then after updating to ubot studio x i got the first problems : not a single compiled bot is loading on a VM - they are always stuck in the loading process (see screenshot1) But the bots compiled with the "older" version of ubot studio 5.9 were working at that time BUT NOW, from one day to another, neither the old bot nor the "new" bots are opening at all They are not even showing up on the display - they are only visible in the task manager - stuck at the loading process(see scre
  5. Hey hey :-) Love the new "External browser" function! But is it possible to edit the header of the external browser?! Would like to define the "User-Agent" or the "ACCEPT_LANGUAGE" setting The "Set Header" function from UBOT seems not to work... Thanks :-)
  6. Thanks for the info! But the link to the plugin is dead there too :-/
  7. Thanks for the hint! :-) Sadly i cannot find the plugin - only found an old thread where all links are dead http://network.ubotstudio.com/forum/index.php/topic/14197-howtorun-external-scripts/page-3
  8. Hey :-) Hopefully someone is able to help me: is it possible that a compiled ubot EXE loads an external txt file that contains another "ubot script" and runs that?! So that i could make smaller changes to a simple script without "recompile" the whole BOT again and again? Example I make a bot that i compile to "test.exe" at the end of the Test.exe script it would loads an external script from "end.txt" which contains a simple "alert script" to show a message at the end alert("Close the Bot now") - so when i later want to add another "alert command" i could simply edit the
  9. yeah i am wondering too how to get this to work... do you found a way to do so?
  10. May i ask which Firefox version you are using?! for me this is not working...:-/
  11. hey eddie, yeah thanks for the info, but this is not what i am looking for ;-) i try to solve some problems with the "exBrowser" plugin for ubot studio and not looking for a new browser or so
  12. Thanks for your idea Sadly it is still not working / not loading the saved cookies there are only the new cookies plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}") plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.web.de") plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de") pause scrip
  13. Hey :-) i am testing around with the ubot studio "exBrowser" plugin, i bought a while ago and have some issues... maybe someons had similar problems? first the "load cookie" seems not to work. i am using the exBrowser version V1.3.2.3 and FF portable 56.0.2 after loading the cookie file there are still no cookies loaded in ff (see screenshot) plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBr
  14. Hey :-) Maybe someone has a solution for this: i am using proxy server very often but many proxies are not good to use because when browsing to "https" sites are not possible because firefox, chrome etc shows the error "Your connection is not secure" instead of loading the page. so i thought it would be nice, making a bot in ubot studio that sort out the "bad" proxies with this error simple to so: take a proxy, surf to a "https" site and check if the error is there or not BUT: in the ubot browser this "Your connection is not secure" error NEVER exists so when connected to a "bad" proxy
  15. Hi :-) i feel stupid but i don't know how to do... maybe someone could help me out? ;-) i have a variable "#day" in my code which is "01" and want to increment this variable so that the new output is "02" and then increment again so that it is getting 03,04,05...11,12,13... etc... but the "increment" function ereases the zero at the beginning and gives me only a "2", "3" instead of "02","03" etc... Thanks :-) set(#day,01,"Global") increment(#day)
  16. Damn :D Thanks mate! Sometimes things are that easy ;-) My fault... i looked in the Ubot WIKI (http://wiki.ubotstudio.com/wiki/Find_Regular_Expression) and read "To keep UBot Studio from parsing the regex as a math expression, simply click the "" (quotes) button under Pattern Text." so i thought i have to set it in quotes always.... Thanks again!
  17. Hi folks ;-) it seems my "find regular expression" is not working properly. i tried to simply scrape a url from a text... (just for testing) On this RegExp Test Site my Expression is working right, but in UBOT it doesn't give me a result... http://regexp-evaluator.de/evaluator/90f8c5f041c28f0374a0482df0062862/#ergebnis MY UBOT CODE: set(#link1,$find regular expression("Hier schau mal das ist ein toller <a href=\"http://www.web.de/\" class=\"\">Link</a>","\"http:\\/\\/.*\\.de\""),"Global") Maybe someone has similar problems?! or do i made something wrong? Thanks :-)
  18. Hey, thanks to your message :-) I know this would be a solution. But i want to use the "connect to mail server" command to load the mails directly in UBOT via pop3 because it is much easier and faster to get the emails. And scraping from my email service (freenet.de) is very hard also... they are blocking this somehow...
  19. Hi folks :-) i have a kind of stupid problem: i want to connect to my email account via pop3, search for an email and scrape the link in the email. So nearly like the "verify emails" command but i want to scrape the link only and not clicking/navigating to it. So maybe someone had the same problem before and could help me out?! Thanks so much! Peace, Dennis
  20. Hey hey! :-) is there a way to edit the number format from 1,2,3,10, ... to something like this: 001,002,003,010,... Don't know how to explain, but i think you know what i mean Thanks buddys!
×
×
  • Create New...