Page 9 of 10 FirstFirst ... 78910 LastLast
Results 121 to 135 of 145
  1. #121
    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
    Use trial and error

  2. #122
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by Mr.Magicman View Post
    Use trial and error
    What is teh team offset?

    idk,

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  3. #123
    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
    Look inside the class

  4. #124
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by Mr.Magicman View Post
    Look inside the class
    there is no team offset in the class I checked

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  5. #125
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by Nubzgetkillz View Post
    there is no team offset in the class I checked
    obviously didn't check then. There is.

  6. #126
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by Crash View Post
    obviously didn't check then. There is.
    is it
    Code:
    	__int32 Team; //0x0070

    I don't see dat int teh class

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  7. #127
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by Nubzgetkillz View Post
    is it

    Code:
    	__int32 iKills; //002C
    	__int32 iDeaths; //0030
    	char unknown2[44];
    	__int32 iHeadShots; //0060

    I don't see dat int teh class
    I don't know wtf you're looking at.

  8. #128
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by Crash View Post
    I don't know wtf you're looking at.
    i edited the shit.. lol, I was looking at the class I use for player stats

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  9. #129
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by Nubzgetkillz View Post
    i edited the shit.. lol, I was looking at the class I use for player stats
    Actually there is a pointer to your client info from the player stats class.

  10. #130
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by Crash View Post
    Actually there is a pointer to your client info from the player stats class.
    hmmmm

    Code:
    class Stats
    {
    public:
    	char unknown0[16];
    	char szLocalNameChangesInKill[16]; //0010
    	char unknown1[12];
    	__int32 iKills; //002C
    	__int32 iDeaths; //0030
    	char unknown2[44];
    	__int32 iHeadShots; //0060
    };
    pointer in there?

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  11. #131
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Crash View Post
    Actually there is a pointer to your client info from the player stats class.
    Hey dont helping people out in /me section /

  12. #132
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    crash i need help for the ILTDrawPrim pointer.
    how do you find it?

    do you search for ILTDrawPrim.Default in cshell and look at the address above?
    My Unbelievable-Kill BM:
    seeplusplus - updating address
    [YOUTUBE]nWgztMVIUYY[/YOUTUBE]

  13. #133
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by Nubzgetkillz View Post
    hmmmm

    Code:
    class Stats
    {
    public:
    	char unknown0[16];
    	char szLocalNameChangesInKill[16]; //0010
    	char unknown1[12];
    	__int32 iKills; //002C
    	__int32 iDeaths; //0030
    	char unknown2[44];
    	__int32 iHeadShots; //0060
    };
    pointer in there?
    No that's the client info class.

    Notice similarities ?

  14. #134
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by Crash View Post
    No that's the client info class.

    Notice similarities ?
    O, I seee pointing toooo

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  15. #135
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    Code:
    376E7890    .  6A 00          PUSH 0
    376E7892    .  68 2C497F37    PUSH _1020_CS.377F492C
    376E7897    .  68 5C756F37    PUSH _1020_CS.376F755C   ;  ASCII "ILTDrawPrim.Default"

Page 9 of 10 FirstFirst ... 78910 LastLast

Similar Threads

  1. dBased Help me with the update for automaton!
    By deton3000 in forum Mission Against Terror Discussions
    Replies: 3
    Last Post: 02-03-2011, 10:43 AM
  2. Help with Alteriw console for score limit and time lomit
    By r3dcomet in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 08-26-2010, 05:48 PM
  3. i need help with the plugin for Photoshop
    By junny2233 in forum Combat Arms Mod Discussion
    Replies: 8
    Last Post: 08-05-2010, 04:39 AM
  4. Does any got the addies for no recoil and no reload ???
    By EDWINSEE in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 07-20-2010, 04:51 PM