Jump to content
UBot Underground

Recommended Posts

When you are generating profile accounts on various website the one common request you will see is for a password.

 

My question to you is where are you going to get it?

 

Visit a website maybe? I was doing that very thing and scraping what I needed. The problem with that is you are now using bandwidth and slowing down your UBot.

 

I don't know about you but speeding up my bots to its most efficient and accurate processing is essential.

 

So here is one less tangent off my goals.

 

A password generator and I use UBot's $spin tool.

 

In the example I am providing you will note that it consist of multiple combination of characters. In fact, the password being generated is 12 characters in length and is considered complex.

 

These are the main character combinations that I used.

 

{A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z}

{a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z}

{1|2|3|4|5|6|7|8|9|0}

{a|e|i|o|u|y}

{@|3|5|8|1|$}

{1|a|2|b|3|c|4|d|5|e|6|f|7|g|8|h|9|i|0|j}

{~|!|@|#|$|%|^|&|*|(|)|_|+|:|"|?|>|

 

I did mix them up and used them at least two times so that 12 characters could be created.

 

The only characters I did not include were the "{ } |" as they are used in the spinning delimiters.

 

To use in your bots jus copy the Subroutine and call it and your variable will be #PSWD.

 

You're done. It's not perfect but it does help me. Enjoy!

 

Buddy

Password Generator.ubot

  • Like 4
Link to post
Share on other sites
  • 7 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...