Jump to content
UBot Underground

Username max length


Recommended Posts

So as you guys know.... alot of sites have limits on username // password lengths

 

 

i tried using TRIM - substring (starting point 0 - max length 14) - username

but sometimes the value will come out completely blank?

 

Am i doing something wrong or is there a better way of doing this?

 

 

Thanks

Link to post
Share on other sites

I'm generating my own username in this type.. so i never get blanks

 

 

    set(#username, "{$spin("\{a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|y|z|w\}")}{$account data("Username")}{$random text($rand(1, 3))}", "Global")
    type text(<id="*">, #username, "Standard")

Hope it helps :-)

  • Like 1
Link to post
Share on other sites

The maximum variable length for UBot is 2,147,483,647 characters...

 

Chances are, any limitations you reach are going to be site based, not UBot based.

 

:rolleyes:

Link to post
Share on other sites

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...