Thread: Ghost Mode

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    iTerroristYT's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Syria
    Posts
    22
    Reputation
    10
    Thanks
    21
    My Mood
    Devilish
    nais realeasee

  2. #17
    zakwanhero019's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    14
    My Mood
    Relaxed
    Why me got crash/dump ?

    Code

    #include <windows.h>

    //Ghosth Mod
    // ativa e desativa ghost
    void ghost ()
    {
    bool trocar = false;

    while (true)
    {
    if (GetAsyncKeyState (VK_INSERT))
    {
    trocar =! trocar;

    if (trocar)
    {
    // ativado
    *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0;


    }
    else
    {
    // desativado
    *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 1;

    }
    }

    Sleep (100);
    }
    }

    BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH ) {
    CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) ghost, 0,0,0);
    }
    return 1;
    }

  3. #18
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by zakwanhero019 View Post
    Why me got crash/dump ?

    Code

    This For Global Not SEA .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  4. #19
    Aprediz_do_hamilton's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Could not use the address ----> *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0;
    -
    -
    Please update new pointer, thanks

  5. #20
    zakwanhero019's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    14
    My Mood
    Relaxed
    ouhh okay

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

    Aprediz_do_hamilton (06-06-2016)

  7. #21
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed
    Quote Originally Posted by Aprediz_do_hamilton View Post
    Could not use the address ----> *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0;
    -
    -
    Please update new pointer, thanks

    It is the pointer .. this code , address for BlackShot Global .. update yourself
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

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

    Aprediz_do_hamilton (06-06-2016)

  9. #22
    Aiman's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    Rainbow ¬_¬
    Posts
    925
    Reputation
    10
    Thanks
    1,607
    My Mood
    In Love
    Quote Originally Posted by MafiaBoy BlackShit View Post

    Example - *(byte*) 0x(SSG82 address) = 58; .. if you dont know how to find the address .. try find in coding section
    example knife code is (random) 01 and another p weapon code is 44
    so...
    *(byte*) 0x(Knife address) = 44; ??

    My Achievements

    Get 100 thanks ✔
    Get 200 thanks ✔
    Get 300 thanks ✔
    Get 400 thanks ✔
    Get 500 thanks ✔
    Get 1000 thanks ✔
    Get 2000 thanks ✘
    Get 5000 thanks ✘

  10. #23
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by astron52 View Post
    example knife code is (random) 01 and another p weapon code is 44
    so...
    *(byte*) 0x(Knife address) = 44; ??
    Not Static Address . Try & Not Work , Need To Use Ptr + Offset Or Sig Scan . I Recommend Ptr + Offset Cuz More Easy On Wep Hack .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

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

    ScorpionVenom789 (06-06-2016)

  12. #24
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed
    Quote Originally Posted by astron52 View Post
    example knife code is (random) 01 and another p weapon code is 44
    so...
    *(byte*) 0x(Knife address) = 44; ??
    Ya ,, you need to find pointer and offset too
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  13. #25
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Quote Originally Posted by HaXiNgRuLeZ View Post
    Credits
    ╚══.♥.═╝
    ✎ @C0DEBREAKER
    ✎ @viinnyAndRoots
    ✎ @HaXiNgRuLeZ
    Credits to you? For ctrl c + ctrl v ?

  14. The Following User Says Thank You to Obliteration For This Useful Post:

    Aprediz_do_hamilton (06-06-2016)

  15. #26
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by Obliteration View Post
    Credits to you? For ctrl c + ctrl v ?
    Obliteration Is Back ?


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  16. #27
    Armored-'s Avatar
    Join Date
    Sep 2015
    Gender
    male
    Location
    #Process.h
    Posts
    18
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    this is interesting ...
    Se não queres que ninguém saiba, não o faças.

  17. #28
    HaXiNgRuLeZ's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    443
    Reputation
    40
    Thanks
    3,007
    My Mood
    Cynical
    Quote Originally Posted by Obliteration View Post
    Credits to you? For ctrl c + ctrl v ?

    I'm Sorry :'(
    I Know I'm Just A Noobies :'(
    Join MPGH : Jun 2016
    ~30/100 Comeback~









  18. #29
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by Akem125zr View Post
    Not Static Address . Try & Not Work , Need To Use Ptr + Offset Or Sig Scan . I Recommend Ptr + Offset Cuz More Easy On Wep Hack .
    Yes , now i get it ..thanks man

  19. #30
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by Akem125zr View Post
    Not Static Address . Try & Not Work , Need To Use Ptr + Offset Or Sig Scan . I Recommend Ptr + Offset Cuz More Easy On Wep Hack .
    Wait ... why I press the hotkey always crash and the pointer + offset is change ??

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Ghost Mode Guide For GR
    By P1MP in forum CrossFire Hacks & Cheats
    Replies: 27
    Last Post: 11-25-2009, 03:48 PM
  2. Ghost Mode
    By Toxin in forum Art & Graphic Design
    Replies: 7
    Last Post: 08-04-2009, 11:57 PM
  3. Aimbot and Ghost mode post
    By wesboyman101 in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 07-25-2009, 12:41 PM
  4. Ghost Mode Tips for BL & GR!
    By Internets in forum General
    Replies: 7
    Last Post: 07-17-2009, 04:39 PM
  5. Need Hack>Ghost Mode as GLOBAL RISK<
    By Babacik94 in forum CrossFire Hacks & Cheats
    Replies: 2
    Last Post: 04-16-2009, 04:52 AM