Jump to content
UBot Underground

Lucius

Fellow UBotter
  • Content Count

    63
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Lucius

  1. I want to input a variable inside the ui block text. like some text. etc etc.. and another variable with the text.
  2. How do I enter a variable inside a ui block text?
  3. i havent bought too many accounts since i got uBot but last i checked.. Yahoos are cheap.. like 1k for $5-$8.. best if you check out those forums for updated pricing.
  4. Simple IF statement will work... IF public proxy variable = $true then publicproxy code here.. else run your private proxy code above.
  5. check out some internet marketing forums... like blackhatworld for example.. tons of account sellers there.
  6. Check out this nifty little program: http://www.jockersoft.com/english/appmonitor_index.php Application Monitor.. it will check if the application is still running.. and if not.. will restart it.
  7. if you are going to use POP with SSL... i think the port should be 995. if that doesn't work, try using IMAP protocol.
  8. use their PPTP servers... choose the geo/server you want.. and use Windows RAS dialer to connect to it. write up a batch file with your rasdial info.. shell the batch file with your bot.
  9. u need to encode your URL links.. All spaces should be either percent encoded (%20) or plus encoded (+) so.. have something like >>>>>> if url contains space.. then replace space with %20
  10. save all your data to a folder... have a loop command for ubot load each txt file into a temp list... then count the total of each load... save the total number.. and do a simple addition of all the totals in the end?
  11. but this would work better: (this will also catch numbers in the email and special characters, but not blank spaces) \S+@\S+\.\w{2,4}
  12. this regex code should work: \w+@\w+\.\w{2,4}
  13. You can use SOCKS proxies for POP/SMTP/IMAP... that why some email clients lets you use proxies.
  14. IF your IP is leaking in the header, then your Proxy sucks.. and its not "Elite"... a VPN would do the trick.. don't have to use HMA.. there's a ton out there.
  15. 'from name' is different from 'from emai', when i connect to a server and create the table from the emails.. i only get the 'from email' on column 0. Nowhere is 'from name' downloaded.
×
×
  • Create New...