Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Offbeat Ninja's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    75
    Reputation
    12
    Thanks
    58

    [Tut] Some Functions for D3D

    Here are some functions you can add in your D3D.

    How to do WireFrame:
    - used Strides from Combat Arms
    - place this in SetRenderState

    Code:
    if (m_Stride == 32) 
       m_pD3Ddev->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME);
    }
    How to do NoFog:
    - place this in SetRenderState

    Code:
    if (nofog)
    {
       m_pD3Ddev->SetRenderState(D3DRS_FOGENABLE, false);
    }
    How to do a WallHack:
    - used Strides from Combat Arms
    - place this in DrawIndexedPrimitive

    Code:
    if(m_Stride == 32)
    {
       m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
    }
    How to do FullBright:
    - place this in SetRenderState

    Code:
    if (fullbright)
    {
       m_pD3Ddev->SetRenderState(D3DRS_LIGHTING, false);
       m_pD3Ddev->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255, 255,255,255));
    }
    else
    {
       m_pD3Ddev->SetRenderState(D3DRS_AMBIENT, false);
    }

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

    .Aeon (12-25-2009),cru0 (12-24-2009),hopefordope (12-25-2009),pDevice (09-16-2012),playgames3 (12-25-2009)

  3. #2
    ken135's Avatar
    Join Date
    May 2006
    Gender
    male
    Posts
    158
    Reputation
    10
    Thanks
    20
    Just so you guys know, The strides are wrong ; and i believe your supposed to use Azorbix's d3d base.

    I FUCKING ATE THE MUFFIN MAN!
    [CENTER]


    Quote Originally Posted by RaxiE View Post
    l_l <== carecup = empty
    Epic Quote.

    Quote Originally Posted by NateC View Post
    wheres my fucking bypass dave.
    Quote make me LOL


  4. #3
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    This goes in c++...

  5. #4
    Offbeat Ninja's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    75
    Reputation
    12
    Thanks
    58
    Quote Originally Posted by ken135 View Post
    Just so you guys know, The strides are wrong ; and i believe your supposed to use Azorbix's d3d base.
    you are noob. the stride is 32 in combat arms and 44 in warrock.

  6. #5
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by Offbeat Ninja View Post
    you are noob. the stride is 32 in combat arms and 44 in warrock.
    You sir are noob, there are 3 strides for CA.

    32 / 36 / 44

  7. #6
    Offbeat Ninja's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    75
    Reputation
    12
    Thanks
    58
    what are the 36 and 44 strides for?

  8. #7
    CrazyBish's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    141
    Reputation
    9
    Thanks
    14
    Quote Originally Posted by Offbeat Ninja View Post
    what are the 36 and 44 strides for?
    44 thats the playerbody stride
    36 player distance module stride

  9. #8
    Legify's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    subway
    Posts
    962
    Reputation
    16
    Thanks
    489
    My Mood
    Sad
    BUMPTASTIC!

  10. #9
    Ken Jeong's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,131
    Reputation
    17
    Thanks
    283
    My Mood
    Hungover
    UNBUMPLIEVABLE!
    "Aren't you the guy that made unlimited respawn for CA along time ago? That was epic." - [MPGH]AVGN

  11. #10
    KING's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    10,795
    Reputation
    837
    Thanks
    3,093
    My Mood
    Angry
    Don't bump threads older thank 2 weeks, unless you know it a hack that definently still works

    /Closed

  12. #11
    -XpliCitt-'s Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Spokane, Washington
    Posts
    3,230
    Reputation
    63
    Thanks
    2,282
    My Mood
    Tired
    Reopened and moved to correct section.

  13. #12
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    If you compile it does it work?

  14. #13
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    This doesn't work....

  15. #14
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by stephen5206 View Post
    This doesn't work....
    You edited your post so quick xD.

    Anyway, he DID close it, but -XpliCitt- reopened it.

  16. #15
    playgames3's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    on the internet
    Posts
    206
    Reputation
    9
    Thanks
    29
    Ok. i need quick help. Please and Thank you. I will rep.

    Ok. so I tried to use this code with the CaBase i downloaded, but I just can't seem to find were i can use this. Seems that CaBase uses completly diffrent way of writing it.

    Also after editing CaBase i tried to compile it and it failed.
    Seems that i need "d3dx9.h" where can i get that?

    Thank you.


    [IMG]https://i874.photobucke*****m/albums/ab303/bombsaway707/MPGHUserbar.gif[/IMG]


    I LOVE TO HACK.


Page 1 of 2 12 LastLast

Similar Threads

  1. Some sig for addresses
    By boom.. in forum WarRock - International Hacks
    Replies: 18
    Last Post: 10-02-2007, 08:41 AM
  2. looking for some hack for bf 2 and war rock
    By killemslow in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-03-2007, 07:45 PM
  3. LVL 16 wr account + Working Bypass + Some hacks for a retail code
    By eusker03 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 06-11-2007, 03:49 AM
  4. I can make some accounts for KoWarRock.
    By ccuuyyjj in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-22-2007, 03:01 PM
  5. hey i need some hacks for this game can any1 help
    By CrUsHa in forum Hack Requests
    Replies: 10
    Last Post: 05-21-2006, 09:14 PM

Tags for this Thread