Originally posted by DanModsHD
Hey NGU, Dan here and today im seeking help!
Whats im trying to do is work out how I can pick a random line from a FTP.txt file. This is for an account gen.
So I want to pick a random line from a ftp text file!
If you can help please leave it below along with your paypal email and Ill pay you!
Well for starters that's not a generator. You are just pulling a random account from a known list.
In any case:
1.Load the file into an array. Each line being an element
2.Create a random number
3.Use that number as the index for the array when you want to display something.