THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
load custom list.txt in openbullet
-
Hello i have list like that:
1234566|124|186 12345675|1234|216 12345684|1234|485 12345694|1234|481 1234566|124|186 12345675|1234|216 12345684|1234|485 12345694|1234|481 1234566|124|186 12345675|1234|216 12345684|1234|485 12345694|1234|481 Or 1234566:124:186 12345675:1234:216 12345684:1234:485 12345694:1234:481 1234566:124:186 12345675:1234:216 12345684:1234:485 12345694:1234:481 1234566:124:186 12345675:1234:216 12345684:1234:485 12345694:1234:481
it's possible i input all of them in 3 arrays like:
USER|PASS|Number USER = [1234566,12345675,12345684...] PASS=[124,1234,1234...] Number=[186,216,485...]
Somthing Like super Global USER or PASS But one more
-