Thread: Beast Mode

Results 1 to 12 of 12
  1. #1
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused

    Beast Mode

    And you guys thought it was gone forever
    Should I release or keep it private?

    Reversing is the only way to move forward.

  2. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    Nothing cool.

    Beast Mode = Fancy Ghost Mode

    Its basically that you're invisible. Its all public source too.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  3. #3
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    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 -_-
    Reversing is the only way to move forward.

  4. #4
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    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;
    			}
    Last edited by nigger; 10-21-2012 at 09:51 PM.

  5. #5
    [SMA] Paradise`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB
    Posts
    8,922
    Reputation
    1781
    Thanks
    3,049
    My Mood
    Amazed
    Go for it, release it.

  6. #6
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    Quote Originally Posted by Sperm Bubble Boi View Post
    Go for it, release it.
    Already did.

  7. #7
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by shehwaz 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.
    Reversing is the only way to move forward.

  8. #8
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    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.

  9. #9
    SNIPdetta's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    121
    Reputation
    21
    Thanks
    96
    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;
            }
        }

  10. #10
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    j
    Quote Originally Posted by shehwaz 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.
    Reversing is the only way to move forward.

  11. #11
    YellowFever's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    11,906
    Reputation
    488
    Thanks
    1,949
    My Mood
    Twisted
    I can see your Anti-Kick works.
    .





    Member Since: 20/02/2011
    Donator Since: 12/08/2011
    Minion Since: 04/10/2012

  12. #12
    SmartAlley's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    CA General Section
    Posts
    14,370
    Reputation
    577
    Thanks
    1,661
    My Mood
    Hot
    Release or GTFO

Similar Threads

  1. What is beast mode?
    By formage in forum Combat Arms Help
    Replies: 10
    Last Post: 01-09-2011, 02:09 PM
  2. [Release] Alessandro 3.4B - BEAST MODE FUNCIONANDO !
    By TassioWalber in forum Combat Arms Brazil Hacks
    Replies: 9
    Last Post: 12-16-2010, 04:35 AM
  3. [Release] Alessandro 2.4 + Beast Mode
    By Alessandro10 in forum Combat Arms Brazil Hacks
    Replies: 30
    Last Post: 12-06-2010, 12:59 PM
  4. Beast mode source
    By justiniscool5 in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 12-02-2010, 02:04 PM
  5. Uhh ive been gone. WTF is beast mode.
    By F-U-ALL in forum Combat Arms Help
    Replies: 5
    Last Post: 11-27-2010, 09:55 PM