google-site-verification: googlebaca44933768a824.html No vis recoil - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

No vis recoil

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

    No vis recoil

    could someone help me out please ??
    im using this code :
    Code:
    void __stdcall new_FrameStageNotify ( ClientFrameStage_t curStage )
    {
    	if ( gCvars.novisrecoil )
    	{
    		if(curStage == FRAME_UNDEFINED)
    		{
    			return;
    		} 
    		else
    		{	
    			QAngle* punch = (QAngle*)((DWORD)HalFLife2.m_pMyPlayer->BaseEnt() + 0xBB0);
    			static QAngle SavePunch;
    			if( curStage == FRAME_RENDER_START )//save old and set visual to Zero
    			{
    				if (HalFLife2.m_pMyPlayer->BaseEnt())
    				{
    					if (punch->x != 0||punch->y != 0 ||punch->z != 0)
    					{
    						SavePunch = *punch;
    						punch->x = (float)0.0f;
    						punch->y = (float)0.0f;
    						punch->z = (float)0.0f;
    					}
    				}
    			}
    			else
    				*punch = SavePunch;
    		}
    	}
    	return gClient.FrameStageNotify( curStage ); 
    }
    and if i compile it i get this error :

    Code:
    error C2601: 'new_FrameStageNotify' : local function definitions are illegal
    if someone can help me out i will credit you ;D


    #2
    this code is full of fail.

    btw: learn cpp so that you know when you need to close the brakets xD
    I 0x90 you!

    Comment


      #3
      Originally posted by aVitamin View Post
      this code is full of fail.

      btw: learn cpp so that you know when you need to close the brakets xD
      well this is the code that czkb uses some1 said

      Comment


        #4
        and cant u just please tell me ?? i will credit u ..

        Comment


          #5
          hahaha, if you cant spot that out then you should be doing Hello World :D
          sorry.. :p
          lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
          I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

          Comment


            #6
            Originally posted by 007boy258 View Post
            well this is the code that czkb uses some1 said
            As of this post I vow to never help anyone ever again.

            Comment


              #7
              Btw why is this:
              Code:
              [B][I][COLOR="Lime"]return[/COLOR][/I][/B] gClient.FrameStageNotify( curStage );
              o0
              lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
              I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

              Comment


                #8
                idk lol this is the code that entername gave me and he said it was from czkb xD
                btw it worked with other hacks but exept this one ?? XD

                Comment


                  #9
                  Originally posted by 007boy258 View Post
                  idk lol this is the code that entername gave me and he said it was from czkb xD
                  btw it worked with other hacks but exept this one ?? XD
                  If Venoma or entername would jump to well, would you too?
                  lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
                  I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

                  Comment


                    #10
                    Originally posted by mencore View Post
                    If Venoma or entername would jump to well, would you too?
                    What mencore is trying to say

                    If Venoma or entername would jump off a bridge well, would you too?

                    Comment


                      #11
                      Posting in epic thread.

                      Comment


                        #12
                        god dammit are u shitting me ?? first we are talking about that no vis recoil now about shitty jumping from a dick ?? well WHAT TEH HELL IS THIS PPL?

                        Comment


                          #13
                          You were never actually talking about no visual recoil ... you posted someone else's code and expected real coders to just hand you the answer.

                          Comment


                            #14
                            Originally posted by Crypt View Post
                            You were never actually talking about no visual recoil ... you posted someone else's code and expected real coders to just hand you the answer.
                            QUOTE FTW
                            FUHRERS G0T HIS SWAGGA BACK

                            Comment


                              #15
                              I love this error. (Local functions defines are illegal.)

                              It doesn't tell noobs exactly what they have to fix, but if a decent programmer thinks about it 1 second he knows what to fix. =] Win error.

                              Comment


                                #16
                                Tip: it has to do with one of the simplest hooks in the world.
                                b 2 k 5: baeh, a dead fly in my cola, brb

                                Comment


                                  #17
                                  omg it's just fucking basic syntax fail.

                                  :smiley_610:
                                  I 0x90 you!

                                  Comment


                                    #18
                                    Compiler Error C2601 (C++)

                                    Comment


                                      #19
                                      Originally posted by demize View Post
                                      Tip: it has to do with one of the simplest hooks in the world.
                                      What are you talking of?
                                      lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
                                      I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

                                      Comment


                                        #20
                                        Originally posted by mencore View Post
                                        What are you talking of?
                                        i talk about this






                                        gibs coins @
                                        1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

                                        Comment


                                          #21
                                          hahaha : DD

                                          Comment


                                            #22
                                            Originally posted by mencore View Post
                                            What are you talking of?
                                            Thts a possible error I'm saying
                                            b 2 k 5: baeh, a dead fly in my cola, brb

                                            Comment


                                              #23
                                              Originally posted by demize View Post
                                              Thts a possible error I'm saying
                                              This has nothing to do with anything like that, it's just simple bracet error.
                                              lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
                                              I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

                                              Comment

                                              Working...
                                              X