Screen Width/Height!
FIRST OF ALL! DON'T SPAM ABOUT HOW THIS IS USELESS! IT'S JUST FOR FUN!
Okay, I just figured this out. I've been trying to get a image like freedompeace does in his hack. I couldn't get it to determine CA's Screen Side, so I finally decided why don't I go find the pointer in CA! So this is what I found!
Screen Width Settings:
0x37810258
Screen Height Settings:
0x3781025C
P.S. This can also be used to change the resolution. Ex:
[php]*(long*)0x37810258 = 1600; //Screen Width
*(long*)0x3781025C = 1200; //Screen Height[/php]
Okay, I just figured this out. I've been trying to get a image like freedompeace does in his hack. I couldn't get it to determine CA's Screen Side, so I finally decided why don't I go find the pointer in CA! So this is what I found!
Screen Width Settings:
0x37810258
Screen Height Settings:
0x3781025C
P.S. This can also be used to change the resolution. Ex:
[php]*(long*)0x37810258 = 1600; //Screen Width
*(long*)0x3781025C = 1200; //Screen Height[/php]

its over?