Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616

    Cool Let's talk Ghost Mode

    /discuss

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Gib me the addie and then we will talk

  3. #3
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by whit View Post
    Gib me the addie and then we will talk
    0x3781BE38

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Yea ghost mode pretty cool

  5. #5
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    its pretty cool.





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  6. #6
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    hmmm, damn, Im gonna go code for warrock, this CA shit is too difficult.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  7. #7
    Reimy's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    178
    Reputation
    28
    Thanks
    704
    My Mood
    Sleepy
    If(GhostMode>0){
    Ptc("ImGhost 1");
    }else{
    ptc("ImGhost 0");
    }

    , Work 100% tested yesterday......


    ---------------------------------------------
    ---------------------------------------------

    Quote Originally Posted by ihackyoufack View Post
    reimys hack looks epic and has epic features
    NOBODY SHALL DEFEAT REIMY!!!
    exept chocolate but chocoleate hacks in real life :O


  8. #8
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Reimy View Post
    If(GhostMode>0){
    Ptc("ImGhost 1");
    }else{
    ptc("ImGhost 0");
    }

    , Work 100% tested yesterday......
    No, Just No

  9. #9
    Wilds's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    here
    Posts
    522
    Reputation
    1
    Thanks
    170
    My Mood
    Relaxed
    ghostmode is in wayyyyy too many different shit forms and often refered to in the wrong way...

    to clear it up, ghost mode is when u leave ur body behind, and people cannot see u, but ur still just walking around like normal. ghostmode w/ fly is when u use ur arrow keys or whatever + aiming to steer where u go.

    remote ghost mode/shit ghost mode is when u press keys only to go in the different directions, either jumpy or smoothly.

    :b
    if (ghost)
    {
    memoria (0x3781BE38 (BYTES HERE))
    //on
    } else {
    memoria (0x3781BE38 (BYTES HERE))
    //off
    }
    }

    idk why i just gave away free ghostmode but okay (used N00B's addy lol idk if it works test it out for yo self)

  10. #10
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Aww shit i fail..
    I thought we where talking about Beastmode

  11. #11
    Wilds's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    here
    Posts
    522
    Reputation
    1
    Thanks
    170
    My Mood
    Relaxed
    it is beastmode... beastmode = ghostmode without using arrow keys to fly around using ur mouse...

  12. #12
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    here is a ghost mode not very nice but i dont want to release my full
    Code:
    #include <windows.h>
    float x = 0;
    float y = 0;
    float z = 0;
    int ghostmode = 0;
    float xyz = 0;
    
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    
    return false;
    }
    
    typedef int (__cdecl* RunConsoleCommand_T)(const char* szCommand);
    static RunConsoleCommand_T RunConsoleCommand = (RunConsoleCommand_T) LTC goes here(get it urself);
    
    void main(){
    while (!IsGameReadyForHook()){
    Sleep(20);
    }
    #define playerpointer 0x66F34
    #define yoffset 0xCC
    DWORD nom, posy;
    while(true){
    nom=NULL;
    nom = (DWORD)GetModuleHandleA("ClientFX.fxd");
    nom += playerpointer;
    memcpy(&posy,(void *)(nom),4);
    posy += yoffset;
    
    if(GetAsyncKeyState(VK_DELETE)<0){
    Sleep(50);
    ghostmode++;
    if(ghostmode > 1){
    ghostmode = 0;
    }
    }
    
    if(ghostmode){
    *(float*)posy = y;
    *(float*)(posy+0x4) = x;
    *(float*)(posy-0x4) = z;
    if(GetAsyncKeyState(VK_NUMPAD6)<0){
    Sleep(1);
    z++;
    } 
    if(GetAsyncKeyState(VK_NUMPAD4)<0){
    Sleep(1);
    z--;
    } 
    if(GetAsyncKeyState(VK_NUMPAD8)<0){
    Sleep(1);
    x++;
    } 
    if(GetAsyncKeyState(VK_NUMPAD2)<0){
    Sleep(1);
    x--;
    } 
    if(GetAsyncKeyState(VK_ADD)<0){
    Sleep(1);
    y++;
    } 
    if(GetAsyncKeyState(VK_SUBTRACT)<0){
    Sleep(1);
    y--;
    }  
    if(GetAsyncKeyState(VK_NUMPAD1)<0){
    Sleep(1);
    x--;
    y--;
    z--;
    }
    if(GetAsyncKeyState(VK_NUMPAD3)<0){
    Sleep(1);
    x++;
    y++;
    z++;
    }
    }
    }
    }
    
    BOOL APIENTRY DllMain( HMODULE hModule,
    DWORD ul_reason_for_call,
    LPVOID lpReserved){
    switch (ul_reason_for_call)
    {
    case DLL_PROCESS_ATTACH:
    CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&main, NULL, 0,NULL);
    break;
    case DLL_THREAD_ATTACH:
    case DLL_THREAD_DETACH:
    case DLL_PROCESS_DETACH:
    break;
    }
    return TRUE;
    }
    well have fun.....

    credits:
    whit
    acid burn
    all good coders

    anti-credits:
    fucking noobs
    C+P ers
    LEACHERS(yah thats right you!!)

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    '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 =

  13. #13
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by speedforyou View Post
    here is a ghost mode not very nice but i dont want to release my full
    Code:
    #include <windows.h>
    float x = 0;
    float y = 0;
    float z = 0;
    int ghostmode = 0;
    float xyz = 0;
    
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    
    return false;
    }
    
    typedef int (__cdecl* RunConsoleCommand_T)(const char* szCommand);
    static RunConsoleCommand_T RunConsoleCommand = (RunConsoleCommand_T) LTC goes here(get it urself);
    
    void main(){
    while (!IsGameReadyForHook()){
    Sleep(20);
    }
    #define playerpointer 0x66F34
    #define yoffset 0xCC
    DWORD nom, posy;
    while(true){
    nom=NULL;
    nom = (DWORD)GetModuleHandleA("ClientFX.fxd");
    nom += playerpointer;
    memcpy(&posy,(void *)(nom),4);
    posy += yoffset;
    
    if(GetAsyncKeyState(VK_DELETE)<0){
    Sleep(50);
    ghostmode++;
    if(ghostmode > 1){
    ghostmode = 0;
    }
    }
    
    if(ghostmode){
    *(float*)posy = y;
    *(float*)(posy+0x4) = x;
    *(float*)(posy-0x4) = z;
    if(GetAsyncKeyState(VK_NUMPAD6)<0){
    Sleep(1);
    z++;
    } 
    if(GetAsyncKeyState(VK_NUMPAD4)<0){
    Sleep(1);
    z--;
    } 
    if(GetAsyncKeyState(VK_NUMPAD8)<0){
    Sleep(1);
    x++;
    } 
    if(GetAsyncKeyState(VK_NUMPAD2)<0){
    Sleep(1);
    x--;
    } 
    if(GetAsyncKeyState(VK_ADD)<0){
    Sleep(1);
    y++;
    } 
    if(GetAsyncKeyState(VK_SUBTRACT)<0){
    Sleep(1);
    y--;
    }  
    if(GetAsyncKeyState(VK_NUMPAD1)<0){
    Sleep(1);
    x--;
    y--;
    z--;
    }
    if(GetAsyncKeyState(VK_NUMPAD3)<0){
    Sleep(1);
    x++;
    y++;
    z++;
    }
    }
    }
    }
    
    BOOL APIENTRY DllMain( HMODULE hModule,
    DWORD ul_reason_for_call,
    LPVOID lpReserved){
    switch (ul_reason_for_call)
    {
    case DLL_PROCESS_ATTACH:
    CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&main, NULL, 0,NULL);
    break;
    case DLL_THREAD_ATTACH:
    case DLL_THREAD_DETACH:
    case DLL_PROCESS_DETACH:
    break;
    }
    return TRUE;
    }
    well have fun.....

    credits:
    whit
    acid burn
    all good coders

    anti-credits:
    fucking noobs
    C+P ers
    LEACHERS(yah thats right you!!)
    Position Pointer is NOT Camera Pointer-.-
    so, go and play Suicide Pig


    yeah for Ghostmode just change the camera position xD
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  14. #14
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    Quote Originally Posted by kotentopf View Post
    Position Pointer is NOT Camera Pointer-.-
    so, go and play Suicide Pig
    YouTube - Minecraft Pig Suicide Prevention

    yeah for Ghostmode just change the camera position xD
    sounds like fun i was just saying thats what i startted with
    i have one it drops ur body under ground when u start it then when u stop it it brings it back
    i went 98-0 last round i played -_-

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    '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. #15
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by speedforyou View Post
    sounds like fun i was just saying thats what i startted with
    i have one it drops ur body under ground when u start it then when u stop it it brings it back
    i went 98-0 last round i played -_-
    Vjump and ghost mode combined...sounds cool

Page 1 of 2 12 LastLast