Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 9ce5965

Browse files
committed
v22.1.1.3
1 parent 9983e48 commit 9ce5965

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

FIFA22.CETRAINER

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<CheatEntries>
2222
<CheatEntry>
2323
<ID>0</ID>
24-
<Description>"v22.1.1.2"</Description>
24+
<Description>"v22.1.1.3"</Description>
2525
<LastState Value="" RealAddress="00000000"/>
2626
<Color>000040</Color>
2727
<GroupHeader>1</GroupHeader>
@@ -19999,22 +19999,22 @@ newmem_PAPNewOffer:
1999919999
cmp [PAP_NEW_OFFER_DATA], 0
2000020000
je code_PAPNewOffer
2000120001
mov ebx, [PAP_NEW_OFFER_DATA] // New Team ID
20002-
mov [rcx+1E8], ebx // New Team ID
20002+
mov [rcx+210], ebx // New Team ID
2000320003

2000420004
mov ebx, [PAP_NEW_OFFER_DATA+4] // Current Team ID
20005-
mov [rcx+1EC], ebx // Current Team ID
20005+
mov [rcx+214], ebx // Current Team ID
2000620006

2000720007
mov ebx, [PAP_NEW_OFFER_DATA+8] // Transfer SUM
20008-
mov [rcx+1F0], ebx // Transfer SUM
20008+
mov [rcx+218], ebx // Transfer SUM
2000920009

2001020010
mov ebx, [PAP_NEW_OFFER_DATA+C] // wage
20011-
mov [rcx+1F4], ebx // Wage
20011+
mov [rcx+21C], ebx // Wage
2001220012

20013-
mov [rcx+1F8], #20080101 // Date
20013+
mov [rcx+220], #20080101 // Date
2001420014
code_PAPNewOffer:
2001520015
popf
2001620016
pop RBX
20017-
cmp byte ptr [rcx+000002D9],00
20017+
cmp byte ptr [rcx+00000301],00
2001820018
jmp ret_PAPNewOffer
2001920019

2002020020
$INJECT_PAPNewOffer:

lua/consts.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ AOB_PATTERNS = {
8181
MatchTODReal = '49 8B C5 B9 02 00 00 00',
8282

8383
AgreeTransferRequest = '44 8B E8 48 8B 89 98 01 00 00',
84-
PAPNewOffer = '80 B9 D9 02 00 00 00',
84+
PAPNewOffer = '80 B9 01 03 00 00 00',
8585

8686
YAMaxPerReport = '47 8B 44 FE 58',
8787
VProSkillPoints = '8B 48 04 89 8B 8C 06 00 00',

0 commit comments

Comments
 (0)