Quote:
Originally Posted by talker666
do i have to get Legacy defending to work in PRO CLUBS do the same as listet below or does i only have it checked in CE for PRO CLUB ????
|
That safety procedure is for fut. Pro Club is safe to enable and forget. (btw i didn't tested this year but pro clubs was always safe for legacy defending)
Quote:
Originally Posted by Artarex
A completly different question: Would it be somehow possible to create a "script" with Cheat Engine (or in general) that "sorts" the transfermarket?
Maybe that results at the 59. Minute mark shows first instead of last?
So that you dont have to skip hundreds of pages.
|
Skipping to specific page something like 12 is possible with CE. But sorting or filtering results is a different story.
For sorting or filtering results:
Creating that in cheat engine not possible or very difficult with lua script. But reading all data from memory and sort in windows application is easier for me. (I mean c++ or c#) but you need experience about programming (ReadProcessMemory function can help). I know some game data using json format, you can parse that data with your c++ application. But i am not sure about market items, if ea using json in market items it's easy to parse to c++ app. But in the end, any action (bid or buy) from your c++ to game needs another complex functions, so this project can be very boring. You can research about auto bidders maybe. I heard some of that auto bidders using java + fut webapp integration. Good luck.