account login script

twoo
Joined 04/03/2019
Posts 7,302
09:01 PM 20/11/2022
var usernames = [

"username1",

"username2",

"username3",

"username4",

"username5"

];



var passwords = [

"password1",

"password2",

"password3",

"password4",

"password5"

];



for(var i = 0; i < usernames.length; i++) {

var username = usernames[i];

var password = passwords[i];



login(username, password);

}



function login(username, password) {

//code to log in with the given username and password

}


[nice] [Deleted1033562]
Joined 05/11/2022
Posts 766
09:01 PM 20/11/2022
hack brick hill lol


Tablet Ringers
Joined 19/10/2022
Posts 16
09:04 PM 20/11/2022
where to put this
asking for a friend


[bob] Bob Smith
Joined 30/01/2022
Posts 15,929
09:04 PM 20/11/2022
is this a script for a game or is this something that will be used to hack people


[Brick] 1nator
Joined 11/10/2017
Posts 11,114
11:18 AM 21/11/2022
Quote from Bob Smith , 09:04 PM 20/11/2022
is this a script for a game or is this something that will be used to hack people
neither, its pretty pointless


twoo
Joined 04/03/2019
Posts 7,302
09:24 PM 21/11/2022
Quote from 1nator , 11:18 AM 21/11/2022
Quote from Bob Smith , 09:04 PM 20/11/2022
is this a script for a game or is this something that will be used to hack people

neither, its pretty pointless
this^^^^^^^^^^

1