Opcode.eXe
Известный
- 84
- 113
@smart1337:
0AB1: @WEAPON_DAT 4 | -> Change Weapon 24 offset 0x20 VALUE_TO 45 SIZE_OF_DAT 4
{
Change's the Weapon.dat value of Weapon ID to your custom one.
0AB1: @WEAPON_DAT 4 | -> Change Weapon 24 Offset 0x20 VALUE_TO 45 SIZE_OF_DAT 4 // MaxAmmo in Clip
Get offset's from http://hotmist.ddo.jp/struct.html
}
:WEAPON_DAT
0@ += 0x24 // UNKNOWN
0@ *= 0x70 // BLOCK SIZE
0@ += 0xC8AAB8 // BASE
005A: 0@ += 1@ // (int)
0A8C: write_memory 0@ size 3@ value 2@ virtual_protect 0
0AB2: ret 0
0AB1: @WEAPON_DAT 4 | -> Change Weapon 24 offset 0x20 VALUE_TO 45 SIZE_OF_DAT 4
{
Change's the Weapon.dat value of Weapon ID to your custom one.
0AB1: @WEAPON_DAT 4 | -> Change Weapon 24 Offset 0x20 VALUE_TO 45 SIZE_OF_DAT 4 // MaxAmmo in Clip
Get offset's from http://hotmist.ddo.jp/struct.html
}
:WEAPON_DAT
0@ += 0x24 // UNKNOWN
0@ *= 0x70 // BLOCK SIZE
0@ += 0xC8AAB8 // BASE
005A: 0@ += 1@ // (int)
0A8C: write_memory 0@ size 3@ value 2@ virtual_protect 0
0AB2: ret 0