Jump to content
UBot Underground

cүвεя_נυηкιε

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by cүвεя_נυηкιε

  1. What about changing the "target" attribute of the link your clicking and adding "_blank" to the "href" element ? This will open the link in a new little window on the right, "_self" - open in same window "_blank" - open in new window
  2. Hi Dan sorry fro taking so long to reply, I eventually got this working great and thought i would share my findings, .. My initial issue with the if statements i discovered that nested if statements with "exbrowser wait for element" is a bit temperamental, so i laid them out separate so the next "If" was not inside the preceding "else" and this seemed to resolve this issue, worth pointing out this is only happening with the "wait for element", all other nested If statements containing "comparison" or anything else works fine. I also found that "normal" UBot commands like "<innertext=
  3. Hello, This time im going to start by expressing how Biblical this plugin actually is, It is quite literally a dream come true to actually be able to manipulate an actual "normal" browser ok with the brown nosing out of the way, I have just finished converting one of my bots to use Exbrowser, .. no problems there, however, The bot is set to scrape a bit of data, click a link and then click 1 of 3 links and move on, but it only works for about 3-5 loops after watching the blue borders appear around the active nodes in sequence in Ubot I have noticed that when i reaches an "If
  4. Wow, .. i thought the old icon issue was a myth, clearly not haha Thanks for letting us know
  5. Thanks Dan, I had a feeling you were going to say that, I literally just got it as your reply hit my email lol Ive been so used to just using the Ubot standard "solve captcha" just for the convenience, but hey ill take it Also, while i have you, is there a more "efficient" way of using multiple captcha services from Advanced Captcha, other than nested if statements ? just curious. Thanks again CJ
  6. Hi there Dan, Im stuck my problem is probably going to make you laugh, .. I cant seem to figure out how to do a captcha, I have saved the image successfully, but when i use "solve captcha" im either getting a blank result by using a "Ubot" command or "Invalid Parameter" if i try to use a variable, file location or xpath command Im sure this is going to be something simple as always, but i just cant get my head around it lol any direction would be appreciated Thanks CJ
  7. maybe try in "Shared Browser" a "new browser" will open a new windows with it own cookies and cache, in new browser { wait(5) click(<title="I like this">, "Left Click", "No") wait(7) }When you click like button, .. click(<innertext=" Like">, "Left Click", "No") doesnt this it open a new window or iframe anyway ? if it does then just remove the "new browser" command i think
  8. try wrapping the UI HTML code in "code tags" Like Thishttp://gyazo.com/4b9e1bb3659cedd90a0cabacf9a261f7
  9. Np Yes, as far as i know anyway, Ive tested on a few of my other pc's and none of them download any updates first CJ
  10. I got this sorted after chaps, .. The support files that your bot needs to run are here (C:\Users\YOUR_USERNAME\AppData\Roaming\UBot Studio\Browser) these should be added to the "Files" section of INNO Installer, .. make sure that the "Destination Folder" for these files in INNO reads - {userappdata}\UBot Studio\Browser\*Ubot Version* Cheers CJ
  11. If there was a way to bind a specific html window to a thread , then that would be pretty epic If it is possible it would certainly reduce the amount of code for multi threading, as at the moment the only viable way is to use variables but hey if you can do anything it would be great Thanks again Abbas CJ
  12. Cant use the "Custom HTML Window" in a multi-thread bot, keep getting this error, (please see attached image) any workaround ? or fix any help would be appreciated Thanks CJ
  13. I know this is 2 years old now, but did you find a solution to this for a multithreaded bot ? I have a manual captcha window that is very similar to this, but the commands given FROM the html window only gets sent to the main browser and will not execute the commands in a "New Browser" node This has been giving me a headache for a week now, i dont want to abandoned this but a workaound seems impossible at the moment, hoping in 2 years something was figured out Thanks CJ
  14. do you know how many images they use ? what i mean is, do they rotate that same like 20 or is it a vast library of images ? A lot of custom bots i make for my customers require an image verification which is pretty easy to code, this looks a little more complex but definitely do-able
  15. Thanks for the mention mate only just noticed lol although i cant take all the glory, i got the idea from another thread here glad it all worked out for you though
  16. Hi again, I have a whole new issue and to be honest i cant actually see a way around, maybe because im having a meltdown ok, I have built a manual captcha window, simple a pie, ... Now my users would be able to refresh those stupid captchas with play buttons and image selection etc, .. a little looping until a variable is changed to true so the bot knows when to continue .. yada yada, im sure you know the drill, however, the commands im sending via a HTML window will only work in the main browser, I know this as after test number 64 i had left an unsolved captcha in the main b
  17. Thanks mate, i tried pretty much all of that too, however, i restarted my pc and thought i would try again and it worked i guess ill restart my pc first next time lol Thanks again CJ
  18. Hello, Yet again the bot im currently working on has thrown a curvball at me, Ok, first, this is nothing i have not already done a million times, but it just wont work now Im trying to simply get a button within a "load html" node to goto a url with an ID at the end, ... simple! The url should read : https://www.thisdomain.com/HNHJjb84734bu4jebubjebcjwc (just a random number at the end, will be a users BTC address) but instead no matter which way i try it reads : https://www.thisdomain.com/#bca I have tried the direct way by by entering it as a href and i have tried another
  19. Of course !!! It was staring me in the face all along, I always forget "random" is there, Thanks man Have a nice weekend
  20. Ok, Ive hit another wall, The window and everything inside works great and im pretty happy with the end result, So i now have a manual captcha pop up with a refresh button However .... The bot im working on has 18 main threads running at any 1 time, each will encounter a captcha, so my question is now this, .. how will i make each captcha window that pops up know which image to show, i cant get around thinking i have to create 18 individual html windows each with its own image variable, there must be an easier way ? some one please help
  21. Hello I am currently building a manual captcha option in one of my bots, purely because the built in one does not allow to refresh the captcha, so im trying to just load a HTML window with the captcha image, text box, submit button and refresh button, ...... simple, But no matter what i do the captcha image will NOT show, I have even replaced the image location to images that i know show in other UI's but same result, .. anyway, this is kids play and not something i have not done before, so im having a brain meltdown :/ here is the HTML window code : <table width="100%" bor
  22. Sorry to bother you Pash, But wondering if you could show an example of "2captcha" set up, Thanks in advance CJ EDIT : Scratch that, I got it
×
×
  • Create New...