google-site-verification: googlebaca44933768a824.html I Search No Floor code - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

I Search No Floor code

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I Search No Floor code

    Hey Guys,

    i search are No Floor code

    Regards, dragonn1

    #2
    yeah.. i can see this thread working

    Game?

    sigpic

    -=[ http://kaos.99k.org ]=-

    czkb: yay but for now i still understand half of the half of the quarter of the half of what i must know.
    [email protected] (E-mail Address Not Verified) says:
    http://www.youtube.com/user/ka0s99k#p/f/70/iK9bhyl6B_E
    J says:
    can we please accomplish something

    Comment


      #3
      Game: Counterstrike:Source

      Comment


        #4
        you can do it 2 ways,

        1.Cvar

        ConVar* nofloor = m_pCvar->FindVar("r_drawdisp")
        nofloor->SetValue(0)

        2.Materalhax

        hook material and just set alpha to make it transparent, or you set the ground textures to "MATERIAL_VAR_DRAW" :)

        Comment


          #5
          This should work:

          Dont forget to Init the Material TextureHack

          PHP Code:
              for(int i HalFLife2.m_pMaterialSystem->FirstMaterial(); MaxMaterialsi++)
             {
          TextureHack HalFLife2.m_pMaterialSystem->GetMaterial(i);
          if(
          strstr(TextureHack->GetTextureGroupName(),"World textures"))
          {
          if(
          Cvar.wh_asus)
          TextureHack->AlphaModulate(0.6f);
          else
          TextureHack->AlphaModulate(1.0f);
          if(
          Cvar.wh_wireframe)
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_WIREFRAMEtrue );
          else
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_WIREFRAMEfalse );
          if(
          Cvar.wh_r == && Cvar.wh_g == && Cvar.wh_b == 0)
          {
          TextureHack->ColorModulate(1,1,1);
          }
          else
          {
          TextureHack->ColorModulate(Cvar.wh_r,Cvar.wh_g,Cvar.wh_b);
          }
          if(
          Cvar.rem_floor)
          {
          if(
          strstr(TextureHack->GetName(),"floor"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_NO_DRAWtrue );
          if(
          strstr(TextureHack->GetName(),"ground"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_NO_DRAWtrue );
          }
          else
          {
          if(
          strstr(TextureHack->GetName(),"floor"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_NO_DRAWfalse );
          if(
          strstr(TextureHack->GetName(),"ground"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_NO_DRAWfalse );
          }
          if(
          Cvar.rem_glass)
          {
          if(
          strstr(TextureHack->GetName(),"glass"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_NO_DRAWtrue );

          else
          {
          if(
          strstr(TextureHack->GetName(),"glass"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_NO_DRAWfalse );
          }
          if(
          Cvar.wh_lambert)
          {
          if(
          strstr(TextureHack->GetTextureGroupName(),"Model textures"))
          TextureHack->SetMaterialVarFlagMATERIAL_VAR_HALFLAMBERTtrue );
          }
          }

          Credits to me and illuz1oN
          Last edited by floxy; 05-05-2008, 05:44 PM.

          i search a good source code for Dods with aimbot and other stuff i know this is the same engine as counter strike source but css hacks are not work in dods.

          Comment


            #6
            Thanks Mate

            Comment


              #7
              r_drawdisp 0

              GG :P

              Comment


                #8
                wow nice answers sad he got banned

                close but dont trash? ^^
                Chiroz - 41 64 61 6D

                Comment


                  #9
                  Originally posted by Chiroz View Post
                  wow nice answers sad he got banned

                  close but dont trash? ^^
                  u crazy just dont bump that old threads

                  Comment


                    #10
                    why? if they just got closed lol!
                    Chiroz - 41 64 61 6D

                    Comment

                    Working...
                    X