google-site-verification: googlebaca44933768a824.html idea for my Hook - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

idea for my Hook

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    idea for my Hook

    Code:
        
        }
        if (eventName)
        {
            if(!strcmp( eventName, "round_start" ) ) 
            {
                if(base.m_psCvar->misc_roundsay==1)
                    base.m_pEngine->ClientCmd("say |*|iDs0yL Pub Hook[BETA]|*|");
                   }
        
        }
        if (eventName)
        {
            if(!strcmp( eventName, "round_start" ) ) 
            {
                if(base.m_psCvar->misc_roundsay==2)
                    base.m_pEngine->ClientCmd("say |*|www.RoyalHack.com - Buy The Best ViP avaible|*|");
    
                }

    good idea or bad?

    #2
    Good idea, although
    Buy The Best ViP avaible
    <-- not a good idea.
    it should be : Buy the most customizable hack out there, 403 Permission Denied. ;)
    Regards,

    Ernie

    Comment


      #3
      nice heh good idea but Kinda annoying though :D make a if password enter round_start disable ^^ make a vip pass for rh members ^^
      Chiroz - 41 64 61 6D

      Comment


        #4
        Originally posted by Anal-
        Code:
            
            }
            if (eventName)
            {
                if(!strcmp( eventName, "round_start" ) ) 
                {
                    if(base.m_psCvar->misc_roundsay==1)
                        base.m_pEngine->ClientCmd("say |*|iDs0yL Pub Hook[BETA]|*|");
                       }
            
            }
            if (eventName)
            {
                if(!strcmp( eventName, "round_start" ) ) 
                {
                    if(base.m_psCvar->misc_roundsay==2)
                        base.m_pEngine->ClientCmd("say |*|www.RoyalHack.com - Buy The Best ViP avaible|*|");
        
                    }

        good idea or bad?
        bad idea. they gonna think u use rh...what if ya suck?
        I 0x90 you!

        Comment


          #5
          good point,,, avitamin

          Comment


            #6
            haha omfg :D make aimbot fast as xD xD xD
            Chiroz - 41 64 61 6D

            Comment


              #7
              Originally posted by Anal-
              Code:
                  
                  }
                  if (eventName)
                  {
                      if(!strcmp( eventName, "round_start" ) ) 
                      {
                          if(base.m_psCvar->misc_roundsay==1)
                              base.m_pEngine->ClientCmd("say |*|iDs0yL Pub Hook[BETA]|*|");
                             }
                  
                  }
                  if (eventName)
                  {
                      if(!strcmp( eventName, "round_start" ) ) 
                      {
                          if(base.m_psCvar->misc_roundsay==2)
                              base.m_pEngine->ClientCmd("say |*|www.RoyalHack.com - Buy The Best ViP avaible|*|");
              
                          }

              good idea or bad?
              lol

              Code:
                      if( strcmp( eventName, "round_start" )  == 0 ) 
                      {
                          if(base.m_psCvar->misc_roundsay==1)
                              base.m_pEngine->ClientCmd("say |*|iDs0yL Pub Hook[BETA]|*|");
                          if( base.m_psCvar->misc_roundsay==2)
                              base.m_pEngine->ClientCmd("say |*|www.RoyalHack.com - Buy The Best ViP avaible|*|");
                             }
                  
                  }
              Anyone?

              oh and btw u can do some nice things with the eventmanager

              Code:
              	if(strcmp(szEventName,"round_start") == 0)
              	{
              		
              		
              		if( Nh.m_psCvar->misc_buybot == 1 )
              		     Nh.m_pEngine->ClientCmd("buy ak47; buy m4a1;buy deagle;buy kev;buy vesthelm;buy hegrenade; buy flashgrenade; buy flashgrenade; buy defuser");
              		else if( Nh.m_psCvar->misc_buybot == 2 )
              			Nh.m_pEngine->ClientCmd("buy awp;buy deagle;buy kev;buy vesthelm;buy hegrenade; buy flashgrenade; buy flashgrenade; buy defuser");
              	}
              Code:
              	if(strcmp(szEventName,"player_death") == 0)
              	{
              		dead = Nh.m_pEngine->GetPlayerForUserID( event->GetInt( "userid" ) );
              		killer = Nh.m_pEngine->GetPlayerForUserID( event->GetInt( "attacker" ) );
              		bool headshot = event->GetBool( "headshot" );
              		if( killer == me && dead != me )
              		{
              			if( !headshot )
              				Nh.m_psCvar->kills += 1;
              			else 
              			{
              				Nh.m_psCvar->kills += 1;
              				Nh.m_psCvar->hs += 1; 
              			}
              		}
              		if( dead == me )
              			Nh.m_psCvar->deaths += 1;
              	}
              	if( strcmp( szEventName, "game_newmap" ) == 0 )
              	{
              		Nh.m_psCvar->kills = 0;
              		Nh.m_psCvar->hs = 0;
              		Nh.m_psCvar->deaths = 0;
              	}
              Statsbox ftw. :single fuck:

              Comment


                #8
                who cares about your hook and its roundsays?
                /* fibre */

                Comment


                  #9
                  He just wants suggestions?
                  Regards,

                  Ernie

                  Comment

                  Working...
                  X