Jump to content
UBot Underground

skinnyking

Members
  • Content Count

    22
  • Joined

  • Last visited

Everything posted by skinnyking

  1. I just bought this (silver package) but I'm really confused as to how it works with my software. Is there a guide or anything? I have written some software with ubot that I want users to be able to download and use for 1 month only and then renew or cancel. Ubotter sounds perfect but I've no idea how it works, was I supposed to receive some info on ubotlocker or something to help me out?
  2. Thanks Nick, I'm on standard edition 5.9.43 using the built in browser. I've tried all of the user agents with no success. I can see it fine in my Firefox or Chrome browsers.
  3. Hi I can see this URL https://wordpress.com/start/user-first/userperfectly fine in Chrome but not Ubot, nothing happens. I've tried changing the user agent - nothing. Does anybody else get this? Maybe I'm missing something but any help would be massively appreciated - thanks!
  4. Thanks guys! I went with Darryl's solution (just because it was the first I tried) but it works a treat. I really appreciate your help
  5. Hi guys I have a scraped list and I'd like to be able to show the results within the Load HTML command. I've tried this using a loop (also tried just posting the variable and also the list) but I can't get each item to appear on a new line within the HTML, sounds simple but it just doesn't seem to want to work for me. Anybody help please? set(#results,$scrape attribute(<outerhtml=w"<a href=\"/web/*/*\">*</a>">,"innertext"),"Global") add list to list(%theresults,$list from text(#results,$new line),"Delete","Global") loop while($comparison($list total(%theresults),"> Gr
  6. Hi guys How can I remove a single line from a text file? I can create the list etc and remove from the list but I'd like to remove a line from a text file also. Thanks!
  7. I found a solution at http://network.ubotstudio.com/forum/index.php/topic/14777-compare-dates/
  8. Hi all I'm not sure how I can do this. I want to be able to set a date and compare it to today's date, if today's date equals the date I set up then stop script. It's probably really simple but I've been trying for ages so thought I'd ask on here. Thanks in advance.
  9. Is it possible to copy and paste code from one script to another in standard edition? I thought I might be able to do it with my private bank but it's not working for some reason.
  10. I can't open the example script, I only have standard edition. Can anybody send me a screenshot of the node view so I can copy it please?
  11. I managed to get the download but I only have ubot standard edition and I can't see the examples so I can't figure out how to use this plugin, I'm still new to ubot. Can anybody help?
  12. I've just started getting this today. Is it still happening for anybody else? My splash screen just hangs.
  13. The download link is dead, I really need this plugin - any chance you could allow downloads again please?
  14. Great stuff guys thanks, I'm learning a lot here. I've substituted a command so the information is pulled from a file rather than a manually entered list, cheers
  15. Is it possible to separate the values i.e. so if the list shows youremail@domain.com, yourpassword that I can pull the email and insert into my browser field and then insert the 'yourpassword' from the same list line into the password field.
  16. Sorry if this sounds like a really basic question but how can I see the list content i.e what's inside of %emails ? thanks Ah ignore that I figured it out lol
  17. Hey thanks Darryl I'll take a look. Some nice tools in your signature you have there.
  18. I'm still new to ubot, trying to figure it out. How can I pull data from a text file randomly? I want to be able to take an email or password from within text file such as: yourname1@youremail.com, yourpassword1 yourname2@youremail.com, yourpassword2 yourname3@youremail.com, yourpassword3 and randomly insert the email & password from the corresponding line so they match when inputted when logging into hotmail or gmail for example. I'm not sure how to do this, hope it makes sense. thanks in advance.
×
×
  • Create New...