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

Jump to content



Photo

Email to Username combo converter (Heavily Commented)


  • Please log in to reply
Email to Username combo converter (Heavily Commented)

#1

jessicabrougman
jessicabrougman
    Offline
    3
    Rep
    7
    Likes

    Addicted

  • PipPipPipPipPip
Posts: 220
Threads: 4
Joined: Jun 19, 2018
Credits: 0
Deal with caution
User has an open scam report.
Five years registered
#1

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.


  • 0

#2

almaskeen
almaskeen
    Offline
    0
    Rep
    0
    Likes

    Member

Posts: 31
Threads: 0
Joined: Jan 18, 2019
Credits: 0
Five years registered
#2

fgfrg


  • 0

#3

cardmani
cardmani
    Offline
    220
    Rep
    557
    Likes

    Admin

Posts: 2047
Threads: 213
Joined: May 27, 2018
Credits: 2

Five years registered
#3

Im trying to learn code. I need some reference thanks for this borther. :)


  • 0

WUCjhrZ.gif


#4

goal447
goal447
    Offline
    0
    Rep
    4
    Likes

    Junkie

  • PipPipPipPipPipPip
Posts: 319
Threads: 0
Joined: Oct 21, 2016
Credits: 0
Seven years registered
#4

nice


  • 0

#5

xucard8
xucard8
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 95
Threads: 1
Joined: Oct 17, 2018
Credits: 0
Five years registered
#5

tyty


  • 0

#6

Xenomt
Xenomt
    Offline
    6
    Rep
    611
    Likes

    First provider of porn on Nulled.to

  • PipPipPipPipPipPip
Posts: 316
Threads: 138
Joined: Nov 25, 2018
Credits: 0

Five years registered
#6

Thank U i wnat to make my own tool with that


  • 0

#7

JSTP1234
JSTP1234
    Offline
    0
    Rep
    1
    Likes

    Member

  • PipPipPip
Posts: 29
Threads: 0
Joined: Mar 12, 2019
Credits: 0
Five years registered
#7

 

thx g


  • 0

#8

dadeteyecpa
dadeteyecpa
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 125
Threads: 1
Joined: Nov 18, 2018
Credits: 0
Five years registered
#8

thanks my man


  • 0

#9

Psy
Psy
    Offline
    62
    Rep
    355
    Likes

    Godtier

  • PipPipPipPipPipPipPip
Posts: 768
Threads: 44
Joined: Jan 30, 2015
Credits: 0

Deal with caution
User has an open scam report.
Eight years registered
#9
static void Main(string[] args)
        {
            try
            {
                var lines = File.ReadAllLines(AppDomain.CurrentDomain.BaseDirectory + "combo.txt"); //read file combo.txt from current dir
                var skiddySkitPapPap = lines.Distinct().ToArray(); //delete duplicates
                var final = new List<string>(); //create new List - like a string array but expand with you + no need to specify length (i.e string bot[10])

                for (int i = 0; i < lines.Length; i++) //start from 0, do this code below for as long as there is a line, and add 1 to i everytime you do it
                {
                    int pTo = skiddySkitPapPap[i].IndexOf("@"); //gets the index position of "@"
                    string yaDoneNow = skiddySkitPapPap[i].Substring(0, pTo); //gets the 'substring' between 0 (the start) and "@"
                    final.Add(yaDoneNow); //adds the substring to the list
                }
                File.AppendAllLines(AppDomain.CurrentDomain.BaseDirectory + "users.txt", final);
            }
            catch { }
        }

  • 0

Add on discord: Psy#0001




There are impersonators! Psy#5792 and Psy#8130


#10

D666l
D666l
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 4
Threads: 0
Joined: May 05, 2019
Credits: 0
Four years registered
#10

thxxxxxxxxxxxx


  • 0


 Users browsing this thread: and 1 guests