Jump to content
UBot Underground

Vladislav

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

Everything posted by Vladislav

  1. Thanks a lot for sharing it for free, it helps me with my deeds!
  2. Its not working on my end but anyways - many thanks for the share, it is always useful to see how PROs do the things! Cheers!
  3. Noone cares about your issues man.. this is why the community has fallen apart..
  4. +1 for browser update. But I do not expect it to be implemented in the next 20 years.
  5. It is working fine now. Thanks a lot bud!
  6. Guys, anyone can help me with Soundcloud login ? There is some protection which does not permit me to proceed when I submit the form with ubot+exbrowser, but when i do it on hand on exbrowser there is no such issue. Problem is that when i hit "submit" after filling username/password, than instead of being logged in, I am forwarded to "Log in" form again. Here is the code: define SoundCloud Login { purpose("Loging to SoundCloud...") plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://soundcloud.com/signin") plugin command("ExBrowser.dll", "ExBrowser Wait For Dom Ready",
  7. There is $incognito mode function in exbrowser commands, no need of key combination. plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Incognito Mode"))
  8. Sorry for bumping this old topic, but i had similar error and Switching from Options > Chromium version 21 to 49 have solved the problem! Just saying it if someone gets into this trouble and wonder WTF for weeks like i did.
  9. I confirm, it is 5.9.33 dir that we need for some very unknown reason.. I too figured it out the hard way..
  10. I also need to wait some time for UI to show up.. every time.
  11. Thanks again for valuable support of all you guys! Definately without your kind help i was going to leave developing on ubot studio years ago! I hope this issues are going to be fast resolved - for first time i made comercial bot and on half of my 4 client`s PCs its not running.. Thanks again!
  12. It should be something like this (no license serv and can not run ubot so its not the copy/paste code}: If comparison #category=dog then click {innertext "Dog"} else if comparison category=bird then click {innertext "Bird} ... At least i would do it this way. probably better coders here ..
  13. Thanks for fast reply Pash, i have asked my clients to download C++ redistributable and test, after i receive their replies will update the thread. In general i doubt this can be the issue as 1 one of them was able to run the bot, but after restart it never worked for him again. Edit: C++ redistributable install did not solved the issue Anyone has experienced such problems in the past ?
  14. From some time i am trying to dig deep into ubot development and have managed to make few very simple bots. The problem i am facing is that after sending the .exe file to my clients, some of them experience the following issue: After they run the bot, they see it on the Tasks Manager List but not the bot showing on the desktop. The very strange thing is that some of them manage to run the bot first time, but after closing it, restarting PC, they get same error - bot shown in Task manager but not visible on desktop. The bots i am currently building are ultra simple - 5 lines of code and nothing
  15. Thank you pash and daryl561 for helping me solve this issue!
  16. Hi great ubot community! Can someone point me to some tutorial or explain with simple words how one can disable or hide UI HTML button after click ? In a bot i am currently building i have "Start" button build via ui html command, i want after clicking it, the button to become disabled/hidden or both. Can someone please help me with this issue ?
  17. I confirm, also can not open UI html pannel - it gives me purple screen of ubot.. very frustrating.
  18. Thanks a lot for the help! I will play around with the codes your provided and will resolve my issue. Always great to see that here are people who help with coding issues. Big respect to you!
  19. Hi guys, i am trying to make a bot which will connect to my website , but i want to block certain pages to not be accessible when browsing the website via the ubot interface. For example i want cafegourme.com/4-paketirano-kafe to can be opened but if anyone click on Contact us link (cafegourme.com/content/6-kontakti) not to be taken to the actual page, preferably to stay on the same page and receive error "action not permitted" ; I was thinking a lot about this, searched in here and in Google but nothing found.. I would appreciate any suggestions.
  20. Hi, i cant download the files attached to the first post in this topic. Is there any similiar way to secure our bots ?
×
×
  • Create New...