Page 2 of 2

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Thu Nov 09, 2017 12:38 pm
by cyberkingX
fangg0219 wrote:
Wed Nov 08, 2017 11:27 am
cyberkingX wrote:
Tue Nov 07, 2017 6:13 pm
I don't know how to bind the key for counter and dodge functions in this cheat so do you have any ways or tutorial to help me solve this problem? :geek:
MY my ...may be it is mine English problem...it is setup up your control.to another key........

just in game ,you can set it up.
It's already working, thank you so much for supporting me :D

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Fri Aug 24, 2018 5:06 pm
by sakur0223
It worked perfectly, but i really want to rebind the keys, since im really used to using the default once.

I read the script and done some researching but I didnt came to a conclusion X)
I need a lil help:

cmp rdx,55 //counter key "U" intime counter
je intime

cmp rdx,4c //counter key "L" RED counter
je red

cmp rdx,4a //counter key "E" KEY counter (should be " J" thought )
je ekeycounter
Here should be the code for the key press, so 55,4c,4a are codes for U,L and E? How do find the codes for RMB, E and Space? I tried to find it online but coulnt find it. :? :?

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Fri Aug 31, 2018 2:39 pm
by samajaku
How do I use it?

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Sun Sep 16, 2018 4:37 pm
by AllRange
So everything except for the red counter (dodge) is working. How can i check if it's registering the action and tries to dodge?

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Mon Dec 03, 2018 11:02 pm
by demorest
Red counter need update (pls ^_^)

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Thu Sep 23, 2021 2:16 am
by jvsmbr1
Please fangg update the red counter :D :oops: :D :oops: :D

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Mon Dec 19, 2022 9:46 pm
by GamesofFreak
Know someone how to make it interact with the Gamepad Input?

Re: Middle.Earth.Shadow.of.War AUTO COUNTER ATTACK

Posted: Thu Dec 22, 2022 12:48 pm
by GamesofFreak
sakur0223 wrote:
Fri Aug 24, 2018 5:06 pm
It worked perfectly, but i really want to rebind the keys, since im really used to using the default once.

I read the script and done some researching but I didnt came to a conclusion X)
I need a lil help:

cmp rdx,55 //counter key "U" intime counter
je intime

cmp rdx,4c //counter key "L" RED counter
je red

cmp rdx,4a //counter key "E" KEY counter (should be " J" thought )
je ekeycounter
Here should be the code for the key press, so 55,4c,4a are codes for U,L and E? How do find the codes for RMB, E and Space? I tried to find it online but coulnt find it. :? :?
Check this [Link] out to find the Virtual Key Code for the specified Key.

Only use the Number after the x.

Example:

0x55 - The Number that is marked with green use this Number in the Script to change the desired Key. Find your Key in the List on the Website above.