Middle-Earth: Shadow of War (All Versions)
Middle-Earth: Shadow of War (All Versions)
Simple Cheats, non injection, allows freezing of health, focus and arrows. I will add more as I find new pointers
Be Warned: I have the game firewalled against access the internet.
Edit: v1.1 adds Mirian and XP to pointer list
Note: XP changes do not auto level up, so set it above what you need, then gain some XP, and you will level up.
Edit: v1.1.1 Added skill points
Edit: v1.1.2 Beta (possible fix for arrows)
Edit: v1.2 Added Game Timer pointer (Time is in integer form, in microseconds) and added a quick freeze to 0, turning this on basically resets game time, so any "timers" should be "frozen" as well. Edit: bug caused timing issues with sound. I have changed this to just "freeze" time.
Edit: v1.3 Modifying the game timer can be flaky, i.e. monsters stop moving LOL. Added the actual timer pointer (start time and timer length), and the freeze timer now write the current time to the start time, so it always seems like it just started. I left the game time in there (it affects the time of day for some reason)
Edit: v1.4 Added FOV distance pointer (thanks to seikur0, i already HAD a pointer to this variable, i just didn't know and hadn't exposed it) Although I'm not using his values, 40 is the default, 200 looks effing crazy, i'm sitting pretty 75-80. Note: this is the actual value the game uses the calculate the FOV.
Edit: v1.4.1 Added 3 FOV params (Primary (normal), Ranged Ground (using bow while on the ground), and Ranged Aerial (using bow while in the air))
Edit: v2.0 Edit all current inventory counts and flags also edit all player flags
Edit v2.5 Fortress/Orc editor initial (takes cheat engine a few seconds for it to load every orc in your game, but you can edit any orc over your entire game (even they are not able to be moused over) At the moment, only name and level can be changed/modified. Will add more.
Be Warned: I have the game firewalled against access the internet.
Edit: v1.1 adds Mirian and XP to pointer list
Note: XP changes do not auto level up, so set it above what you need, then gain some XP, and you will level up.
Edit: v1.1.1 Added skill points
Edit: v1.1.2 Beta (possible fix for arrows)
Edit: v1.2 Added Game Timer pointer (Time is in integer form, in microseconds) and added a quick freeze to 0, turning this on basically resets game time, so any "timers" should be "frozen" as well. Edit: bug caused timing issues with sound. I have changed this to just "freeze" time.
Edit: v1.3 Modifying the game timer can be flaky, i.e. monsters stop moving LOL. Added the actual timer pointer (start time and timer length), and the freeze timer now write the current time to the start time, so it always seems like it just started. I left the game time in there (it affects the time of day for some reason)
Edit: v1.4 Added FOV distance pointer (thanks to seikur0, i already HAD a pointer to this variable, i just didn't know and hadn't exposed it) Although I'm not using his values, 40 is the default, 200 looks effing crazy, i'm sitting pretty 75-80. Note: this is the actual value the game uses the calculate the FOV.
Edit: v1.4.1 Added 3 FOV params (Primary (normal), Ranged Ground (using bow while on the ground), and Ranged Aerial (using bow while in the air))
Edit: v2.0 Edit all current inventory counts and flags also edit all player flags
Edit v2.5 Fortress/Orc editor initial (takes cheat engine a few seconds for it to load every orc in your game, but you can edit any orc over your entire game (even they are not able to be moused over) At the moment, only name and level can be changed/modified. Will add more.
- Attachments
-
- ShadowOfWar.CT
- V2.5
- (50.11 KiB) Downloaded 6184 times
-
- ShadowOfWar.CT
- V2.0
- (39.79 KiB) Downloaded 684 times
-
- ShadowOfWar.CT
- V1.4.1
- (16.53 KiB) Downloaded 4486 times
-
- ShadowOfWar.CT
- V1.4
- (14.14 KiB) Downloaded 553 times
-
- ShadowOfWar.CT
- V1.3
- (14.2 KiB) Downloaded 1763 times
-
- ShadowOfWar.CT
- V1.2 Update
- (12.92 KiB) Downloaded 318 times
-
- ShadowOfWar.CT
- V1.1.2 Beta
- (12.39 KiB) Downloaded 197 times
-
- ShadowOfWar.CT
- V1.1.1
- (11.63 KiB) Downloaded 978 times
-
- ShadowOfWar.CT
- V1.1
- (11.29 KiB) Downloaded 624 times
-
- ShadowOfWar.CT
- V1.0
- (9.7 KiB) Downloaded 705 times
Last edited by dl748 on Mon Oct 16, 2017 7:59 pm, edited 14 times in total.
Re: Middle-Earth: Shadow of War
Current pointers for those that are interested.
Item Data is a little more complicated
Id Lists
Code: Select all
ShadowOfWar.exe+232AFD0 (static pointer)
+0x888
+0x24B0 (main pointer so far)
+0x3E0 = Float for Max Health
+0x3E4 = Float for Health
+0x524 = XP
+0x2B0 = (arrow pointer)
+0x8C = Max arrows (integer)
+0x98 = Current arrows (integer)
+0x2B8 = (focus pointer)
+0xA8 = float for Max focus
+0x23C = float for current focus
Code: Select all
ShadowOfWar.exe+232AFD0 (static pointer)
+0xA28
+0x269B8
+0xA0
+0x21C8
+0x630 start of list
+0x638 end of list
mithian = (arrayoffset * 8) + 0x20
Code: Select all
ShadowOfWar.exe+232AFD0 (static pointer)
+0x6C60
+0x378
+0x20
+0x190
+0x10 = Timer Start (microseconds)
+0x14 = Timer Length (microseconds 67000 = 67 seconds = 1 min 7 seconds)
+0x6CB0
+(0*8)+0x6728
+0x5F8
+0x80
+0x10 = float of FOV Distance
Code: Select all
ShadowOfWar.exe+232CEC0
+0x8
+0x14 (game timer float (integer converted))
+0x18 (game timer integer (real one))
+0x20 (game timer double (integer converted))
Code: Select all
ShadowOfWar.exe+232AFE0 (static pointer)
+0x6C68
+0xA0 fortress count
+0x98 address to array of pointers to fortresses
+(i*8) = fortress address
+0x28
+0x20 = orc array ending address
+0x18 = orc array starting address
+(i*8) = orc address
+0x498 = integer level
+0x478 = orc name (without honorifics)
Code: Select all
Int_AmmoCount = Arrow Count
Float_CurrentHealth = Health
Float_CBWraithMeter = Wraith
Float_PowerChargeMeter = Might
Float_Energy = Focus
Last edited by dl748 on Mon Oct 16, 2017 7:57 pm, edited 5 times in total.
-
Kalamity222
- Noobzor

- Posts: 8
- Joined: Mon May 08, 2017 1:49 pm
- Reputation: 0
Re: Middle-Earth: Shadow of War
Any plans to add a camera option to distance it a bit further from Talion ?
I find it too close.
I find it too close.
-
Superki11z
- What is cheating?

- Posts: 3
- Joined: Tue Oct 10, 2017 4:09 pm
- Reputation: 0
Re: Middle-Earth: Shadow of War
Do we need to firewall our game to the internet for cheats to work?
Re: Middle-Earth: Shadow of War
Oh, I see ice moved. Nice, seems there will be more. 
Last edited by TG1K986 on Tue Oct 10, 2017 7:57 pm, edited 1 time in total.
Re: Middle-Earth: Shadow of War
Not sure, I wasn't taking any chances, in case it was being transmitted.Superki11z wrote: ↑Tue Oct 10, 2017 4:46 pmDo we need to firewall our game to the internet for cheats to work?
- Lord Blade
- Expert Cheater

- Posts: 258
- Joined: Thu Mar 09, 2017 7:52 am
- Reputation: 13
Re: Middle-Earth: Shadow of War
Any chance of getting a freeze timer cheat?
-
Basileus777
- What is cheating?

- Posts: 1
- Joined: Fri Mar 03, 2017 6:57 pm
- Reputation: 0
Re: Middle-Earth: Shadow of War
No. You can even edit the silver currency and buy loot boxes with it online. Gold currency is probably possible too.Superki11z wrote: ↑Tue Oct 10, 2017 4:46 pmDo we need to firewall our game to the internet for cheats to work?
-
Superki11z
- What is cheating?

- Posts: 3
- Joined: Tue Oct 10, 2017 4:09 pm
- Reputation: 0
Re: Middle-Earth: Shadow of War
Good to know. I assumed not cause everything worked fine in Shadow of Mordor. Would be interesting to see if we can edit orcs, abilities, traits, rarity, etc.
Last edited by Superki11z on Tue Oct 10, 2017 6:50 pm, edited 1 time in total.
- stealthcl0wn
- Expert Cheater

- Posts: 76
- Joined: Sun Jun 18, 2017 1:23 am
- Reputation: 15
Re: Middle-Earth: Shadow of War
Gold is stored serverside, so good luck editing it.
-
Superki11z
- What is cheating?

- Posts: 3
- Joined: Tue Oct 10, 2017 4:09 pm
- Reputation: 0
Re: Middle-Earth: Shadow of War
I was thinking the premium currency would be server sided but silver would not. I personally wouldn't mess with the gold cause they would be more inclined to ban for that sort of thing.
- Lord Blade
- Expert Cheater

- Posts: 258
- Joined: Thu Mar 09, 2017 7:52 am
- Reputation: 13
Re: Middle-Earth: Shadow of War
So, the arrow cheat doesn't seem to work. I tried the freeze option, and locking the current, but I still just run out of arrows, even though it displays full. And I can't pick up any.
Also, a max/infinite might option would be nice.
Also, a max/infinite might option would be nice.
Re: Middle-Earth: Shadow of War
Must be something weird, i.e. not work during the prologue?. I'm in the game, i have restarted my computer and loaded it up several times, and it works just fine.Lord Blade wrote: ↑Tue Oct 10, 2017 6:54 pmSo, the arrow cheat doesn't seem to work. I tried the freeze option, and locking the current, but I still just run out of arrows, even though it displays full. And I can't pick up any.
Also, a max/infinite might option would be nice.
Are you seeing table entries "Max Arrows" and "Arrows" and do they reflect what you actually have?
Edit: I just shot about 20 in a row without "running out"
-
ShadowRyku
- Noobzor

- Posts: 7
- Joined: Wed Mar 15, 2017 8:21 am
- Reputation: 0
Re: Middle-Earth: Shadow of War
I have the same problem, I think it happens only after I change my equipment.Lord Blade wrote: ↑Tue Oct 10, 2017 6:54 pmSo, the arrow cheat doesn't seem to work. I tried the freeze option, and locking the current, but I still just run out of arrows, even though it displays full. And I can't pick up any.
Also, a max/infinite might option would be nice.
- Lord Blade
- Expert Cheater

- Posts: 258
- Joined: Thu Mar 09, 2017 7:52 am
- Reputation: 13
Re: Middle-Earth: Shadow of War
I was in the first zone still (having too much fun to progress the story). :p
I see the arrows and max arrows listed (5 at the time). I did one of Celebrimbor's missions, and I think that's probably when it "broke".
I see the arrows and max arrows listed (5 at the time). I did one of Celebrimbor's missions, and I think that's probably when it "broke".
Who is online
Users browsing this forum: Arrynor, jnfr00, nakint, ProfessorLimp, Seipherwood, zmadruss