Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 1753

Combolist Cleaner, removes anything after the user:pass

by landal - 05 March, 2021 - 11:50 PM
This post is by a banned member (landal) - Unhide
landal  
Registered
66
Posts
2
Threads
5 Years of service
#1
example of how the program works

the program turns a list like this

username:password something | something | something
username:password something | something | something
username:password something | something | something
username:password something | something | something
username:password something | something | something
username:password something | something | something


into this:

 username:password
username:password
username:password
username:password
username:password
username:password

 
Code:
with open("combolist.txt", "r") as f:
        for line in f:
            line = line.split(" ", 1)[0]
            
            addacc = open("combolist2.txt", "a") 
            addacc.write(line + "\n")
            addacc.close()


It's a super simple Python code but I saw someone trying to sell this shit so I decided to make my own and give it out.

Thanks, Cracked  :monkas:
dm on discord if you need help, Cryptea#8008
This post is by a banned member (Rio) - Unhide
Rio  
Kings
108
Posts
11
Threads
4 Years of service
#2
just use a combo editor and pick combo extractor Kappa
[Image: c96a5d97377103.618675ecb3a37.gif]

[Image: SCmNN.gif]

This post is by a banned member (landal) - Unhide
landal  
Registered
66
Posts
2
Threads
5 Years of service
#3
(06 March, 2021 - 12:00 AM)Jouharr Wrote: Show More
just use a combo editor and pick combo extractor Kappa

idk  what that is tbh  Hype

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)