Page 2 of 11

Re: Middle-Earth: Shadow of War

Posted: Tue Oct 10, 2017 7:18 pm
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.

Re: Middle-Earth: Shadow of War

Posted: Tue Oct 10, 2017 7:19 pm
by VincentCAV
How does the skill point one work? Don't see any option.

Re: Middle-Earth: Shadow of War

Posted: Tue Oct 10, 2017 7:52 pm
by Lord Blade
So tested it out, and it seems any time you do a Celebrimbor challenge is breaks the arrow thing.

Re: Middle-Earth: Shadow of War

Posted: Tue Oct 10, 2017 8:50 pm
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.

Re: Middle-Earth: Shadow of War

Posted: Tue Oct 10, 2017 10:43 pm
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.

Re: Middle-Earth: Shadow of War

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

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 12:10 am
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.

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 12:41 am
by djdrulotus
If you can can you make a script for unlimited army training items?

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 1:09 am
by dl748
I dont generally make scripts like that. Ill probably add the ability to edit the count of items though.

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 1:17 am
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
}

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 1:24 am
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?

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 1:41 am
by dl748
Stored on the server

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 1:44 am
by djdrulotus
damn

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 4:10 am
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.

Re: Middle-Earth: Shadow of War

Posted: Wed Oct 11, 2017 4:44 am
by Lord Blade
It would be the Shadows of the Past missions. All the ones where you play as Celebrimbor.