Jump to content
McKay Development

hexo

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by hexo

  1. I had run into the same problem and I had to change ips, the first time it  happened was when I used confirmation checker, the second was that I used client.weblogon too much

    I think the reason for mine was because of my friends account who wanted to idle his card. I ran his account without knowing that the account was family-view protected. 

  2. Just since 8 hours ago, my bot stop working, it does not accept trade-offers. so when I tried to restart it, I get stuck in setCookies() portion, it gives error 403.

     

    I logged in my accounts, check community market, I can purchase just fine. Checked badge pages, can craft just fine. It seems all of my accounts that I idle in ASF stopped working too.

  3. Hi, how do I set that I'm playing a custom game in my profile. I tried placing the string first but still goes online and shows as playing a game with the first integer in my array

     

    client.gamesPlayed(["some string here", 730, 440, ..., ....]);

     

    edit: I made it work by via this:

     

    let x = "some string here";

    let y = x.toString();

    client.gamesPlayed([y, 730, 440, ..., ....]);

  4. Is it even possible to disable twofactor of other accounts?

    I got dozens of accounts and I want to disable a specific account's twofactor using only the main account being logged on. I got all of their Rxxxxx codes.

    I want to know if it's possible before I dive in logging them in one by one.

×
×
  • Create New...