Jump to content
UBot Underground

rapt0r

Fellow UBotter
  • Content Count

    50
  • Joined

  • Last visited

  • Days Won

    2

rapt0r last won the day on May 16 2012

rapt0r had the most liked content!

Community Reputation

3 Neutral

About rapt0r

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Is it possible to load the cookies via javascript? has anyone tried that with ubot yet?
  2. Thanks I was thinking that what it was for. Just wanted to make sure I had to increase that value to 5000 because ubot takes to long to open up and then it gets stuck because its trying to do stuff before its fully loaded. Now it works fine.
  3. window.setTimeout(function() \{ ubot.runScript(\'onload()\') \}, 500) What is the "500" value for?
  4. I am interested in purchasing this plugin. I have some questions. 1. Is there a way to save cookies and then use those cookies with the browser? 2. Is it possible to use the browser to login to a site then have the rest of the stuff done via requests? 3. Anyone made any youtube bots that log into accounts using this plugin? or it's not possible because of their high security?
  5. did you try with different accounts? same result? get recaptcha everytime or it happens after sending x messages? is there a option to phone verify the account to get rid of the captchas?
  6. is there a place where it lists all the sendkeys that can be used with ubot 4.0? didnt know about the {BS} thanks
  7. use the if and search page command to see if the captcha is on the page. If it is then solve it. Just have that in the begining of your loop. i dont think you can make it click dialoge box's Do you have flash installed already? What does the allow or deny do?
  8. yeah i tried changing useragent, proxies, computers. i think fb did a new update which stops the bot from clicking the sign up button to submit the form. you have any working useragents that work for the sign up page?
  9. cant even click sign up button from fb main sign up page manually in ubot. it works fine manually in firefox/chrome though. this is crazy.
  10. try this: Make a Accounts.txt on your desktop also change the "C:\\Users\\Admin\\Desktop\\Accounts.txt" to your own directory that has the accounts.txt. You will need to replace that in two places when loading the list and saving the list. This will grab an item from accounts.txt and remove it from the list and save it and then fill the form. Let me know if you wanted it differently but this is how i do it, i remove the item so i dont grab it again later. navigate("http://ubotstudio.com/playground/simpleform.aspx", "Wait") clear list(%Accounts) clear list(%AccountsSplit) set(#Account
  11. you can use something like this to split the email:pw Example: Copy and paste this in the code view navigate("http://ubotstudio.com/playground/simpleform.aspx", "Wait") clear list(%Accounts) clear list(%AccountsSplit) set(#Account, $nothing, "Global") set(#Account, "MyEmail@Email.com:EmailPassword", "Global") set(#AccountReplace, $nothing, "Global") add item to list(%Accounts, #Account, "Don\'t Delete", "Global") add list to list(%AccountsSplit, $list from text(%Accounts, ":"), "Don\'t Delete", "Global") type text(<username field>, $list item(%AccountsSplit, 0), "Standard") type te
  12. rapt0r

    RegEx Help

    that would be a lot of replace commands , i can probably just make it grab each letter 1 by one from the text and replace it and have it in a loop but i wish i could get regex to do this because it would be better and would not need to loop. i guess i have no choice now lol thanks
  13. rapt0r

    RegEx Help

    Thanks for the links looks like gotta pay for that software. I really dont need to use regex that much. Only this one time. When i'll really start needing it i'll probably get the software since it would make the process much easier.. still looking for a solution. i wonder if its even possible to do what i want in regex, hoping someone who has good knowledge with regex can help me out please.
  14. i just had this problem. it was because i had a proxy set in chrome browser. removed the proxy and all is working.
×
×
  • Create New...