Jump to content
UBot Underground

Recommended Posts

Hello, 

I was wondering if anyone knows how to hide a password in a ui text box? I don't see any option to hide the password with bullets like most logins have. Is there a solution for this? 

 

Thanks for your help!

Link to post
Share on other sites

The UI section is actually a HTML Window,so this is great but really annoying,ubot should have a UI html command,

 

this example I use a ui text box, and in the label add some HTML for a form password input,this will show in Ubot as #Password in the debugger

 

Would also be interested if someone else has a better idea,other than writing a UI


ui text box("Password<input type=\"password\" variable=\"#Password\"/><br>Try find a use for this box",#Second Input)

Link to post
Share on other sites

solved it actually

 

remember that the variable in the input box is stored under #Password,not #Second Input

ui text box("Password<input type=\"password\" variable=\"#Password\"/><script>window.onload = function()\{ document.querySelectorAll(\"[variable^=\'#Se\']\")[0].outerHTML=\"\"; \};</script>",#Second Input)

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