futapi / fut

fut is a simple library for managing Fifa 19 Ultimate Team.
GNU General Public License v3.0
317 stars 138 forks source link

Perma ban? #216

Closed mestcompras closed 7 years ago

mestcompras commented 7 years ago

Someone else got perma ban mails? My two accounts got perma bans last week.

rafaelget commented 7 years ago

me too. 3 accounts.

ebdaf commented 7 years ago

Just happened to me last week as well.

On Tue, Nov 15, 2016 at 2:23 PM -0500, "Rafael Müller" notifications@github.com wrote:

me too. 3 accounts.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

darfinx commented 7 years ago

same as me. I forgot main account which uses autobuyer. now i amjust waiting for easports unbanned to my acc

Get Outlook for iOS

On Tue, Nov 15, 2016 at 10:15 PM +0200, "ebdaf" notifications@github.com wrote:

Just happened to me last week as well.

On Tue, Nov 15, 2016 at 2:23 PM -0500, "Rafael Müller" notifications@github.com wrote:

me too. 3 accounts.

You are receiving this because you are subscribed to this thread.

Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mestcompras commented 7 years ago

All of you guys bought the accounts from Origin (or Xbox Store/Digital download) or bought from G2A (or simillars key sellers)? Cause i know some cheaters of PC comunnity who didnt get a ban, all of them bought from Origin.

rafaelget commented 7 years ago

origin

darfinx commented 7 years ago

origin too

Get Outlook for iOS

On Tue, Nov 15, 2016 at 11:04 PM +0200, "Rafael Müller" notifications@github.com wrote:

origin

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

mestcompras commented 7 years ago

Thanks guys

oczkers commented 7 years ago

@mestcompras @rafaelget @ebdaf @darfinx @Fanatico1981

Sorry to hear that, guys could You please give me some info?

  1. How long interval did You used between commands?
  2. Did You changed any default values (like count in searchDefinitions / page_size in searchAuctions)?
  3. Did You ever used emulate feature and when the last time?
  4. How many hours per day were You using bot?
  5. Was is specific bot software or individual coded?
  6. Did You ever noticed captcha and when the last time?

I'm gonna push new version with big printed warning on login to warn others but we need to track all login procedure from scratch so it would be great if someone could use fiddler to catch all requests & responses in incognito browser mode (login + few basic commands like search, buy).

darfinx commented 7 years ago

Hi Piotr, I use generally 00.00-07.00. it buys items with autobidder then i relist manuel with mobile app. my settings was default. usually 4-6 player and 10 rpm.   before banned it worked about 10 hours. usually 5-6 hours it was locked (temp ban)i think easports has new detection software. end of all they havent given me any answer neither reason or proof. Thank you guys

Get Outlook for iOS

    _____________________________

From: Piotr Staroszczyk notifications@github.com Sent: Wednesday, November 16, 2016 00:58 Subject: Re: [oczkers/fut] Perma ban? (#216) To: oczkers/fut fut@noreply.github.com Cc: darfinx darfinx@gmail.com, Mention mention@noreply.github.com

@mestcompras @rafaelget @ebdaf @darfinx

Sorry to hear that, guys could You please give me some info?How long interval did You used between commands?Did You changed any default values (like count in searchDefinitions / page_size in searchAuctions)?Did You ever used emulate feature and when the last time?How many hours per day were You using bot?Was is specific bot software or individual coded?Did You ever noticed captcha and when the last time?

I'm gonna push new version with big printed warning on login to warn others but we need to track all login procedure from scratch so it would be great if someone could use fiddler to catch all requests & responses in incognito browser mode (login + few basic commands like search, buy).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

HKev68 commented 7 years ago

hi guys, same sheet happened to me. I had around 20 accounts running, all banned, with about 4M on all together... All the account where made by myself on different playstations 4. For my setup, I was sending a request every 5 to 7 seconds (random), no modifications in SearchAuctions. For the emulation, I was switching more or less every hour from webapp, to app companion. Runtime about 8 hours a day, with a list of player to buy of around 8 to 10 players Never seen capcha...

I am starting now from scratch again with new account. I will work on it this week end and keep you guys updated.

HKev68 commented 7 years ago

Do some of you still have accounts working ? if yes, what are your setups ?

mestcompras commented 7 years ago

@oczkers i was using the FutGui (Hunterjm) and both my accounts are from PC.

1 - 10 rpm

2 - Nope

3 - Yes, almost everyday i was temp banned and used the emulate option.

4 - One account was 24/7, the other one was my main, so i had around 200+ matches and it was running around 18h or more each day.

5 - Futgui (Hunterjm)

6 - I noticed at Fifa 16, but never at Fifa 17 (different accounts also)

I did some changes in the code, like avoid buy players which increased the value too much over night (lost around 1kk buying an overpriced De Bruyne at Fifa 16) and to avoid selling players for a too much low value.

Also added a fix for halloween/sbc players making the futgui glitch. No other changes, i think.

hlynurf commented 7 years ago

3 of my accounts were banned in the space of 24 hours. I was running 5 accounts but about 3 at the same time on average. All on PS4. The three that were banned were the oldest accounts. My 2 newest didn't get banned.

  1. Sniping at an average of 3 second intervals with 30 second intervals each 25 searches, 90 seconds each 50, 10 minutes every 300 and 20 minutes each 600.
  2. Used the default values
  3. Have never used the emulate function on two of them
  4. Roughly 12 hours a day
  5. Individually coded.
  6. Never noticed captcha
rafaelget commented 7 years ago

I was looking for default requests no webapp then I found a problem here: https://github.com/oczkers/fut/blob/master/fut/core.py#L590

On webaapp the first page has num = 16, this is fine, but for the page 2 onwards the num must be 12, not 13.

oczkers commented 7 years ago

My 2 newest didn't get banned.

Looks like standard ban wave (detecting repeated abnormal activity, flagging acc and then mass ban). My guess would be manual verification by ea admin or auto flag if account gets to many temp bans so besides abnormal activity we have to minimize temp bans.

Did You get temp banned after requests spamming, running bot to long or completely random?

@rafaelget Thanks for info, there is no more differences between fut login and webapp?

rafaelget commented 7 years ago

@oczkers I did not found any other difference.

hlynurf commented 7 years ago

@oczkers Would guess it was for running it for too long

darfinx commented 7 years ago

have you ever been any unbanned? now my acc is banned 1 week. there s no person for contact.

Get Outlook for iOS

On Thu, Nov 17, 2016 at 7:01 PM +0200, "Hlynur Freyr Jónsson" notifications@github.com wrote:

@oczkers Would guess it was for running it for too long

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

hlynurf commented 7 years ago

@darfinx No, all been banned since last weekend

darfinx commented 7 years ago

after 3 weeks phone calling and chatting with adviser i got this email.

Hello,

Thank you for contacting us regarding the action that has been taken on your account. The sanction on your account is pertaining to the following violation:

Promote, encourage or take part in any activity involving hacking, cracking, phishing, taking advantage of exploits or cheats and/or distribution of counterfeit software and/or virtual currency/items.

Having completed a thorough investigation into your account and the complaint that you have made, we must advise that your account was actioned correctly, in full compliance with our policies and procedures.

Following our review into the actions taken on your account we wish to confirm that we shall not be removing this sanction from your account, nor will we be pursuing this issue any further at this time.

We appreciate you bringing this matter to our attention. As a valued customer, your feedback is very important to us.

Yours sincerely,

EA.com Customer Relations

Petition history: On 12-01-2016 you asked EALink support: EN - EA Terms of Service Correspondence will follow shortly.