Here's some crap that took me about 5 min to gather up
Code:
Level=0x01102594
BattlePower=0x01102620
ShareRatio=0x011028B4
Zoom=0x0064E7B0
Server=0x00650078
TrainingPoints=0x00650358
XP=0x01102270
Stamina=0x0110258C
Ping=0x01104C20
MoneyINV=0x01102754
MoneyWH=0x01102BE4
PKPoints=0x011025C0
VPS=0x011025E8
PlayerBase=0x0064FF48
CoordX=$PlayerBase+0x8D4
CoordY=$PlayerBase+0x8D8
PlayerID=$PlayerBase+0x60
Sorry, I didn't do CPS cause I forgot my main's password :p
Creds for playerbase go to IAmHawtness.
EDIT: Btw it's in that format (0x*) because I use these for C# apps. MoneyWH only works with VIP or WH open.
EDIT: ugh, last few won't work. Seems with the last patch or two they added a shitload of variables in the middle of the info block, so a load of offset's have changed. 2 AM now, been checking every damn address by hand and can't find it. Maybe I'm just too tired, I'll try tomorrow.