Hi, I need a cleo script with the following features:
- Disable weapon reload when scrolling. (Works fine)
0A8C: write_memory 0x0060B4DA size 4 value 0xEB08C483 virtual_protect 1
0A8C: write_memory 0x0060B4DE size 1 value 0x21 virtual_protect 1
0A8C: write_memory 0x0060B4DE size 1 value 0x21 virtual_protect 1
- Disable weapon automatic reload.
- Disable weapon dissapear feature when the ammunition is empty. (Player can have gun with 0 bullets).
Thanks!