Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    devilaim's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    493
    Reputation
    10
    Thanks
    1,612
    My Mood
    Devilish

    CHAMS COLOR CODE



    *HEY GUY'S I SHARE MY SOURCE CODE CHAMS TO YOU*


    Code:
    // DEFINITIONS FOR OUR CHAMS
    
    
    // Colours we can use - Blue, Red, Yellow, Green, Pink, Turquoise, Orangem White, Black
    const BYTE bBlue[60] = //Blue
    {
       0x42, 0x4D, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x12, 0x0B, 0x00, 0x00, 0x12, 0x0B, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0xFF, 0x00, 0x00, 0x00, 0x00, 0x00
    };
    
    
    const BYTE bRed[60] = //red
    {
       0x42, 0x4D, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x12, 0x0B, 0x00, 0x00, 0x12, 0x0B, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 
    };
    
    
    const BYTE bYellow[60] = //yellow
    {
       0x42, 0x4D, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x12, 0x0B, 0x00, 0x00, 0x12, 0x0B, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00
    };
    
    
    const BYTE bGreen[60] = //green
    {
       0x42, 0x4D, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x12, 0x0B, 0x00, 0x00, 0x12, 0x0B, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x20, 0xA0, 0x00, 0x00, 0xFF, 0xFF
    };
    
    
    const BYTE bPink[58] = //pink
    {
       0x42, 0x4D, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x80, 0x00, 0xFF, 0x00
    };
    
    
    const BYTE bTur[60] = //turquoise
    {
       0x42, 0x4D, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x12, 0x0B, 0x00, 0x00, 0x12, 0x0B, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00
    };
    
    
    const BYTE bOrange[60] = //orange
    {
       0x42, 0x4D, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x12, 0x0B, 0x00, 0x00, 0x12, 0x0B, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x10, 0x80, 0xF0, 0xB0, 0x00, 0x00
    };
    
    
    const BYTE bWhite[58] = //White
    {
       0x42, 0x4D, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00,
       0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
       0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
       0xFF, 0xFF, 0xFF, 0x00
    };
    
    
    const BYTE bBlack[58] = {
        0x42, 0x4D, 0x3A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00, 
        0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x18, 0x00, 0x00, 0x00, 
        0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
    };




    GOOD LUCK
    Last edited by devilaim; 04-11-2013 at 02:35 PM.

  2. The Following 4 Users Say Thank You to devilaim For This Useful Post:

    ehhciloerp (04-11-2013),Hazique911 (04-11-2013),makkau97 (04-20-2013),thenuget (04-11-2013)

  3. #2
    nortepersona's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Spain
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Nice work bro!

  4. #3
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    for blackshot ?
    This update chams source code ?
    Give me a Thanks if i HELP !

    Making a Hack ! :
    Injector : Done
    Chams : In Progress
    Wallhack : Done
    Wireframe : Not Done
    D3D Menu : Done
    Loader : Done
    Trainer : Done


    Need Help on someone that good at C++ !
    Sorry if i make Mistake !!


    200 Thanks :
    500 Thanks : /me
    800 Thanks :
    1000 Thanks :

  5. The Following 2 Users Say Thank You to elimabiru For This Useful Post:

    argjend (04-24-2013),slm37102 (04-24-2013)

  6. #4
    Dylan's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Nowhere
    Posts
    1,893
    Reputation
    359
    Thanks
    1,988
    My Mood
    Sleepy
    It updates? 0.0

    NewsForce December 2015 - April 2016
    Premium Member April 2013 - Current
    MPGH Member March 2013 - Current



  7. #5
    Hazique911's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Anonymous
    Posts
    409
    Reputation
    10
    Thanks
    67
    My Mood
    Worried
    Thanks for the code.

  8. #6
    macallister's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    how to put this code?where to put

  9. #7
    devilaim's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    493
    Reputation
    10
    Thanks
    1,612
    My Mood
    Devilish
    Quote Originally Posted by macallister View Post
    how to put this code?where to put
    You need to learn C+++ to compile this code

  10. #8
    farisazli's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    58
    the chams code does not important....the most important is the additional code for bypassing GG

  11. #9
    RedVxns's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    MPGH - Blackshot
    Posts
    85
    Reputation
    10
    Thanks
    158
    My Mood
    Amazed
    Then why don't you compile the codes instead of copy pasting it?


    You can't KILL what's already DEAD


  12. #10
    leejw29's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    221
    Reputation
    10
    Thanks
    2,756
    Everyone just says "Nice work" or "thanks" when they don't even know how to use this.
    And this code alone does no shit. (:

  13. #11
    devilaim's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    493
    Reputation
    10
    Thanks
    1,612
    My Mood
    Devilish
    Quote Originally Posted by RedVxns View Post
    Then why don't you compile the codes instead of copy pasting it?
    I share my code and you can create in your own chams...waiting for hack is no good much better to learn how to create your own hack....

  14. #12
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by devilaim View Post


    I share my code and you can create in your own chams...waiting for hack is no good much better to learn how to create your own hack....
    what u say mean of something..that they don know that...

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  15. #13
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    @Spamzilla i found many code chams that already detected ,
    i dont have any D3D KeyLogger.
    so i want someone find the stride or source code
    Give me a Thanks if i HELP !

    Making a Hack ! :
    Injector : Done
    Chams : In Progress
    Wallhack : Done
    Wireframe : Not Done
    D3D Menu : Done
    Loader : Done
    Trainer : Done


    Need Help on someone that good at C++ !
    Sorry if i make Mistake !!


    200 Thanks :
    500 Thanks : /me
    800 Thanks :
    1000 Thanks :

  16. #14
    zipperdale's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Fury Cyber Cafe
    Posts
    0
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    The more important is to have dll !

    ---------- Post added at 10:48 PM ---------- Previous post was at 10:40 PM ----------

    We need dll bro

  17. #15
    zero_001's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by zipperdale View Post
    The more important is to have dll !

    ---------- Post added at 10:48 PM ---------- Previous post was at 10:40 PM ----------

    We need dll bro
    newbie

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] Color Chams - Source Code -
    By Aeir in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 19
    Last Post: 04-08-2012, 09:15 PM
  2. [Tutorial] Custom Cham Color Codes for MPGH Project Blackout Public Hack
    By GameArena in forum Piercing Blow Discussions
    Replies: 117
    Last Post: 07-06-2011, 10:15 AM
  3. Chams Color Coding Tutorial
    By 420Suicide in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 12-28-2008, 09:19 AM
  4. Cham Colors And Their Codes
    By Zhellbound in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 11-10-2008, 08:21 AM
  5. [Request]Cham Colors
    By Trickywastaken in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-09-2008, 04:04 PM