Hello ! everyone.
I have small problem.
I tried get key offset from ini file , but looks like my snippet accept only hex value, because when i add decimal value to pointer i get wrong pointer and code wan't work.
Exist any way to convert decimal to hex value for cleo?
@springfield
@monday
@Opcode.eXe
@supahdupahnubah
etc...
I have small problem.
I tried get key offset from ini file , but looks like my snippet accept only hex value, because when i add decimal value to pointer i get wrong pointer and code wan't work.
Exist any way to convert decimal to hex value for cleo?
PHP:
:Set_Virtual_Key
{
0AB1: @Set_Virtual_Key 1 state 255
}
0AF0: 0@ = get_int_from_ini_file "cleo\Key.ini" section "YourKey" key "Key"
2@ = 0xB72CC8
0@ *= 2
005A: 2@ += 0@ // (int)
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
0AB2: ret 0
@springfield
@monday
@Opcode.eXe
@supahdupahnubah
etc...