Altius wrote: ↑Sat Feb 15, 2025 5:04 am
fleischbag wrote: ↑Fri Feb 14, 2025 7:50 pm
Altius wrote: ↑Fri Feb 14, 2025 7:10 pm
...
...
...
Quisa wrote: ↑Sat Feb 15, 2025 6:44 am
...
Max Equipped Gear Level (Enable Script -> Open Inventory)
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>26623</ID>
<Description>"Max Gear Level (Enable Script -> Open Inventory)"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>//Send@FearlessRevolution
[ENABLE]
aobscanmodule(gearlevel,Avowed-Win64-Shipping.exe,0E 8B 43 28 48 8B 5C 24 30)
alloc(newmem,$1000,gearlevel)
label(code return)
newmem:
mov [rbx+28],#20
code:
mov eax,[rbx+28]
mov rbx,[rsp+30]
jmp return
gearlevel+01:
jmp newmem
nop 3
return:
registersymbol(gearlevel)
[DISABLE]
gearlevel+01:
db 8B 43 28 48 8B 5C 24 30
unregistersymbol(*)
dealloc(*)
//Avowed-Win64-Shipping.exe+470D926: 8B 43 28 - mov eax,[rbx+28]
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Remove Level Restriction / Previous Talent Requirements In Abilities Menu
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>26626</ID>
<Description>"Less Ability Requirements (Remove Level/Previous Talent Requirements)"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>//Send@FearlessRevolution
[ENABLE]
aobscanmodule(traits,Avowed-Win64-Shipping.exe,41 8B 45 34 48 8B 0B)
alloc(newmem,$1000,traits)
label(code return)
newmem:
mov [r13+34],0
mov [r13+38],0
mov [r13+3C],0
code:
mov eax,[r13+34]
mov rcx,[rbx]
jmp return
traits:
jmp newmem
nop 2
return:
registersymbol(traits)
[DISABLE]
traits:
db 41 8B 45 34 48 8B 0B
unregistersymbol(*)
dealloc(*)
//Avowed-Win64-Shipping.exe+4853683: 41 8B 45 34 - mov eax,[r13+34]
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Weapons/Shields Have Zero Weight (Enable At Main Menu)
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>26646</ID>
<Description>"Weapon Items Have No Weight (Enable At Main Menu)"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>//Send@FearlessRevolution
[ENABLE]
aobscanmodule(itemweight,Avowed-Win64-Shipping.exe,80 B9 F0 02 00 00 00 48)
itemweight:
db c6 81 f0 02 00 00 01 //bHasNoWeight
[DISABLE]
itemweight:
db 80 B9 F0 02 00 00 00
//Avowed-Win64-Shipping.exe+4765FF9: 80 B9 F0 02 00 00 00 - cmp byte ptr [rcx+000002F0],00
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>