get aaabbbbaa as a3b4a2 in java code example
Example 1: Get handle in C++
hwnd = FindWindow(NULL,(LPCWSTR)"NAMEOFWINDOW");
Example 2: how to get the timestamp in javascript
const currentTimeInSeconds=Math.floor(Date.now()/1000); //unix timestamp in seconds