Jump to content
UBot Underground

magoo

Fellow UBotter
  • Content Count

    102
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by magoo

  1. G'Day everyone, As soon as I noticed that TJ and Jane had released their new licensing software, I was on it straight away . As per usual I stuffed a few things up when setting it up for the first time and TJ was fast to respond to my questions and get me rolling. It wasn't enough for me to just stuff up the licensing , I also made a mistake with Jane's Protect it plugin. She saw the error I had made instantly (which I must admit I felt embarrassed as it was a silly mistake) I was up and running in no time. I have purchased several of TJ's products and I have always found them to be exce
  2. magoo

    Add to list

    Like this: clear list(%finished list) clear list(%start list) add list to list(%start list, $list from text("item 1 item 2 item 3 item 4 item 5", $new line), "Delete", "Global") loop($list total(%start list)) { set(#word, "{$next list item(%start list)} add what ever you want..", "Global") add item to list(%finished list, #word, "Delete", "Global") }
  3. I have seen this question asked before on John Legers forum and he said that each user would need to have their own api key.
  4. Hey how ya doin Iulian..welcome!
  5. What site are you trying to get the categories from? You need to scrape the url of the cats and then add them to a ui drop down. You will need to place your ui drop down in a separate tab because the ui drop down wont populate until you click on a separate tab.
  6. Use an if with an alert to tell them they need to re choose from your drop down. if($comparison(#dropdown, "=", $nothing)) { then { alert("Pick something from the drop down ya donkey!!") } }
  7. Welcome Frank, its a pretty cool piece of software you now have in your online arsenal. Let the $$$ roll in..
  8. Thanks for the code Humancoder.. http://ubotstudio.com/forum/public/style_emoticons/default/wink.gif
  9. Is this what you are after?? set(#urls, $scrape attribute(<class="fullLink">, "href"), "Global") set(#urls, $replace(#urls, "http://www.mochimedia.com/games/", $nothing), "Global") set(#urls, $replace(#urls, "-", " "), "Global") clear list(%url_text) add list to list(%url_text, $list from text(#urls, $new line), "Delete", "Global")
  10. You could just add the options to a list and select random list item.
  11. Every time I tried to run a compiled ubot after crashing using "/auto" it would freeze so I got it starting with http://www.autoitscript.com/site/ and the help of this thread http://ubotstudio.co...672-auto-start/
  12. Thank you!! this is just what I was looking for...http://ubotstudio.com/forum/public/style_emoticons/default/wink.gif
  13. I would love to join. Skype_ID= mr,magooo
  14. I just picked this up, cant wait to take it for a spin! Looks good...http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif
  15. Thank you this is awesome +1 for you..http://ubotstudio.com/forum/public/style_emoticons/default/wink.gif
  16. I cant view attachment or profile links either, I'm logged in and this has just started to happen over the past couple of days. Its becoming a real pain in the but trying to see spinets of code, to help see what I'm doing wrong building bots... Please advise?? Cheers!
×
×
  • Create New...