That's the point! I have the acc.txt in "read only".
Well, now, when the bot pull the acc it deletes from the file ALL the acc except the one whic is used, so it gives me error...
Shared config
[Config]
;Delay for almost everything in miliseconds. 1000 minimum
Delay=1500
;Delay for AI selection when creating the GAME, increase this value if you have issues with teams not equal. 1000 minimum
DelayAI=1000
;Stop the current account after reach lvl 5 or 10.
MAXlvl=10
;The password for the games
gamepw="LoL"
;Choose BuyMethod, 1 - Buys 1DAY XPBOOST, 2 - Buys 3 DAY XPBOOST. Use 0 to Disables BuyXP
BuyMethod=2
;Game Modes - (5) All humans Costum TCS Game,
gamemode=5
;Number of players in the Room 3v3 = 6, 4v4 = 8, 5v5 = 10 (default = 6)
roomplayers=6
;Number of Games in row for one single account. Disable=0.
gamescounter=0
;Click Nextgame instead of restart Client.
nextgame=1
; choose different ingamecheck not dependent of hudscale, 0 for Top HUD, 1 to MiniMAP Hud.
checkingame=1
; SHOP Tab Boosts Coordinates X,Y. Since riot is always changing the position user can define the current Position, check the forum to get latest coordinates.
shopx=28
shopy=500
;Auto-update function , 1 to enable, 0 to disable
autoupdate=1
;check lvl10 method 0 pixelsearch method, 1 imagesearch method (you could need to create your own pics for Resources Folder)
check10method=0
;Set single accs file for all bots in shared folder example = "Z:\BOTS\accounts.txt"
accsall="Z:\BOTS\accounts.txt"
;Set log file in shared folder with all accounts that were used already = "Z:\BOTS\accsused.txt"
accsused="Z:\BOTS\accsused.txt"
;Minimize Game during some periodos to decrease the CPU/GPU load, 1 to enable.
minigame=1
;When account is finished takes screenshot and saves on configured folder of the acc name/lvl ie: "Z:\BOTS\PICS\", 0 to disable.
screenfolder="Z:\BOTS\PICS\"
;Accounts handling mode. 0 use local vm accounts.txt,2 use accsall method.
accmode=2
;For new Costum games matchmaking its necessary to have a shared file, example set "Z:\BOTS\PICS\rooms.ini". 0 to disable.
roompath=1
; Option that will not choose the icon at the initial step but only when it's on the main menu. 0 disable, 1 enable
iconskip=0
;Do COOP Mode for 1-30, 1 enable, 0 disable.
docoop=0
;To enhanced COOP vs AI Mode, use shared coop.ini file with accounts, example set "Z:/BOTS/coop.ini". 0 to disable.
COOPpath=0
[Counters]
;Don't edit this part
xpalready=0
pullaccs=0
BTdone=0
gamesloop=0
pullacc=0
Botmaster=0
Roomslot=0
The problem was that i OVERWITE the accounts.txt, so the config doesn't detect it, i solved the problem just filling the accounts.txt with accounts, not overwritting it.
Sorry for my bad english I think it's all right. Thank you for all