Middle-Earth: Shadow of War (All Versions)

Upload your cheat tables here (No requests)
User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: Middle-Earth: Shadow of War

Post by Lord Blade »

Oh, another thing, if possible. Would you be able to get a script dealing with the follower scrolls?
So all those items to teach our orcs new things or level them up. Being able to get masses of those would be epic.

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

VincentCAV
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Mar 08, 2017 9:57 pm
Reputation: 0

Re: Middle-Earth: Shadow of War

Post by VincentCAV »

How does the skill point one work? Don't see any option.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: Middle-Earth: Shadow of War

Post by Lord Blade »

So tested it out, and it seems any time you do a Celebrimbor challenge is breaks the arrow thing.

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 472
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: Middle-Earth: Shadow of War

Post by IcyPurpose99 »

Sounds like Dead Space 3's microtransactions abuse, you were able to cheat the resources that bots collected and buy yourself godly parts. So I would say Warner Bros made no different approach on that to being server-sided.

Erkor
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Oct 10, 2017 2:19 pm
Reputation: 0

Re: Middle-Earth: Shadow of War

Post by Erkor »

Trying to use the main script does absolutely nothing for me. Is it supposed to reveal the actual cheats in question? If that's the case, it didn't do that for me -- it just activated the 'main script' but had no actual effect.

dl748
Table Makers
Table Makers
Posts: 116
Joined: Sun Jul 09, 2017 3:17 am
Reputation: 98

Re: Middle-Earth: Shadow of War

Post by dl748 »

Lord Blade wrote:
Tue Oct 10, 2017 7:52 pm
So tested it out, and it seems any time you do a Celebrimbor challenge is breaks the arrow thing.
Question, if you disable and reenable the script, does it work? if it doesn't, when you do that, does the arrow/max arrow entries disappear?

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: Middle-Earth: Shadow of War

Post by Lord Blade »

dl748 wrote:
Tue Oct 10, 2017 11:01 pm
Question, if you disable and reenable the script, does it work? if it doesn't, when you do that, does the arrow/max arrow entries disappear?
No, I have to quit out to the main menu then load up my game, and that fixes it.

djdrulotus
Cheater
Cheater
Posts: 46
Joined: Fri Mar 03, 2017 11:54 pm
Reputation: 18

Re: Middle-Earth: Shadow of War

Post by djdrulotus »

If you can can you make a script for unlimited army training items?

dl748
Table Makers
Table Makers
Posts: 116
Joined: Sun Jul 09, 2017 3:17 am
Reputation: 98

Re: Middle-Earth: Shadow of War

Post by dl748 »

I dont generally make scripts like that. Ill probably add the ability to edit the count of items though.

djdrulotus
Cheater
Cheater
Posts: 46
Joined: Fri Mar 03, 2017 11:54 pm
Reputation: 18

Re: Middle-Earth: Shadow of War

Post by djdrulotus »

sound good. i been trying to look in to it but the code that i found well the location is the only one i see that do a different if i nop it it tells me i dont have any items here the location might help

Code: Select all

ShadowOfWar.exe+17B491E - 4C 03 98 58090000     - add r11,[rax+00000958]
and as a AOB scan script not edited

Code: Select all

{ Game   : ShadowOfWar.exe
  Version: 
  Date   : 2017-10-10
  Author : djdru

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,ShadowOfWar.exe,4C 03 98 58 09 00 00 4D 89 5D) // should be unique
alloc(newmem,$1000,"ShadowOfWar.exe"+17B491E)

label(code)
label(return)

newmem:

code:
  add r11,[rax+00000958]
  jmp return

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

[DISABLE]

INJECT:
  db 4C 03 98 58 09 00 00

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "ShadowOfWar.exe"+17B491E

