Page 96 of 126

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

Posted: Tue Sep 18, 2018 9:56 am
by gothkazu
Also could someone explain how to do the specific drops thing?

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

Posted: Tue Sep 18, 2018 11:40 am
by killerkrok555
gothkazu wrote:
Tue Sep 18, 2018 9:12 am
Hi, I made this account to say uruk pointer and such isn't working.
Cheat engine 6.8 and nothing happens when I click it. Haven't tested anything else yet
it wroks for me , maybe you have a wrong version of the game like the cracked version? the cheat table is supposed to work on v1.21

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

Posted: Tue Sep 18, 2018 4:02 pm
by killerkrok555
gothkazu wrote:
Tue Sep 18, 2018 9:56 am
Also could someone explain how to do the specific drops thing?
1.open Master Script-->Epic/Legendary Uruks drop specific item
2.click on "army" in the menu and choose an enemy orc
3. change the "<None>" in the Epic/Legendary Uruks drop specific item to whatever item you want
4.click square beside the "Drop Item" text
5.find the enemy orc you chose and kill him
6.the enemy orc should drop the item you chose

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

Posted: Tue Sep 18, 2018 8:12 pm
by Traven
killerkrok555 wrote:
Sat Sep 15, 2018 7:05 pm
Traven wrote:
Wed Sep 12, 2018 6:40 pm
Does anyone have fresh offsets for might value? Seems like there are no more tables for 1.20-1.21 with infinite might/focus etc.
if your looking for trainer try googling "fearlessrevolution shadow of war" his trainer works for me, and if your looking for a animal might script iv'e created one i just need to test it and find its limits and problems and then ill share it
I'm just trying to find a way to switch between full/half might (has a different animations) but I can't find the offsets with CE. Could you please help me with that?

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

Posted: Wed Sep 19, 2018 9:38 am
by killerkrok555
Traven wrote:
Tue Sep 18, 2018 8:12 pm
killerkrok555 wrote:
Sat Sep 15, 2018 7:05 pm
Traven wrote:
Wed Sep 12, 2018 6:40 pm
Does anyone have fresh offsets for might value? Seems like there are no more tables for 1.20-1.21 with infinite might/focus etc.
if your looking for trainer try googling "fearlessrevolution shadow of war" his trainer works for me, and if your looking for a animal might script iv'e created one i just need to test it and find its limits and problems and then ill share it
I'm just trying to find a way to switch between full/half might (has a different animations) but I can't find the offsets with CE. Could you please help me with that?
i created 2 scripts: one the fills 1 bar and the second fills 2 bars so you can switch between animations(they have hotkeys f11 for 2 bars, for 1 bar f10).
(only one of the scripts can be activated at a time)
ShadowOfWarRageScripts.CT
here is the 2 scripts
(5.9 KiB) Downloaded 111 times
for the offsets if you want to create a pointer i recommend using an advanced pointer scan you can find a video about it here: [Link]
the values of the might bar when half filled and fully filled are:
1. 1bar : 4 byte value=1120403456
2. 2bar: 4 byte value =1128792064
3. the first 0ffset is = 2D0
i hope i was helpfull

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

Posted: Wed Sep 19, 2018 9:42 am
by Traven
killerkrok555 wrote:
Wed Sep 19, 2018 9:38 am
Traven wrote:
Tue Sep 18, 2018 8:12 pm
killerkrok555 wrote:
Sat Sep 15, 2018 7:05 pm


if your looking for trainer try googling "fearlessrevolution shadow of war" his trainer works for me, and if your looking for a animal might script iv'e created one i just need to test it and find its limits and problems and then ill share it
I'm just trying to find a way to switch between full/half might (has a different animations) but I can't find the offsets with CE. Could you please help me with that?
i created 2 scripts: one the fills 1 bar and the second fills 2 bars so you can switch between animations(they have hotkeys f11 for 2 bars, for 1 bar f10).
ShadowOfWarRageScripts.CT
for the offsets if you want to create a pointer i recommend using an advanced pointer scan you can find a video about it here: [Link]
the values of the might bar when half filled and fully filled are:
1. 1bar : 4 byte value=1120403456
2. 2bar: 4 byte value =1128792064
3. the first 0ffset is = 2D0
i hope i was helpfull
Yeah, that's very helpful, thank you much!

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

Posted: Tue Sep 25, 2018 2:43 pm
by OloLord
killerkrok555 wrote:
Thu Aug 09, 2018 12:42 pm
hi does anybody know how can i find a pointer address in this game for the mount execution rage? i have been trying pointer scan but it seems to not work and gives 0 results?
Hello. Use this script. Rage bar is full after one kill.

Code: Select all

[ENABLE]
aobscanmodule(aob_mountmight,ShadowOfWar.exe,F3 0F 11 B1 D8 02 00 00)
registersymbol(aob_mountmight)
alloc(newmem_mountmight,1024,ShadowOfWar.exe)
label(return_mountmight)

newmem_mountmight:
addss xmm6,xmm3
  movss [rcx+000002D8],xmm6
  jmp return_mountmight

aob_mountmight:
  jmp newmem_mountmight
  nop
  nop
  nop
return_mountmight:

[DISABLE]
aob_mountmight:
  db F3 0F 11 B1 D8 02 00 00

unregistersymbol(aob_mountmight)
dealloc(newmem_mountmight)

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

Posted: Thu Sep 27, 2018 10:37 am
by quilacoste
killerkrok555 wrote:
Wed Sep 19, 2018 9:38 am
Traven wrote:
Tue Sep 18, 2018 8:12 pm
killerkrok555 wrote:
Sat Sep 15, 2018 7:05 pm


