Upload your cheat tables here (No requests)
gadeschaos
What is cheating?
Posts: 4 Joined: Fri Aug 04, 2023 7:41 am
Reputation: 0
Post
by gadeschaos » Wed Aug 09, 2023 11:52 am
Helios2216 wrote: ↑ Wed Aug 09, 2023 11:23 am
Items spawn on the floor near the character use alt to see if it spawned. That is how it worked in my unclean playthrough I use for testing.
Thanks a lot for the pointer!
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
nullqat
Noobzor
Posts: 5 Joined: Wed Aug 09, 2023 11:12 am
Reputation: 0
Post
by nullqat » Wed Aug 09, 2023 12:03 pm
@gadeschaos
hey what code for it did you find?
i'm still looking, maybe you could save me some time
also trying for Mithral Ore
razanon
Noobzor
Posts: 8 Joined: Tue Aug 08, 2023 7:52 pm
Reputation: 0
Post
by razanon » Wed Aug 09, 2023 12:21 pm
Can anyone bring me de UUID Code for the Everburn Blade? touched controls before kill him
nullqat
Noobzor
Posts: 5 Joined: Wed Aug 09, 2023 11:12 am
Reputation: 0
Post
by nullqat » Wed Aug 09, 2023 12:26 pm
Category or txt file at least?
I guess I can open one by one but not sure what to even look for
xifav
What is cheating?
Posts: 2 Joined: Fri Aug 04, 2023 1:50 pm
Reputation: 0
Post
by xifav » Wed Aug 09, 2023 12:28 pm
Please tell me how to properly install approval with companions. I select the desired option in the table, but nothing happens. There is no error either
kyoski
Expert Cheater
Posts: 95 Joined: Tue Jun 05, 2018 9:19 am
Reputation: 15
Post
by kyoski » Wed Aug 09, 2023 12:43 pm
Pupsic-3D wrote: ↑ Wed Aug 09, 2023 11:21 am
Is there a spreadsheet or code to add all the items to the game?
I put the item information from
EvenLess' post into a
[Link]
Should be able to make a copy, sort, search, etc
snz
What is cheating?
Posts: 4 Joined: Wed Aug 09, 2023 12:46 pm
Reputation: 9
Post
by snz » Wed Aug 09, 2023 12:49 pm
I couldn't find the carry weight hack, so here's a new one.
Code: Select all
[ENABLE]
aobscanmodule(INJECTw,bg3.exe,01 37 4C 8D 44 24 28) // should be unique
alloc(newmem,$1000,INJECTw)
label(code)
label(return)
newmem:
code:
// esi contains the total weight, shr 4 -> items weight 16x less now
shr esi, 4
add [rdi],esi
lea r8,[rsp+28]
jmp return
INJECTw:
jmp newmem
nop 2
return:
registersymbol(INJECTw)
[DISABLE]
INJECTw:
db 01 37 4C 8D 44 24 28
unregistersymbol(INJECTw)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: bg3.exe+21E717A
bg3.exe+21E715C: 48 8B 54 24 28 - mov rdx,[rsp+28]
bg3.exe+21E7161: 45 33 C0 - xor r8d,r8d
bg3.exe+21E7164: 49 8B 0E - mov rcx,[r14]
bg3.exe+21E7167: 8B F0 - mov esi,eax
bg3.exe+21E7169: E8 62 AA 63 FE - call bg3.exe+821BD0
bg3.exe+21E716E: 48 85 C0 - test rax,rax
bg3.exe+21E7171: 74 05 - je bg3.exe+21E7178
bg3.exe+21E7173: 0F AF 30 - imul esi,[rax]
bg3.exe+21E7176: EB 02 - jmp bg3.exe+21E717A
bg3.exe+21E7178: 33 F6 - xor esi,esi
// ---------- INJECTING HERE ----------
bg3.exe+21E717A: 01 37 - add [rdi],esi
// ---------- DONE INJECTING ----------
bg3.exe+21E717C: 4C 8D 44 24 28 - lea r8,[rsp+28]
bg3.exe+21E7181: 49 8B D6 - mov rdx,r14
bg3.exe+21E7184: 48 8D 4C 24 20 - lea rcx,[rsp+20]
bg3.exe+21E7189: E8 12 FD FF FF - call bg3.exe+21E6EA0
bg3.exe+21E718E: 48 83 C3 10 - add rbx,10
bg3.exe+21E7192: 8B 08 - mov ecx,[rax]
bg3.exe+21E7194: 01 0F - add [rdi],ecx
bg3.exe+21E7196: 48 3B DD - cmp rbx,rbp
bg3.exe+21E7199: 75 A5 - jne bg3.exe+21E7140
bg3.exe+21E719B: 48 8B 6C 24 48 - mov rbp,[rsp+48]
}
ConteCobram
What is cheating?
Posts: 4 Joined: Mon Aug 07, 2023 7:55 am
Reputation: 0
Post
by ConteCobram » Wed Aug 09, 2023 1:13 pm
Hi all
where can I set the amount of items moved?
to set up the script "Last Item Moved (moved item must have quantity of 2 or more)"
Pupsic-3D
Expert Cheater
Posts: 63 Joined: Mon Aug 07, 2023 1:18 pm
Reputation: 5
Post
by Pupsic-3D » Wed Aug 09, 2023 1:15 pm
kyoski wrote: ↑ Wed Aug 09, 2023 12:43 pm
Pupsic-3D wrote: ↑ Wed Aug 09, 2023 11:21 am
Is there a spreadsheet or code to add all the items to the game?
I put the item information from
EvenLess' post into a
[Link]
Should be able to make a copy, sort, search, etc
I meant a command that adds everything at once, without the ability to search separately.
Trip
Noobzor
Posts: 14 Joined: Tue Aug 08, 2023 5:26 am
Reputation: 5
Post
by Trip » Wed Aug 09, 2023 1:33 pm
razanon wrote: ↑ Wed Aug 09, 2023 12:21 pm
Can anyone bring me de UUID Code for the Everburn Blade? touched controls before kill him
In the files it is called MAG_Fire_AlwaysDippedInFire_Greatsword
UUID is 660483f6-8eb3-45be-88a4-327f9d417026
Killerzone101
Novice Cheater
Posts: 19 Joined: Wed Aug 09, 2023 4:08 am
Reputation: 0
Post
by Killerzone101 » Wed Aug 09, 2023 1:42 pm
IDevils wrote: ↑ Wed Aug 09, 2023 11:06 am
Killerzone101 wrote: ↑ Wed Aug 09, 2023 8:59 am
Is it possible to scan in game spells to find out their UUID or spell name from a mod ? Cheers. (Using cheat engine)
NVM got it
Please tell me how you did this I have been trying to figure it out for days
Ah my bad. Should have linked what i said before. Could not find games spells using cheat engine. Only found it after extracting the mods PAK file
.
FlickCharlie
Noobzor
Posts: 6 Joined: Mon Aug 07, 2023 9:47 pm
Reputation: 0
Post
by FlickCharlie » Wed Aug 09, 2023 1:47 pm
is there a list of name for passives where i can just ctrl+f to find the one i want? CE only has them together and i don't know how to filter it by text.
specifically looking for "liberated spellcasting" passive i added a while ago. dunno why it got removed mid game but i can't find it now in passive/feat tab. it made 1st lvl spells free after kills.
EDIT: liberated spellcasting is status effect but i don't know what causes it.
Last edited by
FlickCharlie on Wed Aug 09, 2023 2:47 pm, edited 2 times in total.
kicker04
Cheater
Posts: 46 Joined: Sat Jul 15, 2023 9:51 am
Reputation: 1
Post
by kicker04 » Wed Aug 09, 2023 1:48 pm
I get this error using the "Add Roll Bonus":
Revante
What is cheating?
Posts: 3 Joined: Wed Aug 09, 2023 1:49 pm
Reputation: 0
Post
by Revante » Wed Aug 09, 2023 1:50 pm
Anyone know how to permanently add all damage resistances?
ConteCobram
What is cheating?
Posts: 4 Joined: Mon Aug 07, 2023 7:55 am
Reputation: 0
Post
by ConteCobram » Wed Aug 09, 2023 1:55 pm
how to set +20 "Last Item Moved (moved item must have quantity of 2 or more)"
ty