Upload your cheat tables here (No requests)
Alacrity
Noobzor
Posts: 14 Joined: Fri Mar 24, 2017 9:42 pm
Reputation: 7
Post
by Alacrity » Sun Apr 02, 2017 6:40 am
jay_123 wrote: ↑ Sun Apr 02, 2017 5:11 am
Someone please make a V1.12 item swap table. Old CE tables are crashing my game or either not working at all
For me it is working, just use Phokz's old table. If it isn't anywhere on the forum here it is.
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
Last edited by Anonymous on Wed Apr 05, 2017 11:23 am, edited 1 time in total.
Reason: Table affects online game play of others.
Alacrity
Noobzor
Posts: 14 Joined: Fri Mar 24, 2017 9:42 pm
Reputation: 7
Post
by Alacrity » Sun Apr 02, 2017 6:42 am
rodi wrote: ↑ Sun Apr 02, 2017 6:29 am
Sorry my english...
The disable gravity option, I can not find it, I used an old table with that option but the game stops working
thx!
It will be in the [debug] header under [character flags]. Refer back to the table I posted.
Alacrity
Noobzor
Posts: 14 Joined: Fri Mar 24, 2017 9:42 pm
Reputation: 7
Post
by Alacrity » Sun Apr 02, 2017 6:43 am
Erey wrote: ↑ Sun Apr 02, 2017 6:31 am
The one thing I am looking forward toward is the bonfires and rosarias rebirths... I suppose my original question will be modified into is any working those? Those are the most important to making new characters...
The only bonfires that you can flag unlock are the main game and 1st dlc ones. I'm working on the bonfire script, but the AOB and a variable has 'broken' due to the dlc and time available to work on it is low.
teinousi
Expert Cheater
Posts: 281 Joined: Wed Mar 29, 2017 10:19 am
Reputation: 31
Post
by teinousi » Sun Apr 02, 2017 7:05 am
Fuck I give it up , I don't want to keep fucking error and freeze without any reason I can't find
updated Ringed DLC 's bonfire location
and one more guys hv miss item of covenant :
2000276A Spear of the Chruch
just copy & plaste to your *.ct
Attachments
Bonfire.ct
(117.4 KiB) Downloaded 219 times
rodi
Noobzor
Posts: 6 Joined: Sun Apr 02, 2017 6:23 am
Reputation: 0
Post
by rodi » Sun Apr 02, 2017 7:26 am
Alacrity wrote: ↑ Sun Apr 02, 2017 6:42 am
rodi wrote: ↑ Sun Apr 02, 2017 6:29 am
Sorry my english...
The disable gravity option, I can not find it, I used an old table with that option but the game stops working
thx!
It will be in the [debug] header under [character flags]. Refer back to the table I posted.
Thanks, no activate for me :/
igromanru
Table Makers
Posts: 336 Joined: Sat Mar 25, 2017 11:20 pm
Reputation: 477
Post
by igromanru » Sun Apr 02, 2017 8:40 am
Guys, please STOP spreading around different tables!
IIRC this is the latest Phokz's table with most fixes after 1.31 atm:
viewtopic.php?f=4&t=205&start=152
And I'm trying to keep the info about the latest table up to date <
link removed >.
Zatara03
Noobzor
Posts: 14 Joined: Sun Apr 02, 2017 9:56 am
Reputation: 0
Post
by Zatara03 » Sun Apr 02, 2017 9:59 am
Is the param patcher fixed or i'm doing something wrong?
rodi
Noobzor
Posts: 6 Joined: Sun Apr 02, 2017 6:23 am
Reputation: 0
Post
by rodi » Sun Apr 02, 2017 10:02 am
I have tried Phokz's table and gravity disable does not work, someone to confirm if this is so
THX!
ZigBitDig
Noobzor
Posts: 12 Joined: Sun Apr 02, 2017 10:34 am
Reputation: 0
Post
by ZigBitDig » Sun Apr 02, 2017 10:37 am
I have got a little question, if I do not own 2nd DLC and get Spear of the church covenant item, will I get a ban?
igromanru
Table Makers
Posts: 336 Joined: Sat Mar 25, 2017 11:20 pm
Reputation: 477
Post
by igromanru » Sun Apr 02, 2017 11:15 am
ZigBitDig wrote: ↑ Sun Apr 02, 2017 10:37 am
I have got a little question, if I do not own 2nd DLC and get Spear of the church covenant item, will I get a ban?
No, because you can get traded DLC items without having the DLC.
ZigBitDig
Noobzor
Posts: 12 Joined: Sun Apr 02, 2017 10:34 am
Reputation: 0
Post
by ZigBitDig » Sun Apr 02, 2017 12:22 pm
igromanru wrote: ↑ Sun Apr 02, 2017 11:15 am
ZigBitDig wrote: ↑ Sun Apr 02, 2017 10:37 am
I have got a little question, if I do not own 2nd DLC and get Spear of the church covenant item, will I get a ban?
No, because you can get traded DLC items without having the DLC.
Interesting, but I guess Covenant itself wont work?
terenceyao
Noobzor
Posts: 14 Joined: Fri Mar 24, 2017 5:21 pm
Reputation: 4
Post
by terenceyao » Sun Apr 02, 2017 12:56 pm
I spent two days to try to fix "Param Patcher Initializer". But it's still not working.
I cannot use x64dbg for some reason, so I only use HxD to observe the difference between the old and new exe file.
And here is what I found:
The old byte array is:
48 8B 05 55 CE 64 03 E9 95 49 20 04 48 8B 82 98
And new one is:
48 89 7C 24 28 E9 31 6C E9 03 90 B9 48 8B 82 98
So I tried to change line 95 of "Param Patch Initializer" script from:
aobscanmodule(ParamPatchAOB,DarkSoulsIII.exe,48 8B 05 * * * * E9 * * * * 48 8B 82 98)
to:
aobscanmodule(ParamPatchAOB,DarkSoulsIII.exe,48 89 7C * * * * 6C * * * * 48 8B 82 98)
But "Param Patch Initializer" still cannot be opened. =/
Need someone to use x64dbg to observe what happen here...
Shiva2311
What is cheating?
Posts: 2 Joined: Sun Apr 02, 2017 1:07 pm
Reputation: 0
Post
by Shiva2311 » Sun Apr 02, 2017 1:09 pm
Are the Bullet/Attack/Effect helpers currently broken? trying to use the memory viewer with them crashes my game. Anyone know?
Sanya
Noobzor
Posts: 9 Joined: Wed Mar 15, 2017 8:33 pm
Reputation: 1
Post
by Sanya » Sun Apr 02, 2017 1:47 pm
Shiva2311 wrote: ↑ Sun Apr 02, 2017 1:09 pm
Are the Bullet/Attack/Effect helpers currently broken? trying to use the memory viewer with them crashes my game. Anyone know?
Make sure you have VEH Debugger activated in the settings
teinousi
Expert Cheater
Posts: 281 Joined: Wed Mar 29, 2017 10:19 am
Reputation: 31
Post
by teinousi » Sun Apr 02, 2017 1:50 pm
Shiva2311 wrote: ↑ Sun Apr 02, 2017 1:09 pm
Are the Bullet/Attack/Effect helpers currently broken? trying to use the memory viewer with them crashes my game. Anyone know?
is that force to close the game ?