Middle-earth: Shadow of War (SeiKur0)

Upload your cheat tables here (No requests)
Hua123
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Dec 24, 2017 3:05 am
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Hua123 »

Cant get the spawn option to work. Anyone know how to fix it?

Thanks

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

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 945
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Darkedone02 »

Val wrote:
Wed Dec 20, 2017 7:12 pm
Try this one instead. This table consist of codes that I've compiled from others. Some of them do not work as they are outdated. Functions like health, mission timer are not working. Hopefully, someone can correct them. I believed that STN has the codes for these as he was the one who created the functions in fearlessrevolution.
it somewhat works however the infinite mount might don't work on drakes.

User avatar
Imhotep
Novice Cheater
Novice Cheater
Posts: 18
Joined: Sat Oct 21, 2017 9:05 am
Reputation: 1

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Imhotep »

Val wrote:
Sat Dec 23, 2017 4:08 pm
MagikMurlok wrote:
Sat Dec 23, 2017 12:35 am
Anyone know the pointer or can find one for legendary upgrade training items?
Those are server side hence I dont think you can change those. There was a table some time back which allows you to change the training item count. But it revert back to your original as those are server base.
SeiKur0 said something about being able to manipulate spawn frequency of that legendary training order from silver chests, something like uruk spawn rarity percentage. But noone found out how to actually do it.

Val
Noobzor
Noobzor
Posts: 12
Joined: Tue Dec 12, 2017 3:02 pm
Reputation: 1

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Val »

Darkedone02 wrote:
Sun Dec 24, 2017 6:34 am
Val wrote:
Wed Dec 20, 2017 7:12 pm
Try this one instead. This table consist of codes that I've compiled from others. Some of them do not work as they are outdated. Functions like health, mission timer are not working. Hopefully, someone can correct them. I believed that STN has the codes for these as he was the one who created the functions in fearlessrevolution.
it somewhat works however the infinite mount might don't work on drakes.
That is one of the broken ones.

Michele9310
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Dec 18, 2017 4:10 pm
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Michele9310 »

Volevo sapere se è possibile cambiare il tipo di orco ad esempio da Orco Berserker a orco negromante ?

MagikMurlok
Expert Cheater
Expert Cheater
Posts: 53
Joined: Tue Dec 12, 2017 7:01 pm
Reputation: 2

Re: Middle-earth: Shadow of War (SeiKur0)

Post by MagikMurlok »

Val wrote:
Sat Dec 23, 2017 4:08 pm
MagikMurlok wrote:
Sat Dec 23, 2017 12:35 am
Anyone know the pointer or can find one for legendary upgrade training items?
Those are server side hence I dont think you can change those. There was a table some time back which allows you to change the training item count. But it revert back to your original as those are server base.
Ahh right thanks.

User avatar
seikur0
Code Alchemist
Code Alchemist
Posts: 440
Joined: Sat Aug 26, 2017 10:48 am
Reputation: 339

Re: Middle-earth: Shadow of War (SeiKur0)

Post by seikur0 »

Imhotep wrote:
Sun Dec 24, 2017 9:53 am
Val wrote:
Sat Dec 23, 2017 4:08 pm
MagikMurlok wrote:
Sat Dec 23, 2017 12:35 am
Anyone know the pointer or can find one for legendary upgrade training items?
Those are server side hence I dont think you can change those. There was a table some time back which allows you to change the training item count. But it revert back to your original as those are server base.
SeiKur0 said something about being able to manipulate spawn frequency of that legendary training order from silver chests, something like uruk spawn rarity percentage. But noone found out how to actually do it.
Spawn Frequency no, but you can directly overwrite the training order, e.g. activate a lvl+1 order and get the effects of a legendary training order. In theory you can use training orders offline as well. But that's not something I'll do.

If you just want legendary uruks, activate the spawn legendary uruks cheat and use silver chests then.

Spectre907
Noobzor
Noobzor
Posts: 14
Joined: Sun Dec 17, 2017 9:49 am
Reputation: 1

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Spectre907 »

Val wrote:
Wed Dec 20, 2017 5:06 pm
Do you have the one for unlimited health?

Code: Select all

{ Game   : ShadowOfWar.exe
  Version: 1.09
  Date   : 2017-12-25
}

[ENABLE]


aobscanmodule(TalionHealth,ShadowOfWar.exe,F3 0F 10 80 EC 03 00 00 48)
alloc(newmem,$100,TalionHealth)

label(code)
label(return)

newmem:

code:
  {fld [rax+3E8]
  fstp [rax+3EC]}
  push ebx // Save EBX Value
  mov ebx, (float)9999
  push ebx // Put (float)9999 On Stack
  fld [rsp] // Load (float)9999 From Stack
  fstp [rax+000003EC] // Store (float)9999 To Address
  pop ebx // Remove Pushed (float)9999
  pop ebx // Restore Original Value
  movss xmm0,[rax+000003EC] // Prolouge Health -- 298.
  jmp return

TalionHealth:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(TalionHealth)

[DISABLE]

TalionHealth:
  db F3 0F 10 80 EC 03 00 00

unregistersymbol(TalionHealth)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "ShadowOfWar.exe"+4915D2