"ShadowOfWar.exe"+17B48FC: 84 C0                    -  test al,al
"ShadowOfWar.exe"+17B48FE: 74 32                    -  je ShadowOfWar.exe+17B4932
"ShadowOfWar.exe"+17B4900: 4D 8B 5D 20              -  mov r11,[r13+20]
"ShadowOfWar.exe"+17B4904: 8B 17                    -  mov edx,[rdi]
"ShadowOfWar.exe"+17B4906: 49 8B CC                 -  mov rcx,r12
"ShadowOfWar.exe"+17B4909: E8 AA E2 CC FF           -  call ShadowOfWar.exe+1482BB8
"ShadowOfWar.exe"+17B490E: 48 83 C7 04              -  add rdi,04
"ShadowOfWar.exe"+17B4912: 48 8D 55 77              -  lea rdx,[rbp+77]
"ShadowOfWar.exe"+17B4916: 48 8D 4D 67              -  lea rcx,[rbp+67]
"ShadowOfWar.exe"+17B491A: 48 89 7D 67              -  mov [rbp+67],rdi
// ---------- INJECTING HERE ----------
"ShadowOfWar.exe"+17B491E: 4C 03 98 58 09 00 00     -  add r11,[rax+00000958]
// ---------- DONE INJECTING  ----------
"ShadowOfWar.exe"+17B4925: 4D 89 5D 20              -  mov [r13+20],r11
"ShadowOfWar.exe"+17B4929: E8 96 13 DD FF           -  call ShadowOfWar.exe+1585CC4
"ShadowOfWar.exe"+17B492E: 84 C0                    -  test al,al
"ShadowOfWar.exe"+17B4930: 75 D2                    -  jne ShadowOfWar.exe+17B4904
"ShadowOfWar.exe"+17B4932: 48 8D 4D B7              -  lea rcx,[rbp-49]
"ShadowOfWar.exe"+17B4936: E8 09 A4 6A FF           -  call ShadowOfWar.exe+E5ED44
"ShadowOfWar.exe"+17B493B: 49 8B D7                 -  mov rdx,r15
"ShadowOfWar.exe"+17B493E: 48 8B 9C 24 D8 00 00 00  -  mov rbx,[rsp+000000D8]
"ShadowOfWar.exe"+17B4946: 48 81 C4 90 00 00 00     -  add rsp,00000090
"ShadowOfWar.exe"+17B494D: 41 5F                    -  pop r15
}

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: Middle-Earth: Shadow of War

Post by Lord Blade »

So, if gold can be changed, but doesn't actually let you buy more chests, what about the Spoils of War points you get from avenging other players?

dl748
Table Makers
Table Makers
Posts: 116
Joined: Sun Jul 09, 2017 3:17 am
Reputation: 98

Re: Middle-Earth: Shadow of War

Post by dl748 »

Stored on the server

djdrulotus
Cheater
Cheater
Posts: 46
Joined: Fri Mar 03, 2017 11:54 pm
Reputation: 18

Re: Middle-Earth: Shadow of War

Post by djdrulotus »

damn

dl748
Table Makers
Table Makers
Posts: 116
Joined: Sun Jul 09, 2017 3:17 am
Reputation: 98

Re: Middle-Earth: Shadow of War

Post by dl748 »

Lord Blade wrote:
Tue Oct 10, 2017 7:52 pm
So tested it out, and it seems any time you do a Celebrimbor challenge is breaks the arrow thing.
I'm trying to look for a "Celebrimbor challenge".. I don't see one of those, and i'm in the second area. Are you talking about online vendettas?

Listed

"Gondor Quests"
"Shelob Quests"
"Nemesis Missions"
"Shadows of the Past"
"Web of Fate"
"Ithilidin Door"
"Gondorian Artifacts"
"Challenges"

I don't see a specific one for Celebrimbor.. if you could point me to the specific mission that you said it was messing with, much appreciated.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: Middle-Earth: Shadow of War

Post by Lord Blade »

It would be the Shadows of the Past missions. All the ones where you play as Celebrimbor.

Post Reply

Who is online

Users browsing this forum: admantx, AhrefsBot, blue_ribbon, DEMONGAZER, Google Adsense [Bot], helodan, hhh851104, Nexusnex24, scvelmont, xduduhao, yuyuya