Jump to content
UBot Underground

Gogetta

Moderators
  • Content Count

    870
  • Joined

  • Last visited

  • Days Won

    73

Everything posted by Gogetta

  1. Ubot has it built right in, and it's actually very simple to code. spin comment.ubot
  2. Just felt like sharing in case some new botters are getting stuck trying to figure out the proxies. Ip changer.ubot
  3. I sure do appreciate the effort, and also the code you shared. Yeah, I'm not sure that the script i posted helps at all. Thanks again.
  4. I'm trying to trigger a flash button on buzzfeed.com to upload an image. I have been at it now for a few hrs and really don't know what to do here, So I'm hoping someone can help me by looking at the code below. Thanks! <script type="text/javascript"> // hide spinner if (parent.document.getElementById('user-loading')) parent.document.getElementById('user-loading').style.display = 'none'; // register even for image cancel var cElement = document.getElementById("image-cancel"); YAHOO.util.Event.addListener(cElement, "click", function(e) { YAHOO.util.Event.stopEvent(e); va
  5. http://youtubecommentposterbot.com/Youtube%20Comment%20Poster%20Logo.JPG Many Webmasters know to become a successful online marketer you need to get targeted traffic to your website and offers, and by choosing the Youtube Comment Poster Bot you can effectively promote your products and services 100% on autopilot. Simply put you can get thousands of unique visitors visiting your websites. Download YouTube Commenter Software Here! This YouTube Commenter was Created using UBot Studios. Find the UBot discount code in my signature below.
  6. Hi, I can create this bot and add in some really advanced features. I have made many of complex bots using Ubot Studio. If you need to see some of the bots I have created you can search here on the forum and also on BHW. My price for exclusive and distribution rights is $600. If your interested please PM me. Thanks!
  7. Yeah, this is what were gonna have to end up doing. Thanks guys for all the info
  8. This is what the developer wh is designing my license script in php needs to know... "support whether u can open a text file without defining a path in ubot.. that is, if the file is in the same path as ubot, ask them if its possible to open in that" Can this be done? thanks
  9. Add to list or set a variable. Then for the value use the sub parameter documents constant --> $url
  10. The best way i found to do this is by using If--> Qualifier (Evaluate)--> Variable = True --> Then *Commands* Now this doesn't work well when using If--> Qualifier (Evaluate)--> Variable = False --> Then *Commands* So to make sure your bot runs smooth use a "not" qualifier like so... If--> not--> Qualifier (Evaluate)--> Variable = True --> Then *Commands* ...and it will make sure your bot works properly. check the example below to gain a better understanding. if false.ubot
  11. It works for me in IE8 & IE7, try following this guide here: http://ubotug.com/index.php?/topic/2792-how-to-use-hide-my-ip-in-ubot-studio/ Make sure to check your Ip with the ip lookup link.
  12. Thanks alcr. Yeah I have tons. I will be releasing some real powerful bots very soon. Were just working on the licenses using php and a C# controller that will unlock the Ubot exe. You don't need to worry about proxies when your using the account checker, since it doesn't actually login to any of the accounts. I have ran my bots on YT without using proxies and I have never had an account banned. But to be sure you can use Hide My Ip, thats what I use. Just make sure to click advance settings and enable Legacy Mode inside of Hide My Ip.
  13. http://i48.tinypic.com/2guh8k0.gif Check if your Youtube accounts are good. Rate, favorite, and Subscribe to multiple videos. http://custombots.com/?p=60
  14. Here check out this thread, but make sure to go with the While Loop and download that example. http://ubotug.com/index.php?/topic/2605-example-5-attempts-to-enter-captchas-move-on/page__hl__5%20cpatcha%20attempts__fromsearch__1
  15. If you want to cycle through each login you don't need to use a UI list box. Just load your accounts into a list by using the "Add to List". I uploaded an example below. Load accounts like this Username:Password List Example.ubot
  16. Hey bluegoat, reps man. You saved me time from having to figure this out. Thanks! +1 Remove from list
  17. Just use a UI file open and set the variable, then when you use "Save to File" instead of clicking the browse button use the sub parameter and insert the variable. Example Below: Save File Example.ubot
  18. Set a variable to 0 and on each loop increment it. Then inside the loop use If--> Qualifier (Evaluate)--> Variable = 19 --Then --> *Commands*
  19. Well from looking at this you not even using "Change Proxy". Second your not saving your proxy list to a file and then loading it into a list. You have to do this when using UI block text. Anyway have a look at the script below and use it as an example, it also shows how you can disable proxies once you have started using them. Change Proxy.ubot
  20. Gogetta

    Im stuck :(

    You didn't need to split your steps up into a script for each. But anyway here is what you were trying to do I think. Ping Fixed.ubot
  21. To change your ip address as often as once per minute you can use a software called Hide My Ip. Now if you have tried to use Hide My Ip with Ubot you may think it doesn't work, and I'm here to tell you that it does. Just follow the steps posted below and you will no longer need to worry about using proxies in Ubot again. 1.) If you don't already have Hide My Ip installed on your computer download and install it. You can download a 14 day trial from https://www.hide-my-ip.com/ , or you can purchase the premium package for 30 bucks. 2) Open the Hide My Ip software and click on advanced sett
  22. You could do a few things here, but its probably best to just extract the link from the page and then navigate to it. So something like... Choose By Attribute --> Set Variable --> Scrape Chosen Attribute --> Nav to Variable. Tip: When setting the variable leave the value blank and click ok. Then click on the command place holder, next locate the link on the page and right click and click scrape chosen attribute. You will need to scrape the href. Good Luck! Example: http://i49.tinypic.com/2ihl11d.gif
  23. Actually its not a flash, their using a javascript behind a frame. Ubot can fill in the text fields even though its a frame. The only problem I really had was clicking the 10 when rating the review to post a comment. IM me and I walk you through it. MSN:gogetta.teams@live.com
  24. Here use this as an example, i made it when i first started leaning Ubot. Youtube Title Scraper.ubot
×
×
  • Create New...