Upload your cheat tables here (No requests)
Lord Blade
Expert Cheater
Posts: 1377 Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132
Post
by Lord Blade » Tue Oct 10, 2017 7:18 pm
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.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
VincentCAV
What is cheating?
Posts: 1 Joined: Wed Mar 08, 2017 9:57 pm
Reputation: 0
Post
by VincentCAV » Tue Oct 10, 2017 7:19 pm
How does the skill point one work? Don't see any option.
Lord Blade
Expert Cheater
Posts: 1377 Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132
Post
by Lord Blade » 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.
IcyPurpose99
Expert Cheater
Posts: 470 Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16
Post
by IcyPurpose99 » Tue Oct 10, 2017 8:50 pm
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.
Erkor
Novice Cheater
Posts: 16 Joined: Tue Oct 10, 2017 2:19 pm
Reputation: 0
Post
by Erkor » Tue Oct 10, 2017 10:43 pm
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.
dl748
Table Makers
Posts: 116 Joined: Sun Jul 09, 2017 3:17 am
Reputation: 99
Post
by dl748 » Tue Oct 10, 2017 11:01 pm
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?
Lord Blade
Expert Cheater
Posts: 1377 Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132
Post
by Lord Blade » Wed Oct 11, 2017 12:10 am
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.
djdrulotus
Cheater
Posts: 46 Joined: Fri Mar 03, 2017 11:54 pm
Reputation: 18
Post
by djdrulotus » Wed Oct 11, 2017 12:41 am
If you can can you make a script for unlimited army training items?
dl748
Table Makers
Posts: 116 Joined: Sun Jul 09, 2017 3:17 am
Reputation: 99
Post
by dl748 » Wed Oct 11, 2017 1:09 am
I dont generally make scripts like that. Ill probably add the ability to edit the count of items though.
djdrulotus
Cheater
Posts: 46 Joined: Fri Mar 03, 2017 11:54 pm
Reputation: 18
Post
by djdrulotus » Wed Oct 11, 2017 1:17 am
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
}
Lord Blade
Expert Cheater
Posts: 1377 Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132
Post
by Lord Blade » Wed Oct 11, 2017 1:24 am
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?
dl748
Table Makers
Posts: 116 Joined: Sun Jul 09, 2017 3:17 am
Reputation: 99
Post
by dl748 » Wed Oct 11, 2017 1:41 am
Stored on the server
dl748
Table Makers
Posts: 116 Joined: Sun Jul 09, 2017 3:17 am
Reputation: 99
Post
by dl748 » Wed Oct 11, 2017 4:10 am
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.
Lord Blade
Expert Cheater
Posts: 1377 Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132
Post
by Lord Blade » Wed Oct 11, 2017 4:44 am
It would be the Shadows of the Past missions. All the ones where you play as Celebrimbor.
Users browsing this forum: AhrefsBot , drambone , GipsyDanger , Google [Bot] , jacekzly144 , Leunsel , saintvilk , spirit6 , SystemShock , Takamiya , Twoshoe