Beast Mode

Posts 112 of 12 · Page 1 of 1
Beast Mode
And you guys thought it was gone forever
Should I release or keep it private?

Nothing cool.

Beast Mode = Fancy Ghost Mode

Its basically that you're invisible. Its all public source too.
Quote Originally Posted by Flengo View Post
Nothing cool.

Beast Mode = Fancy Ghost Mode

Its basically that you're invisible. Its all public source too.
Not the address, took me awhile to get the addy and make the pattern scan -_-
It's not hard to get and use. Have fun guys! It took you long enough to finally get it. I mean I've had it for almost 5 months or more.

Code:
			if(beastmode)
			{
				if(*(int*)0x3783D350 == 1)
					*(int*)0x3783D350 = -5;
			}
			else
			{
				if(*(int*)0x3783D350 == -5)
					*(int*)0x3783D350 = 1;
			}
Quote Originally Posted by ****** View Post
It's not hard to get and use. Have fun guys! It took you long enough to finally get it. I mean I've had it for almost 5 months or more.

Code:
			if(beastmode)
			{
				if(*(int*)0x3783D350 == 1)
					*(int*)0x3783D350 = -5;
			}
			else
			{
				if(*(int*)0x3783D350 == -5)
					*(int*)0x3783D350 = 1
			}
I haven't paid much attention to beast mode until about a week ago, kind of hard to find a dump of cshell from about 5 months ago, so yes, it is about time.
Quote Originally Posted by arun823 View Post
I haven't paid much attention to beast mode until about a week ago, kind of hard to find a dump of cshell from about 5 months ago, so yes, it is about time.
You never needed to even dump cshell or have a dump of cshell. Just use Cheat Engine. You can hook it to ca and it won't crash.
j
Quote Originally Posted by ****** View Post


You never needed to even dump cshell or have a dump of cshell. Just use Cheat Engine. You can hook it to ca and it won't crash.
I needed the dumped cshell in order to get the sig scan and I didnt think about using cheat engine, ill remember that next time.
Quote Originally Posted by [SMA] Paradise` View Post
Go for it, release it.
Already did.
NeoIII posted that in another forum:

invisible ( semi ghostmode ) here you go: ( could be done via structures too if you have it referenced )
Code:
DWORD dwTmpPlayerStat = gFind.FindPattern( (DWORD)cvar.m_iCShell.lpBaseOfDll, cvar.m_iCShell.SizeOfImage, (PBYTE)"\x8B\x42\x00\x6A\x00\x8B\x00\xFF\x00\x0F\xB6\x00\x89\x4C", "xx?x?x?x?xx?xx")+0x12;//8B42??6A??8B??FF??0FB6??894C +12  ++0x30
DWORD dwPlayerStatus = NULL;

//in a loop or endscene:

    if( dwPlayerStatus == NULL )
    {
        if( dwTmpPlayerStat > 0x12 )
        {
            //dwPlayerStatus = 0x37801CC4;//EU
            //dwPlayerStatus = 0x37802C64;//NA
            DWORD dwPtr = *(DWORD*)dwTmpPlayerStat;
            dwPtr = *(DWORD*)dwPtr;
            if( dwPtr )
            {
                dwPtr += 0x30;
                dwPlayerStatus = dwPtr;
            }
        }
    } else {
        if( cvar.invisible.flValue )
        {
            if(*(long*) dwPlayerStatus == 1)
                *(long*) dwPlayerStatus =  - 5;
        }else{
            if(*(long*) dwPlayerStatus == -5)
                *(long*) dwPlayerStatus = 1;
        }
    }
I can see your Anti-Kick works.
Posts 112 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?