if your looking for trainer try googling "fearlessrevolution shadow of war" his trainer works for me, and if your looking for a animal might script iv'e created one i just need to test it and find its limits and problems and then ill share it
I'm just trying to find a way to switch between full/half might (has a different animations) but I can't find the offsets with CE. Could you please help me with that?
i created 2 scripts: one the fills 1 bar and the second fills 2 bars so you can switch between animations(they have hotkeys f11 for 2 bars, for 1 bar f10).
(only one of the scripts can be activated at a time)
ShadowOfWarRageScripts.CT
for the offsets if you want to create a pointer i recommend using an advanced pointer scan you can find a video about it here: [Link]
the values of the might bar when half filled and fully filled are:
1. 1bar : 4 byte value=1120403456
2. 2bar: 4 byte value =1128792064
3. the first 0ffset is = 2D0
i hope i was helpfull
killerkrok555 can you do this with the focus bar please ?

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

Posted: Thu Sep 27, 2018 1:27 pm
by killerkrok555
quilacoste wrote:
Thu Sep 27, 2018 10:37 am
killerkrok555 wrote:
Wed Sep 19, 2018 9:38 am
Traven wrote:
Tue Sep 18, 2018 8:12 pm


I'm just trying to find a way to switch between full/half might (has a different animations) but I can't find the offsets with CE. Could you please help me with that?
i created 2 scripts: one the fills 1 bar and the second fills 2 bars so you can switch between animations(they have hotkeys f11 for 2 bars, for 1 bar f10).
(only one of the scripts can be activated at a time)
ShadowOfWarRageScripts.CT
for the offsets if you want to create a pointer i recommend using an advanced pointer scan you can find a video about it here: [Link]
the values of the might bar when half filled and fully filled are:
1. 1bar : 4 byte value=1120403456
2. 2bar: 4 byte value =1128792064
3. the first 0ffset is = 2D0
i hope i was helpfull
killerkrok555 can you do this with the focus bar please ?
i dont have a lot of time for this but i found a something that Kalas created so shout out to him
:
ShadowOfWarInfFocus(Kalas).CT
(1.13 KiB) Downloaded 97 times

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

Posted: Fri Sep 28, 2018 11:43 am
by smileto82
Hi all

I made this account because of some questions: I have noticed that the game only displays seven piker of each Strengths and Weaknesses. Is that normal? does that mean that if i give my uruk 8 or more bonusses that only seven of them are active?

Hows about picker that never shows up? like hate_injuries? hate_injuries never shows up under strenghts..

thank You for Your work on this table !

greets

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

Posted: Mon Oct 01, 2018 10:29 am
by jimmymenNL
i have a question: Can i use the cheat engine with the table on the windows store version of the game?, because i use the lastest version of the game there ande the last version of cheat engine but i can not activate the master plan on the table? I really hope someone can explain what i am doing wrong and can fix it if it is possible to use it in that game version on the windows store

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

Posted: Wed Oct 03, 2018 11:19 pm
by skywolf23
killerkrok555 wrote:
Tue Sep 18, 2018 4:02 pm
gothkazu wrote:
Tue Sep 18, 2018 9:56 am
Also could someone explain how to do the specific drops thing?
1.open Master Script-->Epic/Legendary Uruks drop specific item
2.click on "army" in the menu and choose an enemy orc
3. change the "<None>" in the Epic/Legendary Uruks drop specific item to whatever item you want
4.click square beside the "Drop Item" text
5.find the enemy orc you chose and kill him
6.the enemy orc should drop the item you chose
Tried this numerous times and never drops what i pick. So is the table broken? or is there a step missing?

Run master check, open the EPIC/ check, go into game pick the orc capt in the army menu, tab out select the drop down item i want and toggle the box on, go back in game find guy kill guy and nada.


Or am i dumb?

I can go into the character thing and edit gear directly but it does not stick on reload. So be great if this drop thing worked.

I am dumb my guy was too low a level for epic and still too low for legendary orcs to show up in the armies list, once they did the stuff started dropping, i thought the yellows at the start of the game would drop the stuff.

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

Posted: Fri Oct 05, 2018 1:31 pm
by forever.young
Is it possible to refresh the uruk everytime entering the arena?
:D it would be easier to get an expectant uruk.

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

Posted: Mon Oct 08, 2018 4:37 pm
by Sauron
Hello there.

I bought the game on Xbox One, and I'm now using the Windows Store version. I'm on Windows 10. I have the latest version of the game, as well as the latest version of this Shadow of War Cheat Engine. I have also used both the latest versions of Cheat Engine 6.7 and 6.8.

I cannot activate the Master Script. I tried all the below registerDB versions, as well as trying to activate it on the Main Menu, after loading the save, and after opening the Army screen.

registerDB_ns() - Doesn't work
registerDB_s1() - Doesn't work
registerDB_s2() - Doesn't work
registerDB_f1() - Doesn't work
registerDB_f2() - Doesn't work

I've read a few comments saying that they're experiencing the same thing as I am with the Windows Store version. I also found a few comments saying that the Windows Store has an in-built Anti-Cheat that messes with the Cheat Engine. If this is referring to True Play I've turned that off. If not then I don't know what Anti-Cheat is being referred to.

Is it possible to make this Shadow of War Cheat Engine work with the latest Windows Store version of the game?

Thank you for any help and advice.

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

Posted: Tue Oct 09, 2018 2:47 pm
by forever.young
Another problem occured in game version 1.21. After using spawn options forcing the uruk role, the arena maggot is blank now...

I've tried every possible means, but still blacnk. And this arena cannot fight even I select an orc...black screen.

So I come back to the previous question, is it possbile to get an option that refreshes the arena everytime?