please help me readfile

cucaibap

New Member
Premium
Joined
Feb 1, 2020
Messages
13
Reaction score
0
Achievement
I want input data on file txt more line:
 
Last edited:

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
91
Website
OnlinePiercingShop.com
Achievement
Perhaps something like this

JavaScript:
await Delay(3000);
await WaitForLoading();
var file_content = await ReadFile (gmail.txt);
await Delay(3000);
var thead = file_content.split("\n");
var thead_content = [];
for (var i=0; i<thead.length; i++) {
    thead_content[i] = thead[i].split("|");
}
// now
// thead_content[0][0] = abc1
// thead_content[0][1] = bcd1
// thead_content[0][2] = and1
// thead_content[1][0] = abc2
// etc
 
  • Like
Reactions: serjojazz

cucaibap

New Member
Premium
Joined
Feb 1, 2020
Messages
13
Reaction score
0
Achievement
Perhaps something like this

JavaScript:
await Delay(3000);
await WaitForLoading();
var file_content = await ReadFile (gmail.txt);
await Delay(3000);
var thead = file_content.split("\n");
var thead_content = [];
for (var i=0; i<thead.length; i++) {
    thead_content[i] = thead[i].split("|");
}
// now
// thead_content[0][0] = abc1
// thead_content[0][1] = bcd1
// thead_content[0][2] = and1
// thead_content[1][0] = abc2
// etc
i want login gmail from file txt
one gmail to 1 threads one 9hitbot
scrip in not work
 

cucaibap

New Member
Premium
Joined
Feb 1, 2020
Messages
13
Reaction score
0
Achievement
Do you suggest writing all the code for you? :)
Thank you for your confidence...
hì . pls help me, because file txt. id|pass|mail recovery thanks you. i want thead_content[1] login threads 1 , its will not login to threads 2
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu