pepeelpubero
Well-known member
- Joined
- Jan 21, 2014
- Messages
- 433
- Reaction score
- 1
I want to read a string from ini file but when I write the memory with the value it doesn't work.
I do this but it doesn't work because the value must be FF+5@v (How can I do that?):
0AF4: 5@v = read_string_from_ini_file "cleo\hud.ini" section "HUD_1" key "HEX"
0AD4: 6@ = scan_string 5@v format "%x" 5@
0A8C: write_memory HUD_1 size 4 value 5@ virtual_protect 0
I do this but it doesn't work because the value must be FF+5@v (How can I do that?):
0AF4: 5@v = read_string_from_ini_file "cleo\hud.ini" section "HUD_1" key "HEX"
0AD4: 6@ = scan_string 5@v format "%x" 5@
0A8C: write_memory HUD_1 size 4 value 5@ virtual_protect 0