Thread: Box Code

Results 1 to 15 of 15
  1. #1
    Sprite's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Behind you
    Posts
    1,279
    Reputation
    12
    Thanks
    1,124
    My Mood
    Psychedelic

    Box Code

    So you want the Box Code?

    Then let's search it together !!!

    We need to search the box code for those who cannot wait!!!

    If we found it right then for those who cannot wait will be happy now am I right?

    So let's participate each of us or many of us who are making hacks!/yea

    So pls just wait till we found the code for box!

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

    rodolfgonzales4 (11-29-2010)

  3. #2
    reiginald's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    MPGH/Earth.
    Posts
    447
    Reputation
    13
    Thanks
    249
    My Mood
    Cold
    -_- It has been removed if you want box code go learn D3D.

  4. #3
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    yeah your right reigz...
    but easy t code box but must learn 1st basics
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  5. #4
    InCapacitated's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Everywhere
    Posts
    2,843
    Reputation
    71
    Thanks
    477
    My Mood
    Lurking
    Lol are you even a coder?
    If you are you should be updated whats what and whens when

    Strygwyr, the Bloodseeker
    "For the Flayed Twins, I seek blood."





    Add me up on Steam : Knight Lock




  6. #5
    CrazyMoDx's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    At House.
    Posts
    32
    Reputation
    10
    Thanks
    8
    My Mood
    Scared
    Yes! . . . . the codes of BOX is gone

    "Kill Them All!"

  7. #6
    Sprite's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Behind you
    Posts
    1,279
    Reputation
    12
    Thanks
    1,124
    My Mood
    Psychedelic
    Oh man!

    I am finding one!!

    That's why I cannot found at least one!!!

  8. #7
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    yea easy but hard to me T_T

    if you wanna code try This


    Crossfire perfect 2d box esp
    Code:
    void CESP::Draw2DPlayerBox( CF_Player *pPlayer, DWORD drawColor )
    {
         if( !pPlayer )
             return;
    
         if( !pPlayer->Object )
             return;
    
         if( !g_Engine.GetClient() )
             return;
    
         LTVector vCenter, vFoot, vHead;
    
         //this is the centered position
         if( g_Engine.GetClient()->GetObjectPos( pPlayer->Object, &vCenter ) != LT_OK )
             return;
    
         //foot (bottom)
         if( g_Engine.GetClient()->GetObjectBoxMin( pPlayer->Object, vFoot ) != LT_OK )
             return;
    
         //head (top)
         if( g_Engine.GetClient()->GetObjectBoxMax( pPlayer->Object, vHead ) != LT_OK )
             return;
    
         //center the positions for 2d boxes
         vFoot.x = vCenter.x;
         vFoot.z = vCenter.z;
         vHead.x = vCenter.x;
         vHead.z = vCenter.z;
    
         LTVector vPlayerFootScreen, vPlayerHeadScreen;
    
         if( g_Engine****WorldToScreen( vFoot, vPlayerFootScreen ) && g_Engine****WorldToScreen( vHead, vPlayerHeadScreen ) )
         {
             float w = ( vPlayerFootScreen.y - vPlayerHeadScreen.y ) / 4;
    
             g_Engine.OutlineRGBA( vPlayerHeadScreen.x - w, vPlayerHeadScreen.y, w * 2, ( vPlayerFootScreen.y - vPlayerHeadScreen.y ), 1.0f,
                 RED( drawColor ), GREEN( drawColor ), BLUE( drawColor ), ALPHA( drawColor ) );
         }
    }

    and chams


    Code:
    if( g_Cvar.GetBoolean( "vis_class" ) )
                 {
                     char szMaterialName[ 256 ] = { 0 };
    
                     g_Engine.GetClient()->GetModelLT()->GetFilenames002( pPlayer->Object, szMaterialName, 256 );
    
                     char *szClassName = ((char *)szMaterialName) + strlen( "MODELS\\CHARACTER\\" );
    
                     for( int i = 0; i < strlen( szClassName ); i++ )
                     {
                         if( szClassName[i] == '_' )
                         {
                             szClassName[i] = '\0';
    
                             break;
                         }
                     }
    
                     g_Engine.RenderTextEngine( low_pos_2d.x, low_pos_2d.y + 20, (bIsVisible) ? drawColorFront : drawColorBack,
                         szClassName, true, false );
                 }
    Last edited by mechanical2015; 11-12-2010 at 05:07 AM.

  9. #8
    HAXE0's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Philippines
    Posts
    43
    Reputation
    10
    Thanks
    7
    My Mood
    Angry
    ill try to search the codes from other sites if possible to help you coders...

  10. #9
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    box is easy but when you are beginner . hard like me having alot time to make one
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  11. #10
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    yea go do your best HAXE0

    yea im trying 7 hr with fixed code error but im wasting time T_T many code are fuck me!

  12. #11
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    wait.. is the CF patch again this day?
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  13. #12
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    kada 30 patch yan!

  14. #13
    kabuler0's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    this will help you guys...

    for tips only CORRECT me if i'm wrong..
    ok lets start...

    CFPH uses two devices for d3d

    Code:
    Direct3DCreate9(32) succeeded...
    Hooked Direct3D9 interface: 0x27a2140 -> 0xe74578
    Direct3DCreate9(32) succeeded...
    Hooked Direct3D9 interface: 0x27a8b60 -> 0xe745b0
    Hooked Direct3D9 device: 0x27af420 -> 0xe746c8
    (credits to titanium) (sana nde ma patch...) sorry to make this pub...

    these are for cfph..

    btw i used plain XP SP3 w/ DX9.0c
    i've tried dx sdk(2004 summer) dx sdk(june2010)

    the best to this is texture rendering not pixelshading for chams to work this includes the transparency wall to work properly...

    note... DIP(DrawIndexedPrimitive) is detected so other workaround is vtable hooking... (saket sa ulo...)
    (credits to UC)

    mechanical post is for engine rendering i guess?...

    hook with the right timing... you wont get detected by xcrap!
    (credits to me? lol)

    try not to use menu use only hotkeys for easy config...
    MENU'S for VIP only and it will create lag for slow pc because it uses overlapping drawing it's not being injected...

    i'm stuck with my project, i successfully injected the dll but chams won't work... no hotkeys no etc... i only need the d3dpointer of cfph for the hacks to work or are there anything else???

    thanks! (sigaw ng mga weak? WALLER?!?!)

    i'm trying to unpack the unknownpk dll because it's still working... but it's protected with something idk what? (themida?)... i'm also trying to unpack crossfire.exe because there you will find the devicepointer for d3d... but from what i've heard its protected with fu*king themida!

    p.s.

    these might be useful to you guys so i posted it... but before releasing pls... protect your file not using upx... because it's easy to unpack...
    Last edited by kabuler0; 11-12-2010 at 12:16 PM. Reason: updated...

  15. #14
    Snipermon's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Alexandria, Egypt, Egypt
    Posts
    5,785
    Reputation
    73
    Thanks
    748
    My Mood
    Yeehaw
    is it really chams??

  16. #15
    Coke's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    You would like to know wouldn't you.
    Posts
    4,665
    Reputation
    885
    Thanks
    1,249
    My Mood
    Daring
    We don't need threads like this
    /closed

Similar Threads

  1. JUST DISCOVERY!! FOR BOX CODE
    By junjunhernan in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 11-01-2010, 07:56 PM
  2. New Box Code by Kaspersky
    By Kaspersky in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 09-26-2010, 03:32 PM
  3. Box Code
    By Who Fucked My MUM? in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 09-25-2010, 12:47 PM
  4. Player Box Code
    By tabuzo013 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 08-02-2010, 08:24 AM
  5. STOP POSTING BOX CODE
    By dddrrr in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 06-19-2010, 11:51 PM