Jump to content
UBot Underground

Gogetta

Moderators
  • Content Count

    870
  • Joined

  • Last visited

  • Days Won

    73

Everything posted by Gogetta

  1. Use create account to get auto generated names from the db, and use build accounts to manipulate the variables. So inside your loop before the $first name and $last name constant you use create account under the action commands. good Luck!
  2. It's a false positive! This was created and compiled back when ubot was being flagged as a virus. Check around on the forum for information on this.
  3. Well here is an example of what was working for me til one of the recent updates. The script is suppose to replace the url links to $nothing, but just recently it stopped working. Can someone please explain why regex isn't working properly? Regex example.ubot
  4. Bulk Youtube Downloader Bot http://i45.tinypic.com/qoekqv.png I'm sharing part of my bot that I think will benefit a couple of people looking to quickly download videos and scrape the meta information on Youtube. All the tags and video locations are stored in a csv file, and can quickly be called using Imacros or ubot when uploading. If you know what your doing with any of these 2 softwares then you can also create your uploader to use the annotations or captions to place your links on top of your videos when uploading. Like I said this is just part of my complete script which does
  5. Yeah that exe no longer works. Google changed some things, so it needs to be fixed.
  6. Its a compiled bot though. http://custombots.com/2010/01/download-google-url-extraction-tool-free/
  7. You might want to check out Digital Access Pass, they offer more protection then this script. Dap logs the users Ip to make sure their not sharing licenses. http://www.digitalaccesspass.com/ Its free for to try...
  8. Update: i must have had a brain fart for like 5 hours or so. The reason I couldn't get it to work was because i was using a php code instead of javascript. lol.
  9. Thanks, this looks really helpful.
  10. Yeah it is a bit confusing, but im sure if there was a video tutorial on how to go about coding it would help a lot. Someone, please...
  11. Can someone please explain how we use regular expressions in Ubot? What I'm trying to do is strip all the urls from a variable using this: The Actual code I used to remove urls from a variable: /\https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?/g But I can't figure out how to do it. Thanks Edit: I hope this saves others some time... I changed the code above to a javascript since the first one I had posted was in php. If anyone needs an online tool to help with the the learning of regex you can try this. http://gskinner.com/RegExr/ Also the software that "webautomationla
  12. You need to first put the articles in the spin syntax before you can use UBots built in spinner. So your bot would need to extract the article and then use a third party website to automatically add in the synonyms. I use Content Boss for this, and though their service is not really cheap, the articles all come out readable. It's like $30 a month or so... If you need a sub that will save you time from having to code the content boss jet spinner let me know. www.contentboss.com
  13. Add to list --> {1}:{2} (user in a sub parameter and pass in a sub parameter) --> save to file --> list to be saved I uploaded a little script so you can see how to add to the list. The delimiter used is a colon. Save user & pass.ubot
  14. Here try this, it should help you get passed it. http://ubotstudio.com/forum/index.php?/topic/3349-how-i-kicked-tinymces-ass-today-and-u-can-too/
  15. Can you explain a little better what your trying to do. The images help but are kinda confusing.
  16. http://i44.tinypic.com/2nhkbra.jpg Search Engines: *Google *Youtube *Yahoo *Bing Search and extract multiple suggestions (keywords) from the top search engines online. Separate the results by new line, commas, or semicolon. http://www.megaupload.com/?d=TI4DCQ52
  17. http://i42.tinypic.com/29lcs51.jpg Of course you would need to code it to work with whatever loops your using, but this is how it's done,
  18. You need to delete the extra cookies that gmail leaves behind. Check out this thread. There are a couple ways posted on how to do this. http://ubotstudio.com/forum/index.php?/topic/2626-how-i-cleared-out-browser-cookies-temp-in-ie7/page__hl__how%20i%20clearked%20cookies__fromsearch__1
  19. Kinda like the #Keyword# variable senuke uses. This is pretty easy with UBot, just follow the example posted below. Replace Text.ubot
  20. You can do this by running the shell command in ubot. Something like this: SNDREC32.exe /PLAY "C:\Path\File.wav" /CLOSE Here is more information on how to call Sound Recorder from the command line. http://en.wikipedia.org/wiki/Sound_Recorder_%28Windows%29 also check out this thread: http://ubotstudio.com/forum/index.php?/topic/2593-script-end-sound-error-sound/
  21. Here is an image that should help. You need to to replace the text you don't want included with $nothing. Make sure when replacing the "You may be asked to enter this confirmation code: " you remove the white space at the end also. Good Luck! http://i42.tinypic.com/11qh4pc.jpg After running this the variable #Confirmation Code would contain only the "977603021".
  22. You should probably get into coding your bots using if -- > search page --> run sub. This is a good way to help from getting errors while using proxies, and also to help keep your bot running smooth and problem free. Lets say I have a bot that rotates proxies before creating a Yahoo email account. I would have the bot first choose a proxy, then navigate to the yahoo sign up page. Now on this page we only want our bot to fill in the user detail fields if the page loaded, right? Cause if it didn't we might get an error, not to mention it will slow the bot down by running the commands for
  23. Here is what you need to do... Choose by attribute --> Send keys file chosen --> Change chosen attribute --> Click chosen --> Delay 2 seconds Thats it, it will work. Unless I'm not understanding exactly what it is your trying to do. I forgot to include the delay for 2 seconds after the click chosen in this pic, so make sure to put in the delay! http://i42.tinypic.com/mr477r.jpg
  24. http://i43.tinypic.com/im31fq.jpg Use the nav (erase any text) sub parameter --> insert file (browse) --> test.txt So yeah just use the nav to your own local file, and it will navigate to the test.txt file when your bot is finished with your script. I use this for many things, like for submission reports to show the users which sites were successful or not.
×
×
  • Create New...