Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by AutomationNinja

  1. Using an IP and I am not even spamming (Quality automation!), but the whole rand of IP's that the provider is providing are blocked. Lameo. At this rate might as well use shared IP's on HMA or something. Lameo. Hard to find good IP's these days. Anyone have better luck with socket i.p.'s?
  2. you can use the "scrape table" command, or the $scrape attribute. You don't have to plug the info into a .csv file - only if you want to save a record of it for yourself.
  3. Sometimes you really have to dig deep. Use the advanced element editor to discover ways to get it to work the way you want. Lots of trial and error. A handy little trick I use is assigning a number to a variable that I then use in the element offset. Many ways to do this. Here is an example: set(#fnumb, $rand(1, 50), "Global") wait($rand(2, 4)) click($element offset(<class="js-action-follow follow-text action-text">, #fnumb), "Left Click", "No")
  4. You ip will leak during when verifying emails by connecting to the server. There are no cookies when connecting to the server & if you are using a proxy your real the email service will see your real IP.
  5. The more you pay the better it will run. I pay around $25 and it is still not fast enough. At $10 it is probably scary slow.
  6. To run a compiled bot the computer needs to support .net framework 4 Check out this link - In the supported server operating systems it lists which operating systems it supports: http://msdn.microsoft.com/en-us/library/8z6watww(v=vs.100).aspx
  7. When uploading a profile image too fac3 b**k have you ever had it log you out? I am unable to upload a profile image for some reason because of this. Kicks me out every time - even if I do it manually. Tried different images with the same result. Whaddya figure?
  8. Why don't you start off just using the built in play button until you get the hang of it. Then check out all the videos and pdf's and learn as you go..
  9. "I only need the script that goes to the youtube video, scrapes all the usernames and votes a given username." - Easy peasy. How does one get a hold of you? email?
  10. define stop { set(#stop, 0, "Global") } ui html panel("<!DOCTYPE html> <html> <head> <meta charset=\'UTF-8\'> <title>CSS Tables by Theodore Gaushas - BotGuru.net</title> <!-- THIS COPYRIGHT NOTICE MUST REMAIN Created by: Theodore Gaushas Website: http://www.botguru.net Date: 12/11/2011 For use with Ubot Studio v4 Rights: Copyright to Theodore Gaushas of Botguru.net Usage Rights: You are allowed to use this in Unlimited Projects so long as this copyright remains --> <!-- INSTRUCTIONS 1. Open Ubot 2. Drag in UI HTML node 3. Insert this entire
  11. he wants the code. which is no problem, except I don't see where you can vote a given user name.
  12. Brought to you by the skype group ninjas: run javascript("window.scrollBy(0,50); // horizontal and vertical scroll increments scrolldelay = setTimeout(\'pageScroll()\',10); // scrolls every 100 milliseconds") ---------------------------------------------------------------------------------------------------- document.getElementById('item_Fantastico_De_Luxe').scrollIntoView(true); was having problems with the cpanel not scrolling smoothly and focusing on the fantasico link but this line of code fixed that , just repalce what i added ( which was the element item_Fantastico_De_Luxe you ca
  13. so define a command called go and put your commands inside of that.
  14. In the UI HTML panel try something like this: <p><center><button onclick=\"ubot.runScript(\'Go()\')\">Start</button> || <button onclick=\"ubot.runScript(\'stop()\')\">Stop</button></center></p>
  15. In add or delete files make sure that all the actually are working correctly. What often happens is a virus screws up the files and then you get rid of the virus but your computer is still screwed up. There is an option where you can repair the files, or you could just update them. Is XP really old? I think microsoft is not going to support it after this year.
  16. Here ya go: http://www.ubotstudio.com/forum/index.php?/topic/12030-tutorial-example-codes-how-to-use-mysql-with-ubot-studio/?hl=%2Bdatabase+%2Bcommand Just follow the steps. You already have the answer to your question "Obviously I can tell if a select works by whether I get data or not..."
  17. kewl. have to try that out. thanks Kreatus
  18. Hey anyone know if it is possible to just turn off the sound that comes through the ubot browser?
  19. If all your if statements still don't deal with the error you can use define commands to have it move on to something else. A define command is basically creating a custom command. You can then call on that command anywhere in the script you like.
  20. The click command has advanced options where you can left click, right click, double click, left mouse down, right mouse down.
×
×
  • Create New...