Jump to content
UBot Underground

Big Jay

Fellow UBotter
  • Content Count

    109
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Big Jay

  1. Thank you for your kind words... I was only doing for you, what many others have done for me. I am glad I could help.... This community is Awesome!!!
  2. I am potentially open to partnering/teaming up with the right person on a project. Hit me up if you are interested.
  3. I don't think the forum is broken(or maybe it is?)... you most likely just need to contact support to have the restrictions on your account lifted.
  4. Yes you can use ubot to create software... and no you do not have to have any pre-exsiting knowledge!
  5. cool layout... To much green imo... to many colors that clash, again in my opinion (take it was a grain of salt, I am not a expert BUT quite cool for your very first UI panel... Great job!
  6. I came across this video which answered some questions I had about YouTube. You may find it interesting also... http://youtu.be/oIkhgagvrjI What I find most interesting is: 1. this bit of old code controls what happens with the view counter 2. For what we do as bot creators it would seem that we need to let our bot keep running even if the counter isn't moving.(the views are still being recorded and tracked behind the scenes) If the bot is indeed correctly spoofing views, and not leaking anything that would indicate that the views are from a bot then the counter will update once th
  7. Bro this is the place to ask questions, don't feel bad for asking! Just be sure to do a search before you post, to make sure someone else hasn't all ready received an answer to your question. Oh, be sure to join the Skype group, there are alot of smart botters hanging out there.
  8. @TJ... So like this: define clear tracking { set(#agent, $rand(1, 969), "Global") if($comparison(#agent, "<=", 167)) { then { set user agent("Internet Explorer 10") } else if($comparison(#agent, "<=", 511)) { then { set user agent("Firefox 6") } } else if($comparison(#agent, "<=", 928)) { then { set user agent("Chrome") } } else if($comparison(#agent, "<=", 969)) { then { set user agent("Safari") } } else { } } shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash P
  9. I am playing with you code, but ran into a error when running it... the error lies with the #row variable. Does it need to be set to something. I am still kinda noobish with ubot... I'll see what I can figure out.
  10. Hey Bro! Welcome aboard, we're excited to have you join us! If you need help with anything don't hesitate to ask, if I can't help I'll point you in the right direction.
  11. duh!!! How'd I forget to add that one? lol ADDED IT! Keep em coming, be sure to let me know of any cool resources you come across.
  12. I'd like a video... Not sure if it's your payment button or what, but I can't getthe payment to go through. Can you just PM me your paypal email and I'll send it over directly. I've tried 3 times and keep getting a error.
  13. Is there a video explaining your thought process by chance?
  14. Awesome share, thanks for sharing this. I have learned a lot from some of your threads. Thanks again.
  15. Emmanuel, I like what you did with the UI... I always enjoy seeing what people come up with. Looks like a cool bot!
  16. I am pretty good with HTML/CSS... I am tempted to upgrade to dev just to see what all the fuss is about with the HTML Element, lol K, that is a very nice UI you coded/designed!
  17. As the title says, I am finishing up my first useful bot, which is an account creator. I am quite excited, the last few weeks have been very frustrating at times, and parts of the learning curve (of which I am still going through) have been difficult to me at times. However tonight everything came full circle. I was able to sit down build a bot (about 4 hours of my time), I complied my bot, set it to create 100 accounts and went out to eat. When I came back home an hour or two latter all the accounts had been created, without me lifting a finger, or having to fill out a single captcha form!
  18. Bliss, very cool share! Thank you much!!! I garbed HMA Pro through your link, that was the least I could do to show my thanks!
  19. Looks straight forward... You can create a bot to click on the song you are interested in and then submit the poll easily. I'm not sure they are tracking IPs, you could test it to see if they block your IP after so many submissions.
×
×
  • Create New...