Jump to content
UBot Underground

rocket976

Fellow UBotter
  • Content Count

    567
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by rocket976

  1. I know its not the most reasonable solution but I think the only way you could guarantee no refund is with bitcoin. Might be a pain in the ass to implement at first but if I could pay with paypal, the exact amount of bit coin and send that it would be fine with me.
  2. Please post the offender in the forum, that way we can all blacklist them from purchases and jvzoo.
  3. Quite sure the limiting factor here is .net framework. perhaps this will help http://www.mono-project.com/
  4. np you can find descriptions of the basic commands here http://wiki.ubotstudio.com/wiki/Main_Page , get familiar with them then consider the http post plug in as it will be the best upgrade you can do http://www.ubotstudio.com/forum/index.php?/topic/12837-sell-http-post-plugin-crazy-bonuses-inside/ Your going to have to do some learning and Dans videos are a great help http://www.bot-factory.com/httpplugintutorial/ Good luck
  5. Just load them into a list add list to list(%proxiestorotate,$list from text("proxy list 1 per line then add to a list",$new line),"Delete","Global") then choose a random item from the list as your proxy change proxy($random list item(%proxiestorotate)) they should be formatted ip:port(:username:pass(if required))
  6. Free proxies are going to burn out very fast. You will have much better success with something like http://buyproxies.org/ . I use twenty with 40 twitter threads no problems.
  7. 30 min from notification of issue till update, crazy Pash your an animal!
  8. So many uses for this. I grabbed the pro version and one of the tasks I will use it for is to replace my jotform coupon submitter (sends to a php form , enters in database then bot pics it up to process) that alone will save me $100 a year and speed the process up considerably. This is well thought out and has so many uses from sourcing out tasks on my big bots to reduce memory and help keep the main bot stable to pushing out small bots to support my clients this is a god send. I really appreciate that you made this and I haven't even got started yet. This plug in is going to help us create so
  9. Yea I think so, seems to only work for 10 min or so then needs re authorization let me know if your mileage varies plz..
  10. Hey guys just sharing a link I found helpful with google captchas https://accounts.google.com/DisplayUnlockCaptcha ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------(You know what to do)------>
  11. Heres a simple solution to STOP, sorry I have not used the scheduler define STOP { set(#STOP,"STOP","Global") } In your run define in any loop or wherever is appropriate if(#STOP = "STOP") { then { stop script } else { } }
  12. Bad news for us, good news for cat pic lovers....
  13. Can you use multiple accounts and can I bind a proxy specificly to an account?
  14. Yea this happens to me all the time, so much so that when doing a ton of coding I like to save off to a text file then compare lines on reload to make sure it saved. Feel for ya bud, been there.
  15. Found this interesting story about .net becoming open source.. wondering what this could mean for us and porting to other OS's http://www.zdnet.com/microsoft-to-open-source-more-of-net-and-bring-it-to-linux-mac-os-x-7000035716/
  16. Not even sure if I need these commands (YET) however I have all your other plug ins and they are all MUST HAVES. So Im jumping in early because I know you update your plug ins like a BOSS!
×
×
  • Create New...