wanted this to work properly but idk why it doesn't for me...
so I did for the mean time to check if values can change was
gg.searchNumber(sf("%d;%d;%d;%d;%d;%d::45", DialogOut[1], XorValueWithKey_1, DialogOut[1], XorvValueWithKey_2, DialogOut[1], XorValueWithKey_3), gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber(sf("%d;%d;%d", XorValueWithKey_1, XorValueWithKey_2, XorValueWithKey_2), gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(3)
gg.editAll('1222333444', gg.TYPE_DWORD)
suddenly the values changed but not the way I really like to edit each with different values.