Page 8 of 24 FirstFirst ... 67891018 ... LastLast
Results 106 to 120 of 353
  1. #106
    kit2's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Location
    India, Asia
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused
    Quote Originally Posted by metalman193 View Post
    uhm... you can use old bypasses that still work, they just might not be on this site. I know that kinda sucks.
    Yeah I might use 'em, if they worked. The last bypass for Gameguard I saw was 6 years old, and I don't really think that Inca would stay put for 6 years and let the bypass do its job. (it was a bypass called unprotect, not really had a name on it that, 'must be used with ***** game only')


    To those who are having problems with the HACK

    The detour of the hack isn't completely undetected, so please, refrain from posting rage typo comments as they'd lead you nowhere.
    Last edited by kit2; 05-13-2011 at 11:12 PM.
    ~)I reject your reality and substitute my own(~
    [IMG]https://i753.photobucke*****m/albums/xx175/Lone_Whisperer/siggy.png[/IMG]
    'Don't act like a smart ass, try to help people, cause Modesty never kills']

  2. The Following 2 Users Say Thank You to kit2 For This Useful Post:

    beteasta3 (05-13-2011),Raidendeath (05-13-2011)

  3. #107
    Raidendeath's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Middle of Nowhere
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    think i might of found a possible bypass...a buddy of mine was working on he said to try it but all he gave me was code

  4. #108
    Phantazy's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Egypt , Alexandria
    Posts
    1,485
    Reputation
    73
    Thanks
    160
    My Mood
    Angelic
    Quote Originally Posted by dragoon15 View Post


    Same here, nt tho CA keep em comin
    Gifts
    My Specs:
    Intel(R) Core(TM) i7 CPU 860@2.80GHz (8CPU)
    2.00GB RAMs DDR3
    Windows 7 Home Premium SP1
    ATI HD4670 1770MBs
    1.2TB Hard Disk

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

    alrochix (05-16-2011)

  6. #109
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by Raidendeath View Post
    think i might of found a possible bypass...a buddy of mine was working on he said to try it but all he gave me was code
    looks like he is a coder ._.
    post the code

  7. #110
    Raidendeath's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Middle of Nowhere
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    this is all he gave me idk how much help itll be



    #define hs_jmp 0x63b31d
    //needs to change (0x63b31d)

    #define hs_jmp2 0x63b323
    //needs to change (0x63b323)

    typedef int (__cdecl *hs_getprocaddress_t)( int hmodule, int a2 );
    typedef int (__stdcall *hackshieldcomm_t )( int, void*, void* );
    typedef signed int (__stdcall *kickproc_t)( int a1, int a2, int a3 );

    hs_getprocaddress_t phs_getprocaddress = null;
    hackshieldcomm_t phackshieldcomm = null;
    kickproc_t pkickproc = null;

    signed int __stdcall new_kickproc( int a1, int a2, int a3 )
    {
    return 1;
    }

    int __stdcall new_hackshieldcomm( int hscommcode, void *param1, void *param2 )
    {
    if( hscommcode == 4 || hscommcode == 5 || hscommcode == 13 ) //kill!
    {
    if( hscommcode == 4 ) //replace kick proc
    {
    dword *dwparam1 = (dword *)param1;

    pkickproc = (kickproc_t)*dwparam1;
    *dwparam1 = (dword)new_kickproc;
    }

    int ireturn = phackshieldcomm( hscommcode, param1, param2 );

    return 1;
    }

    int ireturn = phackshieldcomm( hscommcode, param1, param2 );

    return ireturn;
    }

    void hookcommunication( exception_pointers* pexceptioninfo )
    {
    dword dwebp = pexceptioninfo->contextrecord->ebp;
    dword dwparam2 = 0;

    __asm
    {
    push eax;
    push edx;
    mov eax, dwebp;
    mov edx, [eax+0xc];
    mov dwparam2, edx;
    pop edx;
    pop eax;
    }

    if( dwparam2 == 0xa ) //this is the ordinal of some export...hmm..
    {
    phackshieldcomm = (hackshieldcomm_t)pexceptioninfo->contextrecord->eax;
    pexceptioninfo->contextrecord->eax = (dword)new_hackshieldcomm;
    }

    pexceptioninfo->contextrecord->eip = hs_jmp2;

    return;
    }

    pvoid pcontexthandler = null;

    long winapi tgsexceptionhandler( exception_pointers* pexceptioninfo )
    {
    if( pexceptioninfo->exceptionrecord->exceptioncode != exception_single_step )
    {
    return exception_continue_search;
    }

    if( pexceptioninfo->exceptionrecord->exceptionaddress == (pvoid)hs_jmp )
    {
    hookcommunication( pexceptioninfo );
    return exception_continue_execution;
    }

    return exception_continue_search;
    }

    void initcontexthook()
    {
    pcontexthandler = addvectoredexceptionhandler( 0x50be17, tgsexceptionhandler );

    //needs to change (0x50be17)

    context context;
    contex*****ntextflags = context_debug_registers;
    getthreadcontext(getcurrentthread(), &context);
    context.dr0 = hs_jmp;
    context.dr7 = (1<<0)|(1<<2)|(1<<4)|(1<<6);
    setthreadcontext(getcurrentthread(), &context);
    }

  8. #111
    EliteIII's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I have a question:
    are these hacks for korean version or ijji version or for both....
    I injected successfull, all with admin rights, tried with 4 injectors but always there appears no menu. the injectors always say injected successfull.

  9. #112
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by EliteIII View Post
    I have a question:
    are these hacks for korean version or ijji version or for both....
    I injected successfull, all with admin rights, tried with 4 injectors but always there appears no menu. the injectors always say injected successfull.
    ITS FOR US AVA ._.

  10. #113
    jgjgjghack's Avatar
    Join Date
    Nov 2009
    Gender
    female
    Location
    Xs
    Posts
    13
    Reputation
    10
    Thanks
    1
    My Mood
    Dead
    it only work for 1min
    [SnakEasTerN]
    []Love AVA!
    []help PeoPle!
    []Leecher!
    Pass Thank If I Help
    [IMG]https://i1183.photobucke*****m/albums/x469/417277639/images.jpg[/IMG]
    don't click this link... Free Vip hack..if u click this link

  11. #114
    Karleo's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    CA
    Posts
    524
    Reputation
    24
    Thanks
    82
    Quote Originally Posted by jgjgjghack View Post
    it only work for 1min
    Everybody knows, no need to post it 1000 times.

  12. #115
    YouKnowWhoz's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    In mah cave?
    Posts
    56
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    Even though I can't get this to work, I really appreciate your time making this hack! I don't understand why people are QQ'ing about the hack doesn't work, and why you made a hack that's already detectable.. I obviously don't care.. I'm just happy that you've got the time and experience to make a hack like this - It might not work right now, but really.. You've got some good talent going on there, mate .
    Keep up the good work.

    Sincerely,
    YouKnowWhoz.



  13. #116
    lunken's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    fda
    Posts
    12
    Reputation
    10
    Thanks
    1
    man it dont work

  14. #117
    games123's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    177
    Reputation
    13
    Thanks
    25
    My Mood
    Stressed
    Quote Originally Posted by lunken View Post
    man it dont work
    HOLY SHIT why the fuck cant people read THIS HACK IS (DETECTED!!!!!)

    Life as we knew it isn't what we knew it as its the way we create it in the way we act

    Leecher 0
    Newbie 25
    ]Member 50
    Advanced Member 100
    H4X0R Member 150
    Dual-Keyboard Member 250
    Expert Member 500
    Bobo's Trainer 750
    MPGH Expert 1000
    Synthetic Hacker 1250
    Blackhat Hacker 1500
    Whitehat Hacker 2000
    Bobo's Guardian 2500
    Upcoming MPGHiean 3000
    MPGH Addict 3500
    MPGHiean 4000
    MPGH Knight 4500
    MPGH Lord 5000
    MPGH Champion 5500
    MPGH King 6000
    MPGH Legend 6500
    MPGH God 7000
    MPGH God II 7500
    MPGH God III 8000
    MPGH God IV 8500
    MPGH God V 9000
    Arun's Slave 9500
    Dave's Slave 10000

  15. #118
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by games123 View Post
    HOLY SHIT why the fuck cant people read THIS HACK IS (DETECTED!!!!!)
    eh because they are dumb?

  16. #119
    jgjgjghack's Avatar
    Join Date
    Nov 2009
    Gender
    female
    Location
    Xs
    Posts
    13
    Reputation
    10
    Thanks
    1
    My Mood
    Dead
    Y it said undetected.... >=(
    [SnakEasTerN]
    []Love AVA!
    []help PeoPle!
    []Leecher!
    Pass Thank If I Help
    [IMG]https://i1183.photobucke*****m/albums/x469/417277639/images.jpg[/IMG]
    don't click this link... Free Vip hack..if u click this link

  17. #120
    Karleo's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    CA
    Posts
    524
    Reputation
    24
    Thanks
    82
    Quote Originally Posted by jgjgjghack View Post
    Y it said undetected.... >=(
    And if you'd actually fucking read you would find that its not.

    Jesus christ this isn't rocket science.

Page 8 of 24 FirstFirst ... 67891018 ... LastLast