Hey, I just wanted to mention, I've taken a course on assembly language and the stuff to the right of the memory values are not comments. They are the ascii representation of the hex values. For example in the third line in the memory window, the values go "40 40 40 ...." and to the right of that column you can see it it "@@@..." Well, if you look at http://www.asciitable.com/ you can see hex 40 = @ in ascii
As for finding the memory addresses again, hopefully the makers of the bot are able to simply find the block of code that points to the new address. The code should always remain static, so you can find it easier than sifting through hexadecimal >.<