Visual basi

04/25/2017 11:47 sasan7782#1
i have array for skill no cooldown .
can someone help me to find 1 way for find address in visual basic with array?

i mean i give array(byte) and it find and change it
04/25/2017 14:26 HansMarcos#2
if the byte is static/green then it means the address wont change
04/25/2017 14:38 sasan7782#3
Quote:
Originally Posted by HansMarcos View Post
if the byte is static/green then it means the address wont change


Example : if we tell this array is for dash : 65 95 00 00 00 59 00 00 00 00 01
if i search with cheat engine i fine the address for dash .
now i want this value array search with VB .
i mean in VB you must give your address to cgange value .
i want give array to find address affter find it chane value this address
04/25/2017 14:40 HansMarcos#4
Quote:
Originally Posted by sasan7782 View Post
Example : if we tell this array is for dash : 65 95 00 00 00 59 00 00 00 00 01
if i search with cheat engine i fine the address for dash .
now i want this value array search with VB .
i mean in VB you must give your address to cgange value .
i want give array to find address affter find it chane value this address
there should be some tutorials at other forums on how to signature scan / aob scan on vb.net / c#