Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    Updated GameStatus!

    Okay, first of all I'm not answering any questions about this!

    It's found in CShell.dll+71A88C
    The new address is 0x3781A88C
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. #2
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    How to use this?

  3. #3
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Quote Originally Posted by UnknownCoder View Post
    How to use this?
    xD I literally "cracked" up for like 5 minutes!
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  4. #4
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Atleast you found this without using your logger

    /Gj.

  5. #5
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    //Patched! Not updated

  6. #6
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Zane Slayman View Post
    //Patched! Not updated
    what are you on about?

  7. #7
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by ac1d_buRn View Post


    what are you on about?
    Ive been trying to find the new gamestatus code for about a week now. You got it? or interested in showing me how to find it?!

  8. #8
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Zane Slayman View Post


    Ive been trying to find the new gamestatus code for about a week now. You got it? or interested in showing me how to find it?!
    ive got it. i didnt find it tho. a friend gave it to me /
    It tells you how to find it. CShell.dll+71A88C

  9. #9
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    [php]bool cReadys::IsIngame()
    {
    if(Hack.Readys.FinAddresses == false)
    return false;

    typedef bool (*IsConnected_t)(void);
    DWORD* LTBase = (DWORD*)Hack.Addresses. LTB;
    IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);

    return pConnected();
    }

    Hack.Addresses. LTB = FindPattern(CSHELLW/*GetModuleHandleW*/, CSHELL/*sizeof*/, (PBYTE)"\xA1\x00\x00\x00\x37\x8B\x88\x00\x00\x00\x 00\x68\x00\x00\x00\x37\xFF\xD1\x59\xC2\x10\x00", "x???xxx????x???xxxxxxx");
    if(Hack.Addresses. LTB)
    Hack.Addresses. LTB = *(DWORD*) (Hack.Addresses. LTB + 1);
    [/php]
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  10. #10
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by kotentopf View Post
    [php]bool cReadys::IsIngame()
    {
    if(Hack.Readys.FinAddresses == false)
    return false;

    typedef bool (*IsConnected_t)(void);
    DWORD* LTBase = (DWORD*)Hack.Addresses. LTB;
    IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);

    return pConnected();
    }

    Hack.Addresses. LTB = FindPattern(CSHELLW/*GetModuleHandleW*/, CSHELL/*sizeof*/, (PBYTE)"\xA1\x00\x00\x00\x37\x8B\x88\x00\x00\x00\x 00\x68\x00\x00\x00\x37\xFF\xD1\x59\xC2\x10\x00", "x???xxx????x???xxxxxxx");
    if(Hack.Addresses. LTB)
    Hack.Addresses. LTB = *(DWORD*) (Hack.Addresses. LTB + 1);
    [/php]
    What is LTB?

  11. #11
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by ac1d_buRn View Post


    What is LTB?
    CShell LTC,the correct name is ILTBase
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  12. #12
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    So i can use the gamestatus pattern finder?

  13. #13
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    ha be be be what what????


    You guys need different hobbies.

    AND STOP BEING TIGHT ASSES AND RELEASE HACK
    just a idea
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  14. The Following User Says Thank You to topblast For This Useful Post:

    Tony Stark` (12-24-2010)

  15. #14
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by topblast View Post
    ha be be be what what????


    You guys need different hobbies.

    AND STOP BEING TIGHT ASSES AND RELEASE HACK
    just a idea
    AND YOU NEED TO STOP TELLING PEOPLE WHAT TO DO AND STOP USING CAPSLOCK.

    Seriously.

  16. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    ac1d_buRn (12-24-2010)

  17. #15
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    There are 3 game status codes aren't there. Mhmm

Page 1 of 2 12 LastLast