Page 2 of 8 FirstFirst 1234 ... LastLast
Results 16 to 30 of 108
  1. #16
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Quote Originally Posted by JusCaus View Post
    So JNE and MOV would be fine? After the first 5 bytes?
    Should work. I use MOV [ESP+4], xxx to push the callback address to the stack and do a simple CALL after that. So i dont have to calculate the relative jump offsets.

    Quote Originally Posted by ~FALLEN~ View Post
    I haven't really looked into that too much. First thing that comes to the top of my head is entity iteration through clientfx, or hook setobjectpos grab the object pointer, trace it back to the class pointer, and trace that back to the list
    I hooked the IntersectSegment function and got the object pointers by looking at a zombie, but had no luck tracing them back to the classes. Entity iteration sounds interesting. Are there any further information about that?
    Last edited by Zacherl; 02-12-2012 at 11:55 AM.

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

    JusCaus (02-12-2012)

  3. #17
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by Zacherl View Post
    I hooked the IntersectSegment function and got the object pointers by looking at a zombie, but had no luck tracing them back to the classes. Entity iteration sounds interesting. Are there any further information about that?
    lithtech games store a list of all the entitys in the game ( nades, clients, npcs, etc ) so loop through the list and you have whatever you need really. I'll look into it and get back to you bro.

  4. #18
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused
    Explain how to make Classes?





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  5. #19
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by CheatCreatorzz View Post
    Explain how to make Classes?
    class cWeapon{
    public:
    char spacer00[2040]; //0x7F8
    float fDamage;
    };
    cWeapon *Weapon = reinterpret_cast< cWeapon* >( WeaponPointerHere );
    Weapon->fDamage = value;

  6. #20
    iDarkness's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    the NetherLands
    Posts
    154
    Reputation
    10
    Thanks
    27
    My Mood
    Amazed
    Quote Originally Posted by CheatCreatorzz View Post
    Explain how to make Classes?
    class blabla;//comon is cPlayer

    class blabla//public
    {
    public:
    //code here
    };

    "Just a Legend!"
    - B.Obama

    Get my newest WarRock Hack! The Obur Hack:

    __________________________________________________ __________________________________________________ _______
    Rescue the INTERNET!
    FUCK SOPA - WE WONT GIVE UP!


  7. #21
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    Sh_z_sektor is a good friend of ~FALLEN~?

  8. #22
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by sh_z_sektor View Post
    Sh_z_sektor is a good friend of ~FALLEN~?
    @sh_z_sektor is one of ~FALLEN~'s tippy top best friends

  9. The Following User Says Thank You to ~FALLEN~ For This Useful Post:

    sh_z_sektor (02-12-2012)

  10. #23
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    Quote Originally Posted by ~FALLEN~ View Post
    @sh_z_sektor is one of ~FALLEN~'s tippy top best friends
    We are like bros

    ~FALLEN~ #1 Forever

  11. The Following User Says Thank You to sh_z_sektor For This Useful Post:

    ~FALLEN~ (02-12-2012)

  12. #24
    iDarkness's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    the NetherLands
    Posts
    154
    Reputation
    10
    Thanks
    27
    My Mood
    Amazed
    And I @~FALLEN~
    Last edited by iDarkness; 02-12-2012 at 12:37 PM.

    "Just a Legend!"
    - B.Obama

    Get my newest WarRock Hack! The Obur Hack:

    __________________________________________________ __________________________________________________ _______
    Rescue the INTERNET!
    FUCK SOPA - WE WONT GIVE UP!


  13. #25
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by iDarkness View Post
    And I @~FALLEN~
    I don't really know you that well, I consider you a friend though. Talk to me more though

  14. #26
    cc00_'s Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    0
    ~FALLEN~, it is real to bypass the client error by looking in object.dll?

  15. #27
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by cc00_ View Post
    ~FALLEN~, it is real to bypass the client error by looking in object.dll?
    No, I tried that earlier. You can change the values but it doesn't do anything

  16. The Following User Says Thank You to ~FALLEN~ For This Useful Post:

    cc00_ (02-12-2012)

  17. #28
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    @~FALLEN~ What about me ?
    *Dont have anything to ask , at least till now.
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  18. #29
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by Fly3r View Post
    @~FALLEN~ What about me ?
    *Dont have anything to ask , at least till now.
    You're like my little brother! ( I've always wanted one )

  19. The Following User Says Thank You to ~FALLEN~ For This Useful Post:

    Fly3r (02-12-2012)

  20. #30
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    @~FALLEN~ what is the best replacment for the old Detour Hook? and cant u do a little tut on mid hook :S?
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. Battlefield 3 Legit Codes, ONLY $20!
    By qw4zz in forum Selling Accounts/Keys/Items
    Replies: 16
    Last Post: 12-18-2011, 02:33 AM
  2. Replies: 6
    Last Post: 10-24-2011, 09:27 PM
  3. Selling WarRock Account Level 19 nearly 20 with 2 codes only $39.63!!!!
    By aerrow107 in forum Selling Accounts/Keys/Items
    Replies: 2
    Last Post: 07-06-2010, 05:25 PM
  4. ACC LEVEL ALMOST 10 ,55 000 + DINARS ,KDR 1.92 FOR ONLY 1 PROMO CODE !!
    By flori551 in forum Trade Accounts/Keys/Items
    Replies: 12
    Last Post: 01-08-2010, 12:42 PM
  5. vb AImbot! No tut only source code!
    By reversflux in forum Visual Basic Programming
    Replies: 6
    Last Post: 07-20-2009, 10:07 AM