This post is by a banned member (w1z3x3) - Unhide
OP 03 January, 2023 - 09:04 PM
Reply
Does anyone know any program or notepad++ command where i can change
Username:
[email protected]
Password: password
to
email:password
This post is by a banned member (yejiunayangluo) - Unhide
03 January, 2023 - 09:05 PM
Reply
This post is by a banned member (w1z3x3) - Unhide
OP 03 January, 2023 - 09:06 PM
Reply
(03 January, 2023 - 09:05 PM)yejiunayangluo Wrote: Show Morenotepad++ bro
yea but how
This post is by a banned member (7sYnc) - Unhide
03 January, 2023 - 10:15 PM
Reply
(03 January, 2023 - 09:04 PM)w1z3x3 Wrote: Show MoreDoes anyone know any program or notepad++ command where i can change
Username:
[email protected]
Password: password
to
email:password
Ctrl+H
input: username
output: none
ctrl+h
input: password
output: none
and connect the lines
This post is by a banned member (words) - Unhide
29 March, 2023 - 12:25 AM
Reply
maybe i can make a python script for that, still needed ?
I do not sell anything. I do not have a public Discord / Telegram. I will never ask anyone for money / refuse any deal via middleman. I will never deny to confirm my identity via PM before any deal. Stay safe, I have impersonators.
(-.-)Zzz...
https://youtu.be/EDVrTYW2l84
This post is by a banned member (w1z3x3) - Unhide
OP 29 March, 2023 - 04:39 PM
Reply
This post is by a banned member (okUdnjcd) - Unhide
29 March, 2023 - 07:21 PM
Reply
(03 January, 2023 - 09:04 PM)w1z3x3 Wrote: Show MoreDoes anyone know any program or notepad++ command where i can change
Username:
[email protected]
Password: password
to
email:password
can make it for u dm Mewzax#1337
This post is by a banned member (r4073) - Unhide
29 March, 2023 - 08:36 PM
(This post was last modified: 29 March, 2023 - 08:39 PM by r4073. Edited 1 time in total.
Edit Reason: adding code
)
Reply
I will do it for you. I will post the bash command here as soon as i finish it.
Code:
cat userlist.txt | cut -f1 -d "@" | sed 's/Password: //g'|sed -z 's/\n/:/g;s/,$/\n/' | sed 's/.$//'