combining <USER>:<PASS> to a string
-
Hi
Im total new to this progran and it look realy promising.
I have some trouble combining <USER>:<PASS> to a stringI tryed to use the block "Function"
But it treat the variables like textbest regards
Providers
-
I had the same issue
Do the followings and you're good to go:- Open "Environment.ini" with notepad in "Settings" folder of your OpenBullet
- Press Enter twice at the beginning of file and add following code then save it
[WLTYPE] Name=MailPass Regex=^*[email protected]*:.*$ Verify=True Separator=: Slices=USER,PASS [WLTYPE] Name=UserPass Regex=^*.:.*$ Verify=True Separator=: Slices=USER,PASS
-
Nice this work, thanks m8