Cr4xy / agar-lvlgen

Agar-LvLGeN is a standalone implementation to farm XP at agar.
MIT License
52 stars 18 forks source link

Multiple acc not working #74

Closed yoyo00x closed 8 years ago

yoyo00x commented 8 years ago

i tried doing 2 accs on the same time but all what i got is only 1 acc working.... any fix?

007Unknown commented 8 years ago

@yoyo00x Idk dude, just one works, two or more doesnt... Just the first cookies work :c

accounts: [
     {
            c_user: "c_user",
            datr: "datr",   //this one works
            xs: "xs"
     },
        {
            c_user: "c_user",
            datr: "datr",   //this doesnt
            xs: "xs"
 ],
clairekardas commented 8 years ago

That should work :)

accounts: [         {             c_user: "c_user",             datr: "datr",             xs: "xs"         },         {             c_user: "c_user2",             datr: "datr2",             xs: "xs2"         }     ],