Results 1 to 15 of 19

Threaded View

  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    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]
    Last edited by seeplusplus; 12-19-2010 at 02:04 PM.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. The Following User Says Thank You to seeplusplus For This Useful Post:

    _Fk127_ (12-19-2010)