Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    hack4me's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Colorado
    Posts
    34
    Reputation
    9
    Thanks
    37
    My Mood
    Cool

    Updated Gamestatus Addy 05/20/2011

    Code:
    #define Gamestatus 0x37905D28

  2. #2
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Damm Beat me to releasing :O

    I was literally about to press create thread

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  3. The Following User Says Thank You to CAFlames For This Useful Post:

    wilsin (05-27-2011)

  4. #3
    Freddiew's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    7
    Why not use isingame?

  5. #4
    hack4me's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Colorado
    Posts
    34
    Reputation
    9
    Thanks
    37
    My Mood
    Cool

    IsIngame...

    I have always used Gamestatus. PM to talk about IsInGame a bit more.... thx

  6. #5
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by hack4me View Post
    I have always used Gamestatus. PM to talk about IsInGame a bit more.... thx
    I use isingame with gamestatus


    simple

    Code:
    bool isingame( ){
    
    if(*(INT*)GameStatus==1){
    return true;
    }else{
    return false;
    }
    }

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  7. #6
    hack4me's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Colorado
    Posts
    34
    Reputation
    9
    Thanks
    37
    My Mood
    Cool
    Caflames you are using a function named "isingame" that uses gamestatus. But I think there is another method using LTCclient. I think N00B mentioned this to me at some point. Any more info on this? N00B? Others?

  8. #7
    NewCories's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    121
    Reputation
    7
    Thanks
    12
    My Mood
    Brooding
    @hack4me do you use sigs??


    Turbulence Backup.

  9. #8
    hack4me's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Colorado
    Posts
    34
    Reputation
    9
    Thanks
    37
    My Mood
    Cool
    I use sigs for everything but GameStatus. I started out finding all the addy's manually. Then I just got tired of updating my dll. So I made it auto update using sigs and used memory scanning methods to find gamestatus.

  10. #9
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy


    Code:
    (DWORD)0xadb000, (PBYTE)"\x05\x00\x00\x00\xB4\x5B\x80\x37", "x???xxxx");
    /\ Only CA NA..

    Enjoy!

  11. #10
    NewCories's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    121
    Reputation
    7
    Thanks
    12
    My Mood
    Brooding
    Quote Originally Posted by |_Alessandro10_BR_| View Post
    /\ Only CA NA..

    Enjoy!
    Very good sokasokpaspoksapoksa

    JAJAJAEJAJEAJAEJEAJAE CONTRIBUITOOOOOOOOOOOOOOOOR *-*


    Turbulence Backup.

  12. #11
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by NewCories View Post
    Very good sokasokpaspoksapoksa

    JAJAJAEJAJEAJAEJEAJAE CONTRIBUITOOOOOOOOOOOOOOOOR *-*
    Yeah!!!!! I'm Contributor..

  13. #12
    hack4me's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Colorado
    Posts
    34
    Reputation
    9
    Thanks
    37
    My Mood
    Cool

    That gamestatus sig will not work...

    That gamestatus sig will not work since the update on 5-25-2011.
    Nexon has been changing the bytes a bit lately. Take a look at the
    gamestatus history below.

    There are other ways to find it....

    Code:
    \x05\x00\x00\x00\xB4\x5B\x80\x37 x???xxxx  (Alessandro10_BR)
    \x05\x00\x00\x00\xB4\x6B\x80\x37 x???xxxx  (Current)
    Code:
    Gamestatus Sig History:
    03-16-2011: 00 00 00 00 05 00 00 00 0C 91 75 37 04 91 75 37 F8 90 75 37
    04-21-2011: 01 00 00 00 05 00 00 00 0C C7 6D 37 E0 C6 6D 37 24 C7 6D 37
    05-18-2011: 00 00 00 00 05 00 00 00 34 7C 81 37 2C 7C 81 37 20 7C 81 37
    05-20-2011: 00 00 00 00 05 00 00 00 B4 5B 80 37 AC 5B 80 37 A0 5B 80 37
    05-25-2011: 00 00 00 00 05 00 00 00 B4 6B 80 37 AC 6B 80 37 A0 6B 80 37

  14. #13
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by hack4me View Post
    That gamestatus sig will not work since the update on 5-25-2011.
    Nexon has been changing the bytes a bit lately. Take a look at the
    gamestatus history below.

    There are other ways to find it....

    Code:
    \x05\x00\x00\x00\xB4\x5B\x80\x37 x???xxxx  (Alessandro10_BR)
    \x05\x00\x00\x00\xB4\x6B\x80\x37 x???xxxx  (Current)
    Code:
    Gamestatus Sig History:
    03-16-2011: 00 00 00 00 05 00 00 00 0C 91 75 37 04 91 75 37 F8 90 75 37
    04-21-2011: 01 00 00 00 05 00 00 00 0C C7 6D 37 E0 C6 6D 37 24 C7 6D 37
    05-18-2011: 00 00 00 00 05 00 00 00 34 7C 81 37 2C 7C 81 37 20 7C 81 37
    05-20-2011: 00 00 00 00 05 00 00 00 B4 5B 80 37 AC 5B 80 37 A0 5B 80 37
    05-25-2011: 00 00 00 00 05 00 00 00 B4 6B 80 37 AC 6B 80 37 A0 6B 80 37
    Yeah.. but GameStatus is LTClient + 10F98...

  15. #14
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Code:
    DWORD GameStatus = Pattern((DWORD)GetModuleHandleA("CShell.dll"),(DWORD)0xFFFFFFFF,(PBYTE)"\x00\x00\x00\x37\xFF\x00\xFF","???xxxx");
    GameStatus += 0xBC;

  16. #15
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by hack4me View Post
    That gamestatus sig will not work since the update on 5-25-2011.
    Nexon has been changing the bytes a bit lately. Take a look at the
    gamestatus history below.

    There are other ways to find it....

    Code:
    \x05\x00\x00\x00\xB4\x5B\x80\x37 x???xxxx  (Alessandro10_BR)
    \x05\x00\x00\x00\xB4\x6B\x80\x37 x???xxxx  (Current)
    Code:
    Gamestatus Sig History:
    03-16-2011: 00 00 00 00 05 00 00 00 0C 91 75 37 04 91 75 37 F8 90 75 37
    04-21-2011: 01 00 00 00 05 00 00 00 0C C7 6D 37 E0 C6 6D 37 24 C7 6D 37
    05-18-2011: 00 00 00 00 05 00 00 00 34 7C 81 37 2C 7C 81 37 20 7C 81 37
    05-20-2011: 00 00 00 00 05 00 00 00 B4 5B 80 37 AC 5B 80 37 A0 5B 80 37
    05-25-2011: 00 00 00 00 05 00 00 00 B4 6B 80 37 AC 6B 80 37 A0 6B 80 37
    Woah, do you have like a CVS for CA addresses? :L

Page 1 of 2 12 LastLast