Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive

    Help Glitcher & Ghostmode

    Man i use glitcher code found here https://www.mpgh.net/forum/207-combat...your-hack.html
    It works but it has a problem the camera moves in all direction but after few second return in original position
    The ghost mode have same problem...
    Can you help me?
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  2. #2
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    [php]if(GetAsyncKeyState(VK_ADD)<0){
    *(float*)posy += 0.0023333f;}
    if(GetAsyncKeyState(VK_SUBTRACT)<0){
    *(float*)posy -= 0.0023333f;}[/php]

    only for Y

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

    coogle007 (09-29-2010),NOOB (10-07-2010)

  4. #3
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    For other axys?
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  5. #4
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    posy + 0x4 == posx
    posy + 0x8 == posz

  6. #5
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    if(GetAsyncKeyState(VK_UP)<0){
    *(float*)posx += 0.0023333f;}
    if(GetAsyncKeyState(VK_DOWN)<0){
    *(float*)posx -= 0.0023333f;} ?
    After declared the pos and the same for z?
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  7. #6
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by coogle007 View Post
    if(GetAsyncKeyState(VK_UP)<0){
    *(float*)posx += 0.0023333f;}
    if(GetAsyncKeyState(VK_DOWN)<0){
    *(float*)posx -= 0.0023333f;} ?
    After declared the pos and the same for z?
    yes, thats all but the ClientFX.fxd + offset is ghostmode only

  8. The Following User Says Thank You to kotentopf For This Useful Post:

    coogle007 (09-29-2010)

  9. #7
    ☻☻☻☻☻☻'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    82
    Reputation
    10
    Thanks
    2
    Witch ghost you using?

  10. #8
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    and for glitcher?
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  11. #9
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by coogle007 View Post
    and for glitcher?
    need a special address

  12. #10
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Ok I use this diagram for the axes is right?
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  13. #11
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    the problem is that CA will check your position and will bring you back to your original location

  14. #12
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Yes this is the problem...
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  15. #13
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by scimmyboy View Post
    the problem is that CA will check your position and will bring you back to your original location
    not 100% true

    only when u are try to glitch across a wall, else it is working

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

    coogle007 (09-29-2010)

  17. #14
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    ok i try later Thx
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  18. #15
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    if( ghost > 0 )
    {
    DWORD posptr1;
    DWORD posy1;
    DWORD posx;
    DWORD posz;
    #define posyoffset1 0xCC
    #define charposoffset1 0x66F34

    posptr1 = (DWORD)GetModuleHandleA( "ClientFX.fxd" );
    posptr1 += charposoffset1;

    memcpy(&posy1,(void *)(posptr1),4);
    posy1 += posyoffset1;
    posy1+ 0x4 == posx;
    posy1+ 0x8 == posz;
    if(posy1 > posyoffset1 )
    {
    if(GetAsyncKeyState(VK_ADD)<0){
    *(float*)posy1 += 0.0023333f;}

    if(GetAsyncKeyState(VK_SUBTRACT)<0){
    *(float*)posy1 -= 0.0023333f;}

    if(GetAsyncKeyState(VK_UP)<0){
    *(float*)posz += 0.0023333f;}

    if(GetAsyncKeyState(VK_DOWN)<0){
    *(float*)posz -= 0.0023333f;}
    if(GetAsyncKeyState(VK_RIGHT)<0){
    *(float*)posx += 0.0023333f;}
    if(GetAsyncKeyState(VK_LEFT)<0){
    *(float*)posx -= 0.0023333f;}
    }else{
    PushToConsole("Windowed 0");
    }
    }

    I have a stupid problem but i can't solve it can you help yes this is a very noob question <.<
    1>Base.cpp(212): warning C4553: '==': operator has no effect; did you intend '='?
    1>Base.cpp(213): warning C4553: '==': operator has no effect; did you intend '='?

    The error is in
    posy1+ 0x4 == posx;
    posy1+ 0x8 == posz;
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

Page 1 of 2 12 LastLast

Similar Threads

  1. [help] ghostmode math
    By kibbles18 in forum Combat Arms Coding Help & Discussion
    Replies: 18
    Last Post: 04-25-2011, 07:29 PM
  2. Glitcher code help
    By goten28 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 09-01-2010, 07:10 AM
  3. [Help] Ghostmode isn't working
    By dethharmonic15 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 08-30-2010, 01:09 AM
  4. [Help]No recoil/ghostmode NO I AM NOT POSTING IT XD
    By jonnyboy9985 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 26
    Last Post: 08-12-2010, 09:14 AM
  5. CA Glitcher Hack Help
    By GreekSneak75 in forum Combat Arms Help
    Replies: 7
    Last Post: 09-28-2009, 08:04 PM