Page 76 of 125

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

Posted: Sun Dec 24, 2017 3:06 am
by Hua123
Cant get the spawn option to work. Anyone know how to fix it?

Thanks

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

Posted: Sun Dec 24, 2017 6:34 am
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.

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

Posted: Sun Dec 24, 2017 9:53 am
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.

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

Posted: Sun Dec 24, 2017 10:38 am
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.

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

Posted: Sun Dec 24, 2017 9:16 pm
by Michele9310
Volevo sapere se è possibile cambiare il tipo di orco ad esempio da Orco Berserker a orco negromante ?

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

Posted: Sun Dec 24, 2017 9:36 pm
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.

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

Posted: Mon Dec 25, 2017 9:31 am
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.

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

Posted: Mon Dec 25, 2017 8:26 pm
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

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

Posted: Tue Dec 26, 2017 5:33 am
by Val
You, my friend, deserve a beer!

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

Posted: Tue Dec 26, 2017 8:39 pm
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?

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

Posted: Tue Dec 26, 2017 11:10 pm
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?

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

Posted: Wed Dec 27, 2017 7:14 am
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?

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

Posted: Wed Dec 27, 2017 3:38 pm
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

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

Posted: Wed Dec 27, 2017 3:45 pm
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?

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

Posted: Wed Dec 27, 2017 5:36 pm
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.