Jump to content
UBot Underground

Gogetta

Moderators
  • Content Count

    870
  • Joined

  • Last visited

  • Days Won

    73

Everything posted by Gogetta

  1. 1. Without proxies you will be limited to creating a few accounts only. Instagram has limits on how many accounts can be created from a single IP. 2. The SMS verification is handled by a 3rd party services that cost $0.10 per SMS code. So you will only be charged for the codes received and not for the amount of phone numbers requested. 3. I am currently working on the next update and should be done very soon. 4. Yes, I will be keeping the bot updated on regular basis. However, if Instagram releases a new versions all you will need to do is update the signature key in the settings tab. A
  2. Do you mean scrape the100 items and then let the user select (with a checkbox) which items they want added to say a list? If so I would say take a look at Aymen's datagrid plugin.
  3. Post the line of code (function) that's giving you the error.
  4. http://network.ubotstudio.com/forum/index.php/topic/13798-free-plugin-advanced-shell/
  5. Not sure why you're having a problem getting it to login. When I run the code below in v.5 it logins and then returns to the browser where digg displays the blue submit button. Just enter your twitter user and pass and run the script. ui text box("User:",#user) ui text box("Pass:",#pass) comment("I used the, in new browser command because for some reason after the first pass in the main browser the twitter pop would load blank. So it all works if you keep it in the new browser.") in new browser { allow popups("In New Window") clear cookies navigate("http://digg.com/submit","Don\'
  6. It can be done much easier by using some regex. navigate("http://www.lagado.com/proxy-test","Wait") clear list(%getIPAddress) add list to list(%getIPAddress,$find regular expression($document text,"(?:[0-9]\{1,3\}\\.)\{3\}[0-9]\{1,3\}"),"Delete","Global") alert($list item(%getIPAddress,0))
  7. The code that I posted earlier will work in v.5 if you set the browser to chrome 21.Make sure to restart UBot after you made the changes.
  8. Yes, I tested it in UBot 4 that' why i didn't see the problem you were speaking of in v.5. I'll see what I can do to help.
  9. There are a couple of ways you can go about handling this. I guess the easiest way would be to Allow Popups in a new window. allow popups("In New Window") navigate("http://digg.com/submit", "Don\'t Wait") wait for element(<url field>, "", "Appear") type text(<url field>, "http://google.com", "Standard") click($element offset(<login link>, 2), "Left Click", "No") in popup { wait for element(<for="username_or_email">, "", "Appear") comment("Login to twitter here.") wait(5) close page }
  10. Sorry, This Bot is No Longer for Sale!!! "Hey Internet Marketer, Are You Finally Ready To Have The Ability to Create Your Own PVA Instagram Accounts??? Duh, Well of Course You Are." Whatever, I had to ask cause I don't know maybe some of you like throwing away your hard earned cash on buying overpriced IG accounts. The very first website I searched and found on Google is charging $100.00 for 100 phone verified Instagram accounts. C'mon Bruh, are you seriously earning a $90.00 profit from selling PVA Instagram Accounts. The truth is It only costs around $0.10 to make a Phone
  11. Yes, and to save you some time... Make sure that you install the fiddler certificate on the mobile device or fiddler wont be able to decode the request. http://www.cantoni.org/2013/11/06/capture-android-web-traffic-fiddler
  12. There is a much easier way to go about it. https://iphone-api.gumtree.com/api/ads/ad id here https://iphone-api.gumtree.com/api/ads/1189560391 You got to love the mobile api.
  13. I am having no real problem automating mobile phone apps. Simply use fiddler to capture the request and the http post pugin to send and receive data from the server.
  14. Cleared this problem up a couple of times by running ccleaner and cleaning out old temp files. If nothing else works give this a try.
  15. Your are probably looking for the if command along with the exist qualifier. More info here.
  16. Can use shell or advanced shell plugin (free) and run Youtube-dl with windows command line. That takes all the hard work out of it.
  17. You should read up on element offset. Here is a code that should help. Make sure to check the way this script is using the elements since all I had to go off of was "reviews". clear list(%get_elements) add list to list(%get_elements, $list from text($scrape attribute(<innertext="reviews">, "innertext"), $new line), "Don\'t Delete", "Global") set(#inc_offset, 0, "Global") loop($list total(%get_elements)) { click($element offset(<innertext="reviews">, #inc_offset), "Left Click", "No") wait(1) increment(#inc_offset) }
×
×
  • Create New...