Page 2 of 7 FirstFirst 1234 ... LastLast
Results 16 to 30 of 102
  1. #16
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    ok, ty.

    But is there any changes by the new patch that affects the ptc method?

  2. #17
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    I have been waiting for the day they do this

  3. #18
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    Thanks for the info dude




  4. #19
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by DreadKyller View Post
    ok, ty.

    But is there any changes by the new patch that affects the ptc method?
    The LT Client has changed, but it has already been posted again here.


  5. The Following User Says Thank You to Disturbed For This Useful Post:

    CobraV (10-24-2010)

  6. #20
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Oh BTW. Just got a PM from a dude that told me the command ShowFPS isn't working.
    So I checked it. They do check WHERE the call comes from. It means they simply block your call.

    A way to bypass: look at their new function then it's all clear what you have to do.


  7. #21
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by Gordon` View Post
    Oh BTW. Just got a PM from a dude that told me the command ShowFPS isn't working.
    So I checked it. They do check WHERE the call comes from. It means they simply block your call.

    A way to bypass: look at their new function then it's all clear what you have to do.
    Do we have to dump CA to find it or can we just go straight into it?

    By CA I mean Cshell.


  8. #22
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by Disturbed View Post


    Do we have to dump CA to find it or can we just go straight into it?

    By CA I mean Cshell.
    u have to dump

  9. #23
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Code:
    0046FA5B   /72 0E           JB SHORT Engine.0046FA6B
    0046FA64   /73 05           JNB SHORT Engine.0046FA6B
    NOP that or call

    Code:
    00485E10    8B4424 04       MOV EAX,DWORD PTR SS:[ESP+4]
    directly:

    Code:
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x00485E10;
    
    pRunConsoleCommand("ShowFPS 1");
    Last edited by Gordon`; 10-21-2010 at 11:39 AM.


  10. The Following 12 Users Say Thank You to Gordon` For This Useful Post:

    ᶠᶸᶜᵏ (10-29-2010),.L33T (10-22-2010),a7xskullz (10-26-2010),ac1d_buRn (10-22-2010),Amatowarrior (10-21-2010),[MPGH]AVGN (10-21-2010),crazygamer53 (10-29-2010),[MPGH]Disturbed (10-21-2010),mo3ad001 (10-21-2010),Solify (10-21-2010),Timboy67678 (10-21-2010),wainner3d (10-21-2010)

  11. #24
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Gordon i want to ask you stupid question
    what the Program you use to find Address

    H A X O
    Email : Noobmem@hotmail.com


  12. #25
    T0y's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by Gordon` View Post
    Code:
    0046FA5B   /72 0E           JB SHORT Engine.0046FA6B
    0046FA64   /73 05           JNB SHORT Engine.0046FA6B
    NOP that or call

    Code:
    00485E10    8B4424 04       MOV EAX,DWORD PTR SS:[ESP+4]
    directly:

    Code:
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x00485E10;
    
    pRunConsoleCommand("ShowFPS 1");
    How you find it? I'm still looking the Scanfunc, you damn pro

    Thanked.

    Edit: To bypass memory edit, it think this one but im not sure which address (too many, still looking):

    Code:
    MOV EBP,ESP
    Last edited by T0y; 10-21-2010 at 01:47 PM.

  13. #26
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    One thing I am always confused on, people keep talking about peeking into the files and reading them, but how do you do that?

  14. #27
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    I just tried my ca eu hack. And its not working anymore...Before i join a game it crashes.

    Thanks Cosmos


  15. #28
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Quote Originally Posted by T0y View Post
    Edit: To bypass memory edit, it think this one but im not sure which address (too many, still looking):

    Code:
    MOV EBP,ESP
    LOL sorry but that made me laughing. You will find 1000000000 of this instruction in CA. Every stdcall function begins with that.


  16. #29
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Allright, nexon just fked my whole career. I'll attempt to make a bypass

    EDIT: nvm, you release the address /
    Last edited by Amatowarrior; 10-21-2010 at 02:25 PM.
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  17. #30
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    It's funny to see how no hacks have been released after they did this patch.

    I have to say +1 for Nexon.

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

    Tibirius (10-21-2010)

Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Info] the Information about the new patch of crossfire
    By VORTREX in forum CrossFire Discussions
    Replies: 15
    Last Post: 09-12-2011, 05:13 AM
  2. [Discussion] What do you guys think about the ABILITIES? (After Update)
    By KingDot in forum Combat Arms Discussions
    Replies: 19
    Last Post: 08-27-2011, 09:15 AM
  3. [Discussion] About the update.
    By dave:)) in forum Soldier Front General
    Replies: 3
    Last Post: 06-14-2011, 12:02 PM
  4. Information about update and stupid ass Nexon
    By g0d of 0D in forum Combat Arms Help
    Replies: 1
    Last Post: 10-30-2009, 09:17 PM
  5. about the new warrock update
    By th9end in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-31-2009, 03:43 PM