indigodye3
Big O Analyzer
LEVEL 1
400 XP
After a user request I decided to make a guide on how to use a combolist to get maximum advantage
This tutorial is for users who already have a combolist and does not include how to create one
With this being said, lets begin
For this tutorial we will need 2 programs, lucky for you i have them both linked
Open the copy of the combolist with notepad++
to do it, you can right click the file-->Edit with Notepad++
or by, right click the file-->Open with... --> Select another program--> go to the Program Files folder and select the notepad++.exe
If you have multiple combolists that you want to work with better open the now, notepad++ will have them opened in the same window but in different tabs
now on your keyword hit "CTRL + H"
If it is an email:pass combo then:
select the "Regular expression" radio button in the bottom-left of the dialog.
Now, fill the following search fields:
Find what:
Replace with: (leave empty)
This will find the text @ followed by any number of characters .* to the end of the line $ (end of line part is optional).
So it would look like this:
Now if you have one combolist open hit the "Replace All" button
If you have multiple combolists open click the "Replace All in All Opened Documents"
And after that make a copy of this list and do
select the "Regular expression" radio button in the bottom-left of the dialog.
Now, fill the following search fields:
Find what:
Replace with: (leave empty)
This will find the text @ followed by any number of characters .* to the end of the line $ (end of line part is optional).
So it would look like this:
If it is a user:pass combo then:
select the "Regular expression" radio button in the bottom-left of the dialog.
Now, fill the following search fields:
Find what:
Replace with: (leave empty)
This will find the text @ followed by any number of characters .* to the end of the line $ (end of line part is optional).
So it would look like this:
Now if you have one combolist open hit the "Replace All" button
If you have multiple combolists open click the "Replace All in All Opened Documents"
USING BOTOP
We have the username list from the previous tep, if it was email:pass now we got both an email list and a username list
Now create a new txt file which will be our password list and paste this inside
Open Botop Combo Utilities and load Usernames , Passwords and click "START"
Last step:
Go and combine the original combolist with the one you created with this method
and check it on as many sites as possible
This tutorial is for users who already have a combolist and does not include how to create one
With this being said, lets begin
For this tutorial we will need 2 programs, lucky for you i have them both linked
You must upgrade your account or reply in the thread to view hidden text.- https://notepad-plus-plus.org/download/
Open the copy of the combolist with notepad++
to do it, you can right click the file-->Edit with Notepad++
or by, right click the file-->Open with... --> Select another program--> go to the Program Files folder and select the notepad++.exe
If you have multiple combolists that you want to work with better open the now, notepad++ will have them opened in the same window but in different tabs
now on your keyword hit "CTRL + H"
If it is an email:pass combo then:
select the "Regular expression" radio button in the bottom-left of the dialog.
Now, fill the following search fields:
Find what:
Code:
:.*$
This will find the text @ followed by any number of characters .* to the end of the line $ (end of line part is optional).
So it would look like this:
Now if you have one combolist open hit the "Replace All" button
If you have multiple combolists open click the "Replace All in All Opened Documents"
And after that make a copy of this list and do
select the "Regular expression" radio button in the bottom-left of the dialog.
Now, fill the following search fields:
Find what:
Code:
@.*$
This will find the text @ followed by any number of characters .* to the end of the line $ (end of line part is optional).
So it would look like this:
If it is a user:pass combo then:
select the "Regular expression" radio button in the bottom-left of the dialog.
Now, fill the following search fields:
Find what:
Code:
:.*$
This will find the text @ followed by any number of characters .* to the end of the line $ (end of line part is optional).
So it would look like this:
Now if you have one combolist open hit the "Replace All" button
If you have multiple combolists open click the "Replace All in All Opened Documents"
USING BOTOP
We have the username list from the previous tep, if it was email:pass now we got both an email list and a username list
Now create a new txt file which will be our password list and paste this inside
Open Botop Combo Utilities and load Usernames , Passwords and click "START"
Last step:
Go and combine the original combolist with the one you created with this method
and check it on as many sites as possible