Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Upload your cheat tables here (No requests)
Vilicus
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Oct 30, 2021 9:41 pm
Reputation: 2

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Vilicus »

Please can someone update the table to the latest version? thank you in advance. :)

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

shadowx995
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Dec 14, 2022 5:25 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by shadowx995 »

This need updated it keep crashing my game.

Elarum
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Aug 28, 2021 6:39 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Elarum »

Hello, we all appreciate your work. But after update in 2022 game keeps crashing, please update the table

Kyublerowski
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Dec 13, 2020 7:37 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Kyublerowski »

We would greatly appreciate if you could update the trainer, it keeps crashing the game shortly after being activated.

Sophodot
What is cheating?
What is cheating?
Posts: 1
Joined: Tue May 30, 2023 8:49 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Sophodot »

I literally know nothing about creating cheat tables or scripts but since this last update didn't seem to make any big changes I just wanted to try something. Using the very crude method of loading the old and the new .exe into a hex editor I looked for the matching addresses and all I did was change 8 values in the cheat table. And holy shit I can't believe this worked. Please give feedback in case the cheats still don't work and it was just a fluke on my part. Here's hoping this old game doesn't receive any further updates.
Attachments
StarWarsG_swfoc_v1-121-786912_Steam_CE70_S44-AOB_T42.CT
(19.9 KiB) Downloaded 877 times

York2016
Expert Cheater
Expert Cheater
Posts: 69
Joined: Wed Apr 19, 2017 5:03 pm
Reputation: 30

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by York2016 »

Unfortunately, the game recieved a new update today, so no doubt any cheat tables in this thread dont work anymore. On the bright side, the game is now 64-bit which should help with the memory issues that sometimes pops up with the game, especially when modded

Bad Bunny
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Nov 18, 2020 4:01 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Bad Bunny »

I'm excited it's now 64-bit. Hopefully we can get a new trainer to match!

notbahroo
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Nov 06, 2021 2:30 am
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by notbahroo »

York2016 wrote:
Mon Nov 20, 2023 6:42 pm
Unfortunately, the game recieved a new update today, so no doubt any cheat tables in this thread dont work anymore. On the bright side, the game is now 64-bit which should help with the memory issues that sometimes pops up with the game, especially when modded
So thats why it aint working. was playing last night just fine and today nada.

Huntroid
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Nov 21, 2023 5:48 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Huntroid »

I hope a new cheat table / support is added for EAW and FOC Steam Edition. It is a bummer it no longer works, I guess we will have to wait... :(

AuroraKet
Expert Cheater
Expert Cheater
Posts: 64
Joined: Tue May 30, 2017 5:27 pm
Reputation: 7

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by AuroraKet »

+1 to that, please update it for EAW Gold Steam, the 64 bit patch is great, but it's also table breaking sadly :(

emman123
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Nov 22, 2023 1:49 am
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by emman123 »

pls update because star wars updated

NomuNomu
Cheater
Cheater
Posts: 31
Joined: Fri Mar 03, 2017 8:54 am
Reputation: 18

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by NomuNomu »

Quick and dirty credits.

Code: Select all

[ENABLE]
 
aobscanmodule(INJECT,StarWarsG.exe,F3 0F 2C 50 70 89 57) // should be unique
alloc(newmem,$1000,INJECT)

label(fMinRes)
registersymbol(fMinRes)

newmem:

code:
  push ecx
  mov ecx, [fMinRes]
  mov [rax+70], ecx
  cvttss2si edx,[rax+70]
  pop rcx

  jmp return

fMinRes:
  dd (float)70000.0

INJECT:
  jmp newmem
return:
registersymbol(INJECT)

[DISABLE]
INJECT:
  db F3 0F 2C 50 70

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: StarWarsG.exe+2FCFC

StarWarsG.exe+2FCC2: 44 0F 28 8C 24 90 00 00 00  - movaps xmm9,[rsp+00000090]
StarWarsG.exe+2FCCB: 0F 28 BC 24 B0 00 00 00     - movaps xmm7,[rsp+000000B0]
StarWarsG.exe+2FCD3: 4C 8B BC 24 D0 00 00 00     - mov r15,[rsp+000000D0]
StarWarsG.exe+2FCDB: 48 85 C9                    - test rcx,rcx
StarWarsG.exe+2FCDE: 74 29                       - je StarWarsG.exe+2FD09
StarWarsG.exe+2FCE0: 80 B9 98 00 00 00 00        - cmp byte ptr [rcx+00000098],00
StarWarsG.exe+2FCE7: 74 20                       - je StarWarsG.exe+2FD09
StarWarsG.exe+2FCE9: 48 8D 0D E0 F2 9D 00        - lea rcx,[StarWarsG.exe+A0EFD0]
StarWarsG.exe+2FCF0: E8 BB 4C 26 00              - call StarWarsG.exe+2949B0
StarWarsG.exe+2FCF5: 48 8D 0D 94 FE AE 00        - lea rcx,[StarWarsG.exe+B1FB90]
// ---------- INJECTING HERE ----------
StarWarsG.exe+2FCFC: F3 0F 2C 50 70              - cvttss2si edx,[rax+70]
// ---------- DONE INJECTING  ----------
StarWarsG.exe+2FD01: 89 57 58                    - mov [rdi+58],edx
StarWarsG.exe+2FD04: E8 F7 5D 3B 00              - call StarWarsG.exe+3E5B00
StarWarsG.exe+2FD09: 48 8B CF                    - mov rcx,rdi
StarWarsG.exe+2FD0C: E8 1F DC 00 00              - call StarWarsG.exe+3D930
StarWarsG.exe+2FD11: 48 8B 0D 40 D3 AD 00        - mov rcx,[StarWarsG.exe+B0D058]
StarWarsG.exe+2FD18: 48 85 C9                    - test rcx,rcx
StarWarsG.exe+2FD1B: 0F 84 1F 01 00 00           - je StarWarsG.exe+2FE40
StarWarsG.exe+2FD21: 80 B9 98 00 00 00 01        - cmp byte ptr [rcx+00000098],01
StarWarsG.exe+2FD28: 0F 85 A7 00 00 00           - jne StarWarsG.exe+2FDD5
StarWarsG.exe+2FD2E: 48 8B 01                    - mov rax,[rcx]
}

