Jump to content
UBot Underground

magzmedia

Fellow UBotter
  • Content Count

    91
  • Joined

  • Last visited

Everything posted by magzmedia

  1. Awesome Nick, would be cool if ubot dev team added this functionality
  2. Great guy, great sourcecode buy the bundle it's a steal at the price Cheers Nick, you Rock!
  3. I always use useragent ie6 then twitter is your slave
  4. Totally awesome protection, was impressed with the ease of install and getting it up and running. Cheers Meter...You Rock!
  5. Hey, Ubotstudio has made me a lot of money, Ubots biggest fan is right...what "cuts it" at the end of the day is affiliates and a good rep. I have taken over 25K for a bot on the warrior forum and in total bots I've been involved with have made over 200K since 2010, I'm not bragging I'm just saying it is possible to do really well and I know there are other bot coders on this forum that have done much better than me. I am thinking we should get a collective together, a small group who can target the Warrior Forum and the Black Hat Scene, with our combined expertise we could do something specia
  6. I think this is a really interesting idea...and I'm pretty sure that the scripts already exist to set up such sites (I'm sure I looked at one). A paid membership would be a good idea, but how would this essentially differ from a site like vagex? You have got me thinking though, I'm sure there is something in this. I think what interests me is the idea of a collective...we really need to band together at the moment to counteract the evil "G" Cheers Rob
  7. Hi Guys, thought I'd show you one of mine, this is for a WSO that is going out in a week http://automatedtoolkit.com/images/social-master.jpg
  8. Hey Kreatus, sure I tried that...however I did get it to work using iphone as a useragent, will try ie6 again. Thanks mate Rob
  9. Hey guys, I've been using bots to add users and unfollow on twitter for some time. However recently I can't get the bot to click the twitter follow buttons...tried several things, but no joy. (fine on unfollow) I wondered if anyone knows how to activate the buttons by using Javascript...any input would be appreciated. Is it possible to activate the button by using the change attribute command? Cheers Rob
  10. Hey I like that bit of javascript...cheers John Another way of doing this would be to retrieve the feed from the Twitter API: here's how I do it: clear list(%userids) clear list(%usernames) set(#doctext, $read file("https://api.twitter.com/1/followers/ids.xml?cursor=-1&screen_name=tweetmagnate"), "Global") add list to list(%userids, $find regular expression(#doctext, "(?<=\\<id\\>).*(?=\\<)"), "Delete", "Global") loop(50) { navigate("http://twitter.com/account/redirect_by_id?id={$next list item(%userids)}", "Wait") add item to list(%usernames, $url, "Delete", "Glob
  11. Michel, This will not work in 4 as it will not accept localhost in the port placeholder, I assume it wants a numerical value like 80. Fine in 3.5 but not in 4. and thanks Duane i will try change proxy("None") Cheers Rob
  12. Hiya tried 127.0.0.1:localhost and 127.0.0.1:80 Whenever the latter is used...I can't navigate on the web. I'm scraping and checking proxies and I need to change to localhost each time I do a run... What's the secret guys? Cheers Rob
  13. Thanks Kreatus, yeah I have the routine in a loop, I like the way you've done it. Cheers Rob
  14. Hey guys, I've got a great bot that I'm developing but it uses proxies and I need to develop a good testing routine for the proxies as the bot will fall down if they fail. here's what I have at the moment...can you guys see a better way of doing it? http://www.stealthymarketer.co.uk/images/proxy-check.png Cheers Rob
  15. Hi guys, Looking for an advanced coder to help me finish two bots. One is for Facebook and the Other Google Places. Please contact me if interested and I'll describe what I need in detail. I need to get the FB project finished by the end of the week, I'm sure the coding is less than a few minutes work for an advanced coder. Please also give me a price estimate for the job. Many thanks Rob
  16. I'm working on this at the moment...what you need to do is save the results of every friend that you add to a list, next time you run the software get it to visit each of the friends requested and cancel the requests which haven't been approved. I wish I'd realized that before I started adding as I have to wait for the blocks to be lifted. Also make sure that you add only 20ish friends a day (so I've been told) Hope this helps Cheers Rob
  17. Hey Guys, I'm making a Facebook bot and it's going well, but one issue I have is cancelling facebook friend requests...has anyone worked out how to do this? I'm thinking the best way would be to add new requests to a text file and then check to see which of the requests haven't been approved...but I didn't do that when I added friends originally and now I've hit a block... Any ideas guys? Cheers Rob
  18. That's awesome Botbuddy, thanks for taking the time to provide such an excellent solution to my question Cheers Rob
  19. I was just thinking it would be cool if you could incorporate a progress bar in the UI area of Ubot...could this be done in the html ui? I guess it could be done with javascript, or maybe flash. Does anyone have any ideas how to do this? Cheers Rob
  20. Just discovered that it's all down to Google instant...although i was sure I tested for that..Google Instant throws in the stupid urls, problem is sorted thanks for yuour help guys.
  21. Hey Botbuddy, do you think this is a temporary issue then? and nothing to worry about? Cheers Rob
×
×
  • Create New...