1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
function CEButton1Click(sender) scan = createMemScan() scan.onScanDone = function(scan) local fl = createFoundList(scan) fl.initialize() for i=0, fl.Count-1 do writeString(fl.Address[i], "#D3FFCE") end -- assuming these should be done for memory reasons fl.destroy() scan.destroy() end scan.firstScan(soExactValue, vtString, rtRounded, "#0080FF", "#0080FF", 0, 0xffffffffffffffff, "+w", fsmAligned, "4", false, false, false, false) end
Something is wrong, the value don't changed or don't scanned '-'