"ShadowOfWar.exe"+49159D: E8 DA C0 E8 FF              -  call ShadowOfWar.exe+31D67C
"ShadowOfWar.exe"+4915A2: EB CE                       -  jmp ShadowOfWar.exe+491572
"ShadowOfWar.exe"+4915A4: 48 83 EC 38                 -  sub rsp,38
"ShadowOfWar.exe"+4915A8: 8B 81 B4 00 00 00           -  mov eax,[rcx+000000B4]
"ShadowOfWar.exe"+4915AE: 45 33 C9                    -  xor r9d,r9d
"ShadowOfWar.exe"+4915B1: F2 0F 10 81 AC 00 00 00     -  movsd xmm0,[rcx+000000AC]
"ShadowOfWar.exe"+4915B9: F2 0F 11 44 24 20           -  movsd [rsp+20],xmm0
"ShadowOfWar.exe"+4915BF: 89 44 24 28                 -  mov [rsp+28],eax
"ShadowOfWar.exe"+4915C3: 48 8B 81 B0 24 00 00        -  mov rax,[rcx+000024B0]
"ShadowOfWar.exe"+4915CA: F3 0F 10 88 E8 03 00 00     -  movss xmm1,[rax+000003E8]
// ---------- INJECTING HERE ----------
"ShadowOfWar.exe"+4915D2: F3 0F 10 80 EC 03 00 00     -  movss xmm0,[rax+000003EC]
// ---------- DONE INJECTING  ----------
"ShadowOfWar.exe"+4915DA: 48 8B 05 D7 21 F2 01        -  mov rax,[ShadowOfWar.exe+23B37B8]
"ShadowOfWar.exe"+4915E1: 4C 8B 80 18 6D 00 00        -  mov r8,[rax+00006D18]
"ShadowOfWar.exe"+4915E8: F3 41 0F 11 80 60 03 00 00  -  movss [r8+00000360],xmm0
"ShadowOfWar.exe"+4915F1: F3 0F 10 44 24 20           -  movss xmm0,[rsp+20]
"ShadowOfWar.exe"+4915F7: F3 41 0F 11 88 64 03 00 00  -  movss [r8+00000364],xmm1
"ShadowOfWar.exe"+491600: F3 0F 10 4C 24 24           -  movss xmm1,[rsp+24]
"ShadowOfWar.exe"+491606: 45 89 88 68 03 00 00        -  mov [r8+00000368],r9d
"ShadowOfWar.exe"+49160D: F3 41 0F 11 80 34 03 00 00  -  movss [r8+00000334],xmm0
"ShadowOfWar.exe"+491616: F3 0F 10 44 24 28           -  movss xmm0,[rsp+28]
"ShadowOfWar.exe"+49161C: F3 41 0F 11 80 3C 03 00 00  -  movss [r8+0000033C],xmm0
}
Updated code for unlimited player health

Val
Noobzor
Noobzor
Posts: 12
Joined: Tue Dec 12, 2017 3:02 pm
Reputation: 1

Re: Middle-earth: Shadow of War (SeiKur0)

Post by Val »

You, my friend, deserve a beer!

wtfitsu77
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Dec 26, 2017 8:34 pm
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by wtfitsu77 »

Thank you so much for your work, everyone works well for me except the fact that I cannot activate the Uruk Pointer, I can't even tick the square box in the Cheat Engine 6.7. Does anyone know the fix for this?

RomarioGee
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Dec 26, 2017 11:05 pm
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by RomarioGee »

Hello everyone. Can someone tell me if I can modify legendary gear with this table? I mean if I get the gear but I don't like its secondary epic traits. Can I change them and if the change will be permanent?

coragg0
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Dec 23, 2017 4:41 am
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by coragg0 »

Hey I am not sure if this is answered elsewhere because there is just so much to look through, but I am trying to add traits to an follower and they aren't appearing.

Like I tried changing his fire weapon to a cursed weapon and give him fire immunity but it isnt showing up on his sheet.

Also is there a way to auto change their appearance in a way that gives them more armor like when they get promoted?

User avatar
killerkrok555
Expert Cheater
Expert Cheater
Posts: 167
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 77

Re: Middle-earth: Shadow of War (SeiKur0)

Post by killerkrok555 »

coragg0 wrote:
Wed Dec 27, 2017 7:14 am
Hey I am not sure if this is answered elsewhere because there is just so much to look through, but I am trying to add traits to an follower and they aren't appearing.

Like I tried changing his fire weapon to a cursed weapon and give him fire immunity but it isnt showing up on his sheet.

Also is there a way to auto change their appearance in a way that gives them more armor like when they get promoted?
after changing anything in an orc save by fast travel and then quit to menu main and come back

User avatar
killerkrok555
Expert Cheater
Expert Cheater
Posts: 167
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 77

Re: Middle-earth: Shadow of War (SeiKur0)

Post by killerkrok555 »

wtfitsu77 wrote:
Tue Dec 26, 2017 8:39 pm
Thank you so much for your work, everyone works well for me except the fact that I cannot activate the Uruk Pointer, I can't even tick the square box in the Cheat Engine 6.7. Does anyone know the fix for this?
maybe youre using the wrong version?

anonymous5200
Expert Cheater
Expert Cheater
Posts: 57
Joined: Thu Nov 02, 2017 1:32 am
Reputation: 2

Re: Middle-earth: Shadow of War (SeiKur0)

Post by anonymous5200 »

coragg0 wrote:
Wed Dec 27, 2017 7:14 am
Hey I am not sure if this is answered elsewhere because there is just so much to look through, but I am trying to add traits to an follower and they aren't appearing.

Like I tried changing his fire weapon to a cursed weapon and give him fire immunity but it isnt showing up on his sheet.

Also is there a way to auto change their appearance in a way that gives them more armor like when they get promoted?
You were not telling the truth, you actually did not even look into the very first post, it's impossible for anyone who read the "tutorial/explanation" to ask such question like you.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], czarnozeby, DUDUJOS, Google [Bot], Google Adsense [Bot], GRVTY, houselannister, killatutti, MSoniSama, rafaelrennow, Rinvista, static-matic, t66t, ZeisZeisZeis