Jump to content
UBot Underground

Email:password Combo List


Recommended Posts

 

 

            add list to list(%info, $list from file("{$special folder("Application")}\\yourfilehere.txt"), "Delete", "Global")
            set(#randomlist, $random list item(%info), "Global")
            set(#temp, $replace regular expression(#randomlist, ";.*", $nothing), "Global")
            set(#firstpart, $replace regular expression(#temp, ":.*", $nothing), "Global")
            set(#secondpart, $replace regular expression(#temp, ".*:", $nothing), "Global")

Lets say yourfilehere.txt has the following:

firstemail@yahoo.com:pass1
secondemail@yahoo.com:pass2
thirdemail@yahoo.com:pass3

The top code will read the file, create a list using the yourfilehere.txt.

Then pick a random LIST line..

 

Then turn "firstemail@yahoo.com" into #firstpart

and pass1 to #secondpart

 

I know this is an old thread, but seeing how it got bumped, figured id show an easy example.

 

 

Could anyone show me this but with photos? as i can not view the code view. 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...