this see ghosts hack crashes crossfire..... why?!?

Posts 115 of 47 · Page 1 of 4
this see ghosts hack crashes crossfire..... why?!?
When the dll is injected, messagebox comes up, then "Client MFC application has encountered an error and needs to close"

What would be causing it??

Code: (it is for see ghosts)
Code:
#include <windows.h>

#define GhostMgr 0xA021F8

void SeeGhosts()
{
    DWORD CShell = NULL;
    do
    {
        CShell = (DWORD)GetModuleHandleA("CShell.dll");
        Sleep(100);
    }
    while (CShell == NULL);
    while (1)
    {
        CShell = (DWORD)GetModuleHandleA("CShell.dll");
        DWORD cGhostMgr = (DWORD)(CShell + GhostMgr);

        *(float*)(cGhostMgr + 0x88) = 1.0f;
        *(float*)(cGhostMgr + 0x8C) = 1.0f;
        *(float*)(cGhostMgr + 0x90) = 1.0f;

        Sleep(100);
    }
}

extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
    if(fdwReason == DLL_PROCESS_ATTACH)
    {
        DisableThreadLibraryCalls(hinstDLL);
        CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)SeeGhosts, NULL, NULL, NULL);
        char msg[] = {'H', 'a', 'c', 'k', ' ', 'b', 'y', ' ', '_', 'c', 'o', 'r', 'n', '_', '\0'};
        char title[] = {'I', 'n', 'j', 'e', 'c', 't', 'e', 'd', '\0'};
        MessageBox(NULL, msg, title, MB_OK);
        return 0;
    }
    return 0;
}
Dunno if u knnow it but the value for see ghosts is 300.0f
Quote Originally Posted by Fly3r View Post
Dunno if u knnow it but the value for see ghosts is 300.0f
yeah he is right
Code:
void GhostMgr()
{
Code:
Value 300;
hope it works
Use PlayerBasicInfo Pointer , 3/4 Offset , PFLOAT , DWORD = (FLOAT)300.0f;

Note*: 0 + 1 Value Give's See Ghost But not a full on chrectar's .
See ghost have 3 offset my friend
Quote Originally Posted by BlackLite View Post
Use PlayerBasicInfo Pointer , 3/4 Offset , PFLOAT , DWORD = (FLOAT)300.0f;

Note*: 0 + 1 Value Give's See Ghost But not a full on chrectar's .
You mean I should use the PlayerBasicInfo pointer instead of GhostMgr?? What is the address for it?

What do you mean by 3/4 offset?

Are you saying I should use PFLOAT instead of float* ? Are they the same?

---------- Post added at 08:03 AM ---------- Previous post was at 07:56 AM ----------

@CFhackerfree , you made a hack with see ghosts... can you help?

@giniyat101
@michielr
can you help?
urr... can someone help me???
Dam make this >.<

Code:
#include <windows.h>

#define GhostMgr 0xA021F8

void GhostMgr()
{
    DWORD CShell = NULL;
    do
    {
        CShell = (DWORD)GetModuleHandleA("CShell.dll");
        Sleep(100);
    }
    while (CShell == NULL);
    while (1)
    {
        CShell = (DWORD)GetModuleHandleA("CShell.dll");
        DWORD cGhostMgr = (DWORD)(CShell + GhostMgr);

        *(float*)(GhostMgr + 0x88) = 300;
        *(float*)(GhostMgr  + 0x8C) =  300;
        *(float*)(GhostMgr  + 0x90) =  300;

        Sleep(100);
    }
}

extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
    if(fdwReason == DLL_PROCESS_ATTACH)
    {
        DisableThreadLibraryCalls(hinstDLL);
        CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)SeeGhosts, NULL, NULL, NULL);
        char msg[] = {'H', 'a', 'c', 'k', ' ', 'b', 'y', ' ', '_', 'c', 'o', 'r', 'n', '_', '\0'};
        char title[] = {'I', 'n', 'j', 'e', 'c', 't', 'e', 'd', '\0'};
        MessageBox(NULL, msg, title, MB_OK);
        return 0;
    }
    return 0;
}
other you make so
Code:
 if(GhostMgr)
                {
                   *(float*)(GhostMgr + 0x88) = 300;
                   *(float*)(GhostMgr + 0x8C) = 300;
                   *(float*)(GhostMgr + 0x90) = 300;
                }
Hope it works
Its not the proplem that he doesnt see ghosts...the proplem is that CF crashes...
@Assassin's Creed

i know he have the value (1.0f

its wrong

he must test it with the source where is post
Quote Originally Posted by MasterOf View Post
@Assassin's Creed

i know he have the value (1.0f

its wrong

he must test it with the source where is post
if the value is wrong then the hack would do nothing...not CF crash....
Quote Originally Posted by ownernl View Post
He knows the value is wrong, he says that it should not be crashing.
Quote Originally Posted by CFhackerfree View Post
@Assassin's Creed
The value was wrong !!

out make you the see ghost with value 1.0f; o.0
I know the value is wrong but that isnt why it is crashing....
Posts 115 of 47 · Page 1 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?