Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    mastermods's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    108
    Reputation
    9
    Thanks
    42
    My Mood
    Chatty

    Thumbs up [Release] Chams!

    Tested - Yes.
    Working - Yes.

    Credits - Me and my friend found this code. I can't say the website we used cause I would be advertising.


    [php]void Cham(IDirect3DDevice9* device, LPDIRECT3DTEXTURE9 tex1, LPDIRECT3DTEXTURE9 tex2, D3DPRIMITIVETYPE Type,INT BaseVertexIndex,UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount)
    {
    DWORD dwOldZEnable;
    device->SetTexture(0,tex1);
    device->SetRenderState(D3DRS_ALPHABLENDENABLE,false);
    device->GetRenderState(D3DRS_ZENABLE,&dwOldZEnable);
    device->SetRenderState(D3DRS_ZENABLE,D3DZB_FALSE);
    device->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
    device->DrawIndexedPrimitive(Type,BaseVertexIndex,MinVert exIndex,NumVertices,startIndex,primCount);
    device->SetRenderState(D3DRS_ZENABLE,dwOldZEnable);
    device->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
    device->SetTexture(0,tex2);
    device->SetRenderState(D3DRS_ALPHABLENDENABLE,false);
    }[/php]

    [php]if(chams)
    {
    if(Players && !TEX_HAND)
    {
    Cham(pDev texBlue,texGreen, Type,BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
    }
    }[/php]

    This is totally noob proof!
    Last edited by mastermods; 08-08-2010 at 01:31 AM.

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

    -Dimensions- (08-10-2010),fayt25 (08-08-2010),FireGhostJ (08-09-2010),gogeta8 (08-08-2010)

  3. #2
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by mastermods View Post
    Tested - No (I will update this when I test)
    Working - I believe so (I will update this when I test)

    Credits - Me and my friend found different codes and put them together.


    [PHP]void Cham(IDirect3DDevice9* device, LPDIRECT3DTEXTURE9 tex1, LPDIRECT3DTEXTURE9 tex2, D3DPRIMITIVETYPE Type,INT BaseVertexIndex,UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount)
    {
    DWORD dwOldZEnable;
    device->SetTexture(0,tex1);
    device->SetRenderState(D3DRS_ALPHABLENDENABLE,false);
    device->GetRenderState(D3DRS_ZENABLE,&dwOldZEnable);
    device->SetRenderState(D3DRS_ZENABLE,D3DZB_FALSE);
    device->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
    device->DrawIndexedPrimitive(Type,BaseVertexIndex,MinVert exIndex,NumVertices,startIndex,primCount);
    device->SetRenderState(D3DRS_ZENABLE,dwOldZEnable);
    device->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
    device->SetTexture(0,tex2);
    device->SetRenderState(D3DRS_ALPHABLENDENABLE,false);
    }[/PHP]

    [PHP]if(chams)
    {
    if(Players && !TEX_HAND)
    {
    Cham(pDev texBlue,texGreen, Type,BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
    }
    }[/PHP]

    This is totally noob proof!


    If you "found" the codes where are the credits?

  4. #3
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0
    @CodeDemon

    About to say that
    Lol @
    Code:
    Me and my friend found different codes and put them together.
    .
    How ironic.

  5. #4
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Thats by __GHOSTER__
    Its called "Li(something) Chams"
    Tested these already and it works, But same as normal chams i suppose (well to me)

  6. #5
    mastermods's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    108
    Reputation
    9
    Thanks
    42
    My Mood
    Chatty
    Yes thats right! Lamberted Chams.

    Quote Originally Posted by ac1d_buRn View Post
    Thats by __GHOSTER__
    Its called "Li(something) Chams"
    Tested these already and it works, But same as normal chams i suppose (well to me)

  7. #6
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    Eum gj on finding/leeching it ...

  8. #7
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    WTF.. SO MUCH USELESS CODE!!!!!!!!!!!!!!!!!!

  9. #8
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by Finish View Post
    WTF.. SO MUCH USELESS CODE!!!!!!!!!!!!!!!!!!
    you mean like your VB to C++ thing?
    also congrats you found the most easy hack to ever make....

  10. #9
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    Quote Originally Posted by TheFallenOwns View Post
    you mean like your VB to C++ thing?
    also congrats you found the most easy hack to ever make....
    Chams is CRAP and is easy to make.... Turning VB to c++ is something any anyone can do.. It also save ur a lot of CODE

    like Object Orientation lol let me explain that to u(since ur all noobs)

    Object Orientation is like :

    instead of typing the same code over and over. Do a function that will do the work for u.

    in VB it is like this

    Code:
    Public Function Work(String URL) As Boolean
                 ' Find if URL is working
                 If IsValidUrl(0,URL,0) Then
                           Return True
                 else
                            Return False
    End Function
    
    
    boolean monkey = Work(www.mpgh.net)
    
    if Monkey then
           MPGH IS REAL
    else 
           MPGH is not work
    End If
    
    boolean mom= Work(www.microsof*****m)
    
    if mom then
           Microsoft IS REAL
    else 
           Microsoft is not work
    End If
    Instead of doing that function Over and Over for both of those i just save my self some typing and some lines..


    It may not be nothing to u C&per because all u got to do is Copy the whole thing and paste it over and over and over.. but this make it easy for us who dont want to copy and paste over ... and make the coding Full of LAG and USELESS CODE.

    LEARN TO CODE

  11. #10
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    This is same as normal chams......
    Keep me motivated for my hack development!

  12. #11
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    without a hook! lawl

  13. #12
    BloodSkin's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Columbus, OH
    Posts
    353
    Reputation
    11
    Thanks
    63
    well at least you are STARTING to give credits. im proud of you.

    lol @ microsoft is not work
    Last edited by BloodSkin; 08-09-2010 at 10:00 AM.

  14. #13
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by Finish View Post
    Chams is CRAP and is easy to make....
    (since ur all noobs)
    LEARN TO CODE
    Hey monkey, talk big & insult everyone as noob but YET i see no hack release from u only bunch of useless threads made by u. Fucking noob... go flame somewhere else.

  15. The Following User Says Thank You to Hahaz For This Useful Post:

    ac1d_buRn (08-09-2010)

  16. #14
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    why did you code it like that?

  17. #15
    scorpoistak's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    portland oregon
    Posts
    307
    Reputation
    21
    Thanks
    191
    Quote Originally Posted by ^...,^ View Post
    why did you code it like that?
    master mod didn't code this i'm friends with him(not the friend he talked about on the front)
    he said he found this a dif site

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release]Chams Hook
    By Legify in forum Blackshot Hacks & Cheats
    Replies: 31
    Last Post: 05-20-2009, 05:00 PM
  2. [Release] Chams Hook
    By Legify in forum Combat Arms Hacks & Cheats
    Replies: 97
    Last Post: 04-19-2009, 12:07 PM
  3. [RELEASE]CHAMS/NORECOIL/NO SPREAD/NO FOG/FOR 100+ POST PEOPLE
    By 95king in forum Combat Arms Hacks & Cheats
    Replies: 43
    Last Post: 09-21-2008, 01:09 PM
  4. [RELEASE] Chams and Wall
    By undefinedhero in forum Combat Arms Hacks & Cheats
    Replies: 266
    Last Post: 09-01-2008, 01:21 PM
  5. [RELEASE] Cham
    By urbz in forum WarRock - International Hacks
    Replies: 31
    Last Post: 08-31-2007, 11:51 PM