google-site-verification: googlebaca44933768a824.html [CSS BETA] extern esp - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

[CSS BETA] extern esp

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

    [CSS BETA] extern esp

    Hello l33t c0d3rs!! Have somebody tried to code extern esp for css beta ? I have used the av1tamin's esp+aimbot code successfully for css, but in css beta it just returns NULL values for networked vars. Is the problem in here "EntPtrArray +(LocalPlayer.Index * 0x8)" ? or do I need some other "methods" to get the localplayer baseaddress for OB Engine?

    Code:
    		LocalPlayer.Index = EngFuncs.GetLocalPlayer(); // engine+0x3CFD20 and return+2
    			DWORD EntPtrArray;
    			EntPtrArray = EngFuncs.GetEntPtrArray(); //client+0x480DC3;
    			printf("\n%X",EntPtrArray);
    
    		    	ReadProcessMemory(CssBetaProc, (PVOID)(EntPtrArray +(LocalPlayer.Index * 0x8)), &LocalPlayer.BaseAddress, 4, NULL);
    			printf("\nplayerindex: %i", LocalPlayer.BaseAddress);
    
    			ReadProcessMemory(CssBetaProc, (PVOID)(LocalPlayer.BaseAddress + 0x2C8), &LocalPlayer.Vectors.AbsOrigin, 12, NULL);
    			printf("\nat Vector(%f,%f,%f)", &LocalPlayer.Vectors.AbsOrigin[0], &LocalPlayer.Vectors.AbsOrigin[1], &LocalPlayer.Vectors.AbsOrigin[2]);
    
    			ReadProcessMemory(CssBetaProc, (PVOID)(LocalPlayer.BaseAddress + 0x8B), &LocalPlayer.Integers.Lifestate, 4, NULL);
    			printf("\nlifestate: %i",LocalPlayer.Integers.Lifestate);
    thanks in advance! :party0019:

    #2
    Re: [CSS BETA] extern esp

    it's the orange box engine not the source engine anymore


    RoyalHack - The Future Is Present

    Comment


      #3
      Re: [CSS BETA] extern esp

      Yeah, i know that. But i can still find entptr/localplayer/networked vars with Olly... So whats different with ob engine then ? you cant get the baseaddress with entptr and localplayerindex ? any hints then ?

      Comment


        #4
        Re: [CSS BETA] extern esp

        Originally posted by SURV1V3 View Post
        it's the orange box engine not the source engine anymore
        Orange Box Engine, EP1 Engine, L4D2 Engine - ALL THE SAME FUCKING SOURCE! Just updated.

        Comment


          #5
          Re: [CSS BETA] extern esp

          Mh nice one
          hi@

          Comment


            #6
            Re: [CSS BETA] extern esp

            If i just had a account with css beta.. (:

            Comment


              #7
              Re: [CSS BETA] extern esp

              Originally posted by Lawgiver View Post
              If i just had a account with css beta.. (:
              Pacsteam?
              [Ĺ.Ğ.Ś] san-gohan: speed hack name hi please ?
              Critycal /vH: auschwitz hook v88 heil hitler edition
              [Ĺ.Ğ.Ś] san-gohan has changed name to [Ĺ.Ğ.Ś] san-gohan auschwitz
              ___________________________________________
              Hellhound: Dont u dare troll me.
              ШΛLL-Ε: and why/how would u know
              Hellhound: coz
              Hellhound: lawgiver
              Hellhound: is my
              Hellhound: sex buddy

              Comment


                #8
                Re: [CSS BETA] extern esp

                Originally posted by Lawgiver View Post
                If i just had a account with css beta.. (:
                If somebody wants to try css beta =)

                1. In the browser bar enter the following: steam://validate/260

                2. Use GCF Scape to extract the cstrike_beta folder (from "counter-strike source beta content2.gcf") to the SourceMods folder (located in the SteamApps folder)

                3. In the cstrike_beta folder, open GameInfo.txt

                Replace:
                Code:
                SteamAppId 260
                with
                Code:
                SteamAppId 440 (or use http://developer.valvesoftware.com/w...pplication_IDs if not using TF2)

                4. Rename steam.inf to steam_.inf

                5. Restart Steam

                6. Right click the new game in your Steam menu, click properties, Set Launch Options: -insecure -secure

                CONFIRMED TO WORK WITH TF2, DODS AND PORTAL

                Comment


                  #9
                  Re: [CSS BETA] extern esp

                  got it working one mistake in entptr, LOL ! ;)

                  Comment


                    #10
                    Re: [CSS BETA] extern esp

                    Originally posted by zavc0der View Post
                    If somebody wants to try css beta =)

                    1. In the browser bar enter the following: steam://validate/260

                    2. Use GCF Scape to extract the cstrike_beta folder (from "counter-strike source beta content2.gcf") to the SourceMods folder (located in the SteamApps folder)

                    3. In the cstrike_beta folder, open GameInfo.txt

                    Replace:
                    Code:
                    SteamAppId 260
                    with
                    Code:
                    SteamAppId 440 (or use http://developer.valvesoftware.com/w...pplication_IDs if not using TF2)

                    4. Rename steam.inf to steam_.inf

                    5. Restart Steam

                    6. Right click the new game in your Steam menu, click properties, Set Launch Options: -insecure -secure

                    CONFIRMED TO WORK WITH TF2, DODS AND PORTAL
                    steam://validate/260
                    steam://install/260

                    is all what you have to do for cs:s beta

                    Comment


                      #11
                      Re: [CSS BETA] extern esp

                      That method didn't work for everybody. Maybe it works now... no need to test, because i own it :)

                      Comment


                        #12
                        Re: [CSS BETA] extern esp

                        Your entity pointer is wrong and in local server it's index*0x10 i'd sayyyyy........ kthxbaiiiiiiiiiiii
                        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


                          #13
                          Re: [CSS BETA] extern esp

                          haha mencore gl @ army! already fixed my mistakes thxbye ;)

                          Comment


                            #14
                            Re: [CSS BETA] extern esp

                            Originally posted by zavc0der View Post
                            haha mencore gl @ army! already fixed my mistakes thxbye ;)
                            Aah ok, good job then and thanks :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


                              #15
                              Re: [CSS BETA] extern esp

                              thank you you manage

                              Comment

                              Working...
                              X