Results 1 to 14 of 14
  1. #1
    Coder InFamous's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Amused

    [Help] I made my first hack..

    [U]Using this tutorial: https://www.mpgh.net/forum/207-combat...arms-hack.html

    I have the updated L.T. Client address. I can inject fine and everything works. The only issue is after around 1 minute into a game I disconnect. "Combat Arms has stopped working"

    I could be one of two things. Right?

    The code in that tutorial is detected.
    PTC is patched.

    I don't think it's PTC because of the new hacks being released in the hack section that use PTC. I would appreciate a quick response as I'm eager to start sharing my hacks.

    Thanks

    ~Coder InFamous

    Nevermind I'm fucking retarded. I was too stupid to realize what code was getting detected sorry for wasting your time. x) But thanks to everyone who attempted to help.
    Last edited by Coder InFamous; 08-17-2010 at 04:05 PM.

  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Close C++ when using CA.
    Code a source yourself
    No I do not make game hacks anymore, please stop asking.

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

    Coder InFamous (08-17-2010)

  4. #3
    Coder InFamous's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Quote Originally Posted by flameswor10 View Post
    Close C++ when using CA.
    Code a source yourself
    Yes, I already read the thread about C++ being detected. It was closed I made sure of it. And soon I will be able to code my own source. But this was my very first CA hack. And It's much easier to learn from an example. I wasn't planning on using that source once I started publishing releases. But more as a crutch to help me learn.

  5. #4
    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
    1. Learn how to code

    2. Learn tk change code o make undetected

    3. Try injeecting after hackhield opens

    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.

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

    Coder InFamous (08-17-2010)

  7. #5
    Coder InFamous's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Quote Originally Posted by CAFlames View Post
    1. Learn how to code

    2. Learn tk change code o make undetected

    3. Try injeecting after hackhield opens
    1. I'm trying to learn to code.
    2. That come's along with #1
    3. Okay. I'll give it a shot.

  8. #6
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    The PTC method in that post is detected. Use the alternative.

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

    Coder InFamous (08-17-2010)

  10. #7
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Lol you guys. Ill actually help him. This works for me.
    Code:
    DWORD zAddress = 0x7D9200;
    DWORD *LTClient = ( DWORD* )( 0x3778CFB0 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    Have fun when you still can before its patched. Thank meh :P
    Last edited by Dreamer; 08-17-2010 at 02:58 PM.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


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

    Coder InFamous (08-17-2010)

  12. #8
    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 killer66143 View Post
    Lol you guys. Ill actually help him. This works for me.
    Code:
    DWORD zAddress = 0x7D9200;
    DWORD *LTClient = ( DWORD* )( 0x3778CFB0 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    Have fun when you still can before its patched. Thank meh :P
    You fail so hard that it's funny.

  13. The Following User Says Thank You to Crash For This Useful Post:

    Coder InFamous (08-17-2010)

  14. #9
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Lol its not the full one >< Its only part of it.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  15. The Following User Says Thank You to Dreamer For This Useful Post:

    Coder InFamous (08-17-2010)

  16. #10
    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 killer66143 View Post
    Lol its not the full one >< Its only part of it.
    I know the rest of the ASM.

    That C+P source never uses zAddress so that makes no sense to put it in...

  17. The Following User Says Thank You to Crash For This Useful Post:

    Coder InFamous (08-17-2010)

  18. #11
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Well it might help
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


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

    Coder InFamous (08-17-2010)

  20. #12
    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 killer66143 View Post
    Well it might help
    How will it help if it is never used ?

  21. The Following User Says Thank You to Crash For This Useful Post:

    Coder InFamous (08-17-2010)

  22. #13
    Coder InFamous's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Thank you for the replies everyone. Some more helpful than others but still thank you all... I'm learning.

    Thanked everyone. ^^

  23. #14
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Well that was from my hotkey base.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


Similar Threads

  1. Could someone help me with my first hack!!!
    By NOOBJr in forum Combat Arms Help
    Replies: 1
    Last Post: 07-24-2010, 06:35 AM
  2. Help me do my first hack
    By maxedkill007 in forum Combat Arms Help
    Replies: 1
    Last Post: 03-23-2010, 03:39 PM
  3. Help with my First Hack C++ No Menu
    By killerld in forum C++/C Programming
    Replies: 4
    Last Post: 07-24-2009, 07:30 AM
  4. i made my first hack
    By darren1 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 07-19-2007, 04:11 AM
  5. Simple GPS hack made by me ^^(first hack by me)
    By balour in forum WarRock - International Hacks
    Replies: 20
    Last Post: 07-08-2007, 08:32 PM