Well, since I didn't quite understand the whole ASLR thing I decided to put up a little basic OOP solution with an objectmanager. You can use this as a base to understand how to deal with the new relative address (surprisingly easy actually). It contains updated offsets, GUI, objectmanager with fields for every type of object, memory reading library - yeah, pretty much everything you need for a good base.
The code is probably crappy, just so you know - at least the logging solution sucks. I made some changes to Apoc's Memory Reading library, and I implemented a FindPattern function I found somewhere (to find the ThreadLocalStorage, but it's been taken out).
Credits goes to:
Apoc - Memory Reading Library
Scorpion - tons of things
Juju - Offsets
Everyone else that has contributed in this forum with relative data and knowledge
Here's the file: http://tinyurl.com/24vu8bh