Thread: Ghost Mode

Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    HaXiNgRuLeZ's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    443
    Reputation
    40
    Thanks
    3,007
    My Mood
    Cynical

    Thumbs up Ghost Mode

    Code:
    //Ghosth Mod
    // ativa e desativa ghost
    void ghost ()
    {
    	bool trocar = false;
    
    	while (true)
    	{
    		if (GetAsyncKeyState (VK_NUMPAD1))
    		{
    			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;
    }
    ╔═.♥.══╗
    Credits
    ╚══.♥.═╝
    ✎ @C0DEBREAKER
    ✎ @viinnyAndRoots
    ✎ @HaXiNgRuLeZ
    Join MPGH : Jun 2016
    ~30/100 Comeback~









  2. The Following User Says Thank You to HaXiNgRuLeZ For This Useful Post:

    Aprediz_do_hamilton (06-05-2016)

  3. #2
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed
    Ghost Mode .. i like it
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  4. #3
    Miverz's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    TotalItem.bsv
    Posts
    38
    Reputation
    10
    Thanks
    216
    My Mood
    In Love
    This Is Full Source Code?....Put Its On Main.cpp?

  5. #4
    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 Miverz View Post
    This Is Full Source Code?....Put Its On Main.cpp?
    Just edit a little .. ya put in main.cpp
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  6. #5
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Anyone here know how to change weapon bp --> p weapon ?? for weapon hack

    - - - Updated - - -

    LEL outdated address

  7. #6
    -Panda-'s Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Australia
    Posts
    1,764
    Reputation
    42
    Thanks
    209
    My Mood
    Bored
    Nice release.

  8. #7
    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 ScorpionVenom789 View Post
    Anyone here know how to change weapon bp --> p weapon ?? for weapon hack

    - - - Updated - - -

    LEL outdated address
    Example - find address ssg82 like 13 00 00 00 00 FF .. find address for p weapon like this 58 00 00 00 00 FF and change 13 to 58 .. but now its hard to do bcause MModified
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

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

    ScorpionVenom789 (06-06-2016)

  10. #8
    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 MafiaBoy BlackShit View Post
    Example - find address ssg82 like 13 00 00 00 00 FF .. find address for p weapon like this 58 00 00 00 00 FF and change 13 to 58 .. but now its hard to do bcause MModified
    I have the MIM bypass but only i don't know how to change the weapon bp to p

  11. #9
    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 ScorpionVenom789 View Post
    I have the MIM bypass but only i don't know how to change the weapon bp to p

    Example - *(byte*) 0x(SSG82 address) = 58; .. if you dont know how to find the address .. try find in coding section
    Last edited by MafiaBoy BlackShit; 06-06-2016 at 02:06 AM.
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  12. #10
    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 MafiaBoy BlackShit View Post

    Example - *(byte*) 0x(SSG82 address) = 58; .. if you dont know how to find the address .. try find in coding section
    Yes ..I found one but it not a static address ...so it can't be use

  13. #11
    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 ScorpionVenom789 View Post
    Yes ..I found one but it not a static address ...so it can't be use
    Use Ptr + Offset Or Sig Scan .
    Last edited by Heroes; 06-06-2016 at 02:54 AM.


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

  14. #12
    HaXiNgRuLeZ's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    443
    Reputation
    40
    Thanks
    3,007
    My Mood
    Cynical
    Quote Originally Posted by ScorpionVenom789 View Post
    Anyone here know how to change weapon bp --> p weapon ?? for weapon hack

    - - - Updated - - -

    LEL outdated address
    That Not SEA Address La -,- That GLOBAL Address
    Join MPGH : Jun 2016
    ~30/100 Comeback~









  15. #13
    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 ScorpionVenom789 View Post
    Yes ..I found one but it not a static address ...so it can't be use

    U must use pointer + offset
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

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

    ScorpionVenom789 (06-06-2016)

  17. #14
    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 MafiaBoy BlackShit View Post

    U must use pointer + offset
    I press scan pointer for this address ...then 0 pointer found ...ERK ..IDK

  18. #15
    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 ScorpionVenom789 View Post
    I press scan pointer for this address ...then 0 pointer found ...ERK ..IDK
    Use sig scan .. if you dont know , go ask @Akem125zr
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

Page 1 of 3 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