Bad Bunny
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Nov 18, 2020 4:01 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by Bad Bunny »

How would one go about using this code to edit their own table?

kdkfpd
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Nov 22, 2023 8:44 pm
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by kdkfpd »

NomuNomu wrote:
Wed Nov 22, 2023 5:11 am
Quick and dirty credits.

Code: Select all

[ENABLE]
 
aobscanmodule(INJECT,StarWarsG.exe,F3 0F 2C 50 70 89 57) // should be unique
alloc(newmem,$1000,INJECT)

label(fMinRes)
registersymbol(fMinRes)

newmem:

code:
  push ecx
  mov ecx, [fMinRes]
  mov [rax+70], ecx
  cvttss2si edx,[rax+70]
  pop rcx

  jmp return

fMinRes:
  dd (float)70000.0

INJECT:
  jmp newmem
return:
registersymbol(INJECT)

[DISABLE]
INJECT:
  db F3 0F 2C 50 70

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: StarWarsG.exe+2FCFC

StarWarsG.exe+2FCC2: 44 0F 28 8C 24 90 00 00 00  - movaps xmm9,[rsp+00000090]
StarWarsG.exe+2FCCB: 0F 28 BC 24 B0 00 00 00     - movaps xmm7,[rsp+000000B0]
StarWarsG.exe+2FCD3: 4C 8B BC 24 D0 00 00 00     - mov r15,[rsp+000000D0]
StarWarsG.exe+2FCDB: 48 85 C9                    - test rcx,rcx
StarWarsG.exe+2FCDE: 74 29                       - je StarWarsG.exe+2FD09
StarWarsG.exe+2FCE0: 80 B9 98 00 00 00 00        - cmp byte ptr [rcx+00000098],00
StarWarsG.exe+2FCE7: 74 20                       - je StarWarsG.exe+2FD09
StarWarsG.exe+2FCE9: 48 8D 0D E0 F2 9D 00        - lea rcx,[StarWarsG.exe+A0EFD0]
StarWarsG.exe+2FCF0: E8 BB 4C 26 00              - call StarWarsG.exe+2949B0
StarWarsG.exe+2FCF5: 48 8D 0D 94 FE AE 00        - lea rcx,[StarWarsG.exe+B1FB90]
// ---------- INJECTING HERE ----------
StarWarsG.exe+2FCFC: F3 0F 2C 50 70              - cvttss2si edx,[rax+70]
// ---------- DONE INJECTING  ----------
StarWarsG.exe+2FD01: 89 57 58                    - mov [rdi+58],edx
StarWarsG.exe+2FD04: E8 F7 5D 3B 00              - call StarWarsG.exe+3E5B00
StarWarsG.exe+2FD09: 48 8B CF                    - mov rcx,rdi
StarWarsG.exe+2FD0C: E8 1F DC 00 00              - call StarWarsG.exe+3D930
StarWarsG.exe+2FD11: 48 8B 0D 40 D3 AD 00        - mov rcx,[StarWarsG.exe+B0D058]
StarWarsG.exe+2FD18: 48 85 C9                    - test rcx,rcx
StarWarsG.exe+2FD1B: 0F 84 1F 01 00 00           - je StarWarsG.exe+2FE40
StarWarsG.exe+2FD21: 80 B9 98 00 00 00 01        - cmp byte ptr [rcx+00000098],01
StarWarsG.exe+2FD28: 0F 85 A7 00 00 00           - jne StarWarsG.exe+2FDD5
StarWarsG.exe+2FD2E: 48 8B 01                    - mov rax,[rcx]
}
Could you put this code into the table and upload it?

notbahroo
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Nov 06, 2021 2:30 am
Reputation: 0

Re: Star Wars - Empire at War Gold Steam (GM and more) 2021-Jan-24

Post by notbahroo »

Ok that script half works? it activates but none of the options work. i got it running by overwriting an older version of the table.

Tried with vanilla game and EAWX Thrawns

Post Reply

Who is online

Users browsing this forum: a637426, BLEXBot, coccocbot-web, Google [Bot], jonaaa, M_310, Majestic-12 [Bot], Sonica, variante, Wolfishracer, ZySoua