davidmann4 / ogar-feeder-bot

feeder bot for ogar servers
MIT License
92 stars 46 forks source link

Mouse control + Multiple accounts #313

Open Lukkez opened 8 years ago

Lukkez commented 8 years ago

I know this is OGAR-FEEDER-BOT but if use low ammount of bots like 10/5 bots will destroy agario? If 3 players use 5 bots on a party will be only 15 bots and not lagg, let's make a system to multiple accounts like this on config.js

//Facebook Multiple Account
account.cookie1 = COOKIE1;
account.cookie2 = COOKIE2;
account.cookie3 = COOKIE3;
account.cookie4 = COOKIE4;
account.cookie5 = COOKIE5;
account.cookie6 = COOKIE6;
account.cookie7 = COOKIE7;
account.cookie8 = COOKIE8;
account.cookie9 = COOKIE9;
account.cookie10 = COOKIE10;
//End of Facebook Accounts
agarioBotDev commented 8 years ago

wtf why don't you make an array ?!

mbm3 commented 8 years ago

^^

Lukkez commented 8 years ago

I get a code for this on agario-client, its: var facebookTokens = ["tokengoeshere", "token2goeshere"]

this.client.authToken = facebookTokens[this.bot_id]

I will find for c_user, datr and xs now