Help in editing Tabes
[ENABLE]
aobscanmodule(fleet,BattleFleetGothic-Win64-Shipping.exe,44 8B B9 ?? ?? ?? ?? 33 F6 39)
alloc(fleet_bkp,7)
fleet_bkp:
readmem(fleet,7)
fleet:
db 4D 31 FF 49 FF C7 90 (??????????)
registersymbol(fleet)
registersymbol(fleet_bkp)
[DISABLE]
fleet:
readmem(fleet_bkp,7)
unregistersymbol(fleet)
unregistersymbol(fleet_bkp)
dealloc(fleet_bkp)
Is it possibile to change the cost of ships 1 point to 20 point?
Sorry for my English I use a translator...
Help in editing Tables
Re: Help in editing Tables
This just modifies the existing bytes to:
To be able to set the value you'll need to setup a code redirect, because it'll be more than the 7 bytes. Something like this:
Code: Select all
xor r15,r15
inc r15
nop
Code: Select all
[ENABLE]
aobscanmodule(fleet,BattleFleetGothic-Win64-Shipping.exe,44 8B B9 ?? ?? ?? ?? 33 F6 39)
alloc(fleet_bkp,7)
registersymbol(fleet_bkp)
fleet_bkp:
readmem(fleet,7)
alloc(newmem, 0x400, fleet)
label(n_code)
label(exit)
label(return)
newmem:
n_code:
mov r15,(int)20
exit:
jmp return
////
//// ---------- Injection Point ----------
fleet:
jmp n_code
nop
nop
return:
////
//// ------------------------------ DISABLE ------------------------------
[DISABLE]
fleet:
readmem(fleet_bkp,7)
unregistersymbol(fleet)
unregistersymbol(fleet_bkp)
dealloc(fleet_bkp)
dealloc(newmem)
Re: Help in editing Tables
Thank you very much !!!
Re: Help in editing Tables
Pls update the table, Version is 2.0.26100
Re: Help in editing Tables
hello, Is there a guide on how to update the table yourself? to run on the new version.
Sorry my English.
Sorry my English.
Re: Help in editing Tables
There is no table posted here. So there's no table to update. You might be better off asking where ever the table is posted.
Most likely no, but there are countless tutorials on how to make and update tables in general. Just try google, and there is some stuff in the tutorials section of the forum.
Re: Help in editing Tables
viewtopic.php?t=207 this table is not up to date
Re: Help in editing Tables
It was posted 4 years ago, so you're likely on your own with this one.
Re: Help in editing Tables
I understand. Thanks for trying to help.
Who is online
Users browsing this forum: No registered users