Mardaneus86 / futwebapp-tampermonkey

TamperMonkey scripts to enhance the FUT 21 Web App - Discontinued
MIT License
192 stars 103 forks source link

FUT 21 #223

Closed StreicK closed 4 years ago

StreicK commented 4 years ago

Can you update for new web app for FIFA 21? Thanks! Was great last year

guiseppeshen commented 4 years ago

I second this motion

Baaasta commented 4 years ago

Yes please. Best feature is the Futbin price indicator. pls help us

veredic commented 4 years ago

+1, just need an update to make script work inside FUT21, the rest I can try to change myself =)

chegerg commented 4 years ago

Ea has changed the code of the object UTobservable is not recognize. I search an issue. The error is windows.UTobservable.

totti240282 commented 4 years ago

UTobservable is js object ?

eimarfandino commented 4 years ago

try EAObservable @chegerg

totti240282 commented 4 years ago

I would like to learn how to use the web app objects can you help me?

chegerg commented 4 years ago

@eimarfandino thx i try. All the name are changed ?

eimarfandino commented 4 years ago

@chegerg not only EAObservabe changed, also the screenIds are all different

eimarfandino commented 4 years ago

i have until now the transferlis/ playerlist working. SBC and Squat price still not working

chegerg commented 4 years ago

i have until now the transferlis/ playerlist working. SBC and Squat price still not working

ok Extra card information ok, instant buying ok, Futbin price ?

eimarfandino commented 4 years ago

i have until now the transferlis/ playerlist working. SBC and Squat price still not working

ok Extra card information ok, instant buying ok, Futbin price ?

Extra card information ok, yes working futbin price: yes working instant buying: yes working

chegerg commented 4 years ago

Extra card information ok, yes working futbin price: yes working instant buying: yes working

Futbin price and berghain not working for me ???

chegerg commented 4 years ago

@eimarfandino Do you change something for berghain and futbin price ?

eimarfandino commented 4 years ago

i have change many things yeah, i manage to get the SBC and Squat now working

chegerg commented 4 years ago

@eimarfandino Can you upload your code please ? For sharing with the others I just want futbin price and berghain.

Mardaneus86 commented 4 years ago

I wasn't planning to buy the game this year so it's quite difficult for me to help you guys out. Time is very limited lately so I have to give priority to paid projects.

Feel free to do a PR, and if someone wants to become a maintainer or provide me with some way to get access to the web app I can do a best effort job of helping everyone out to get at least the basics working again.

eimarfandino commented 4 years ago

I can maintain it in y free time, I think i almost got it working for fifa 21. Are there any fifa rewards for maintaining this? :-)

Mugunaz commented 4 years ago

I'm happy to pay something if you get it working

Mardaneus86 commented 4 years ago

Haha nope. Apart from the few donations there is no earnings in this. That's why I have to make a choice between paid projects and voluntary work. You can understand where my priorities go.

eimarfandino commented 4 years ago

totally understand you @Mardaneus86.

chegerg commented 4 years ago

ok Mardaneus thx for the script ;) i search too for berghain and futbin price. @eimarfandino what have you change for futbin and berghain please ?

Mugunaz commented 4 years ago

Yes I totally understand @Mardaneus86

jhuriez commented 4 years ago

Hi @Mardaneus86 , I am interested in adapting the project for FIFA 21, but some things are blocking me in the development:

Do you have solutions against these blockages that EA has implemented?

eimarfandino commented 4 years ago

ok, so all works except buy packs..... some constants also changed on EA side

chegerg commented 4 years ago

ok, so all works except buy packs..... some constants also changed on EA side

Nice what did you expect by buy pack ?

eimarfandino commented 4 years ago

@chegerg normally i don't buy packs, but the idea is that the script does not brake the normal functionality of the site, trying now to remove the autoconfirm from the pack buys

chegerg commented 4 years ago

@chegerg normally i don't buy packs, but the idea is that the script does not brake the normal functionality of the site, trying now to remove the autoconfirm from the pack buys

Ah ok i understand, yes this is a security in fact.

chegerg commented 4 years ago

Isearch for futbin integration and berghain...... i'm a beginner ;)

veredic commented 4 years ago

@eimarfandino can you share your code? or do a PR ?

eimarfandino commented 4 years ago

Sure, give me some time to put it there, got distracted with some other things

veredic commented 4 years ago

@eimarfandino thank you =)

eimarfandino commented 4 years ago

Hi @Mardaneus86 , I am interested in adapting the project for FIFA 21, but some things are blocking me in the development:

  • When I open the Developer Web Tools on Chrome (F12), the page gets stuck because of the debugger.
  • Unable to do "console.log()", EA code overloaded the "console" object

Do you have solutions against these blockages that EA has implemented?

Hi @jhuriez,

for point 1, you'll need to blackbox the blocking script in the devtools.

warmshower commented 4 years ago

made an account just to say thank you guys for working on this, loved this app last year

totti240282 commented 4 years ago

Hi @Mardaneus86 , I am interested in adapting the project for FIFA 21, but some things are blocking me in the development:

  • When I open the Developer Web Tools on Chrome (F12), the page gets stuck because of the debugger.
  • Unable to do "console.log()", EA code overloaded the "console" object

Do you have solutions against these blockages that EA has implemented?

Hi @jhuriez,

for point 1, you'll need to blackbox the blocking script in the devtools.

Example?

eimarfandino commented 4 years ago

Hi @Mardaneus86 , I am interested in adapting the project for FIFA 21, but some things are blocking me in the development:

  • When I open the Developer Web Tools on Chrome (F12), the page gets stuck because of the debugger.
  • Unable to do "console.log()", EA code overloaded the "console" object

Do you have solutions against these blockages that EA has implemented?

Hi @jhuriez, for point 1, you'll need to blackbox the blocking script in the devtools.

Example?

https://developer.chrome.com/devtools/docs/blackboxing

eimarfandino commented 4 years ago

i have the packs working, i'll put all tomorrow in a branch and send the Pull requests.

Vivalemuc commented 4 years ago

I cant wait :P Can you juste post the script in a gist ? ;)

Vivalemuc commented 4 years ago

I cant see the code :(

Vivalemuc commented 4 years ago

ReferenceError: _0x1a026c is not defined

Error when you display console :/

eimarfandino commented 4 years ago

yes, that was already there:

// prevent debugger trap
setInterval(() => {
  _0x1a026c = function () {}; // eslint-disable-line no-global-assign, no-undef
}, 500);
Mardaneus86 commented 4 years ago

Keep the slowchat to a minimum please. There is a gitter chat for that.

Also I'd like to warn for installing scripts that can't be validated with actual code from a PR. So be careful by just installing from these gists. As much as I appreciate the work, this isn't the place to request for donations. I'd be happy to add a link once we have this working for everyone.

veredic commented 4 years ago

It is working, btw the code is pretty modified from the last 3 years - present, will wait a PR too

eimarfandino commented 4 years ago

thanks @Mardaneus86, agree with you. I just wanted to share the file with @veredic and @Vivalemuc that were waiting for it. I have removed the gist. I'll proceed the following days with a pull request and make it public via an official release

Vivalemuc commented 4 years ago

The scripts work but can you try to modify the display on transfert list ? Increase width to dispay all data correctly ;)

Mardaneus86 commented 4 years ago

Locking the conversation until there is a PR. I'll make sure the release will follow soon after the PR has been approved.

The work is very much appreciated by the community.

PS: open new issues for new feature requests

Mardaneus86 commented 4 years ago

v2.0.0 has been released with an update for FIFA 21!

Huge thanks to @eimarfandino for his work on this!