davidmann4 / ogar-feeder-bot

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

how to connect first bots then give the bots the facebook cookies? #504

Open mastkilxp opened 8 years ago

mastkilxp commented 8 years ago

does anyone know how to connect the bot first and then give it the facebook cookies? i saw hassanila97 explaining this he said somewhere in the agario-client code but idk what to change does anyone has a code for me i can paste in it so it works? add my on skype pls. skype:mastkilxp

ghost commented 8 years ago

hint: feeder.js

CupidStunts commented 8 years ago

@HappyRocketwheel lol mr tinfoil aaaaaaaawwwwwwww leafy

mastkilxp commented 8 years ago

any more hints pls? there are 1503 lines in between wich lines should i look?

ghost commented 8 years ago

switch this infront of when bots start ( you may need to recode this )

     if (facebookManager.hasAvailableToken()) {
    this.client.auth_token = facebookManager.getToken();
mastkilxp commented 8 years ago

eww i hate to recode :( it usually make alot of erorrs :( but i try thnx, if anyone already coded this pls give me the code if you can i would appreciate it

sukass commented 8 years ago

just remove that line and write it on client.on connected

ghost commented 8 years ago

client.on connected by just removing the 2 lines I provided above?