HyberCode Cheater
Reputation: 0
Joined: 17 Feb 2016 Posts: 40
|
Posted: Sun Feb 21, 2016 12:05 pm Post subject: |
|
|
try this
bytes = "5C 19 32"
results = AOBScan(bytes,"*W*X-C")
if (results==nil) then
closeCE()
return end
adress = strings_getString(results,0)
writeDouble(adress,anyvalue) --you can change the double to integer or bytes ... what ever u want
|
|