THE FORUM IS IN READ-ONLY MODE
Can I check for MailPass or UserPass data type?
-
For example, if the data is Mailpass, then execute a certain block, if UserPass, then another block?
-
I think it can be done through Loliscript but I am not sure as I haven't tried it.
-
@Jaxson you know?
-
@tema21978
This could be done by several way here a nasty example but work ^_^, using WordList Type Credentials.IF "<USERNAME>:<PASSWORD>" MatchesRegex "^*[email protected]*:.*$" ## Execute Certain Blocks PRINT "EMAIL/PASS- ---> <USERNAME>, <PASSWORD>" ENDIF IF "<USERNAME>:<PASSWORD>" DoesNotMatchRegex "^*[email protected]*:.*$" ## Execute Another Blocks PRINT "USER/PASS- ---> <USERNAME>, <PASSWORD>" ENDIF
-
@Br4uN I copied this LoliScript code and decided to test it, anyway it gives me the text USER / PASS. For example, I entered [email protected]:123, as well as username:123.
P.S I am using version 1.4.4 OB
-
@tema21978 Dude, stick to the original version of OB. Download the latest version here: https://github.com/openbullet/openbullet/releases/download/1.2.2%23707/OpenBullet.zip
-
@Jaxson thank you)
-
@Br4uN Thanks, I decided, in my versions it was necessary to specify <USER>:<PASS>