google-site-verification: googlebaca44933768a824.html Updating a basehook - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

Updating a basehook

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

    Updating a basehook

    okayyyy i need someone to give me a little hint on how to update a basehook. i am pacticing with s0beit's public css basehook but i need some help updating it.

    thanks

    #2
    Re: Updating a basehook

    Did you ever read a c++ book?

    Code:
    [B?] ent_proof unstuck ?? banne: moderating royalhack is dangerous too , makes u want to go thru the window 
    [B?] ent_proof unstuck ?? banne: i eat microwaved shits all the time xD

    Comment


      #3
      Re: Updating a basehook

      whats that?

      Comment


        #4
        Re: Updating a basehook

        Originally posted by eightysix View Post
        whats that?
        TROLOLOLOL
        c++ is a programming lang.
        If u dont even know what c++ is u should stop
        posting threads and try to "code"

        Code:
        [B?] ent_proof unstuck ?? banne: moderating royalhack is dangerous too , makes u want to go thru the window 
        [B?] ent_proof unstuck ?? banne: i eat microwaved shits all the time xD

        Comment


          #5
          Re: Updating a basehook

          i thought thats c# sorry kiddo

          Comment


            #6
            Re: Updating a basehook

            well if i have time i will send u updated base with hooked creatmove 4 u and deluxeFag
            ??m?

            Comment


              #7
              Re: Updating a basehook

              to update a basehook just write in ur main.cpp
              Code:
              update (S1ckCSSHackToNewestVersionAble)
              {
              do urself v4cund3t3ctedFOREVA, xrayscreenshotclear = true
              }
              loop update
              Vac cant detect this
              VAC JUST CUMCUM!

              Comment


                #8
                Re: Updating a basehook

                Originally posted by Rudolf123 View Post
                to update a basehook just write in ur main.cpp
                Code:
                update (S1ckCSSHackToNewestVersionAble)
                {
                do urself v4cund3t3ctedFOREVA, xrayscreenshotclear = true
                }
                loop update
                Vac cant detect this
                VAC JUST CUMCUM!

                i did it but it doesnt inject into css? i copy + pasted it. what did i do wrong?

                Comment


                  #9
                  Re: Updating a basehook

                  Originally posted by eightysix View Post
                  i did it but it doesnt inject into css? i copy + pasted it. what did i do wrong?

                  Comment


                    #10
                    Re: Updating a basehook

                    Originally posted by eightysix View Post
                    i did it but it doesnt inject into css? i copy + pasted it. what did i do wrong?
                    try it with :
                    Code:
                     
                    
                    update (S1ckCSSHackToNewestVersionAble)
                    {
                    do < urself, {xrayscreen}shotclear = true
                    }
                    target < {en}orangeengine.abp

                    Code:
                    [B?] ent_proof unstuck ?? banne: moderating royalhack is dangerous too , makes u want to go thru the window 
                    [B?] ent_proof unstuck ?? banne: i eat microwaved shits all the time xD

                    Comment


                      #11
                      Re: Updating a basehook

                      Originally posted by deluxeFag View Post
                      try it with :
                      Code:
                       
                      
                      update (S1ckCSSHackToNewestVersionAble)
                      {
                      do < urself, {xrayscreen}shotclear = true
                      }
                      target < {en}orangeengine.abp
                      instead of the < use an >
                      makes the aimbot much more accurate

                      also we could use an if statement to check if theres a faster aimbot on server
                      Code:
                      if (aimbotNotFastEnough)
                      {
                      AimbotSpeed = 0.1
                      }

                      Comment


                        #12
                        Re: Updating a basehook

                        Originally posted by Rudolf123 View Post
                        instead of the < use an >
                        makes the aimbot much more accurate

                        also we could use an if statement to check if theres a faster aimbot on server
                        if (aimbotNotFastEnough)
                        {
                        AimbotSpeed = 0.1
                        }
                        Code:
                        } 
                        if *playerIsStanding
                        if *Enemymoves headpoint // headpoint 14
                        if *aimbot on
                        (fly.Destination), (aimpoint *getHead)
                        }
                        add this for headpoint.
                        Last edited by Purple Haze; 06-19-2011, 11:08 AM.

                        Code:
                        [B?] ent_proof unstuck ?? banne: moderating royalhack is dangerous too , makes u want to go thru the window 
                        [B?] ent_proof unstuck ?? banne: i eat microwaved shits all the time xD

                        Comment


                          #13
                          Re: Updating a basehook

                          I'm soon gonna release my VIP hack which includes teleporting

                          Code:
                          {
                          get *Player(x,y)
                          AskGodToFly *Player // AskGodtoFly is an integer which sends 1337 numbers to client
                          }

                          Comment


                            #14
                            Re: Updating a basehook

                            @eightysix
                            1. learn c++
                            2. learn c++ better
                            3. look in msdn @ other sourcecodes for examples and try to lern with them.

                            if you did this -> you can update a basehook btw my release

                            Code:
                            #include <BaseHook> // This is the windows defined header file for css cheats
                            
                            void cheat()
                            {
                            	If (ISPLAYERTHERE && IN_FOV)
                            	{
                            		GiveUberSickFlickShotOfDoom();
                            		return true;
                            	}
                            	else
                            	{
                            		ScanForPlayer();
                            		return false;
                            	}
                            	
                            	/* now the esp */
                            	If ( Player == Rendered )
                            	{	
                            		DrawCoolBoxToIt();
                            		return penis;
                            	}
                            	else
                            	{
                            		SearchPlayer();
                            	}
                            
                            	/* Bunnyhop */
                            	If ( CurrentPlayer == InJump)
                            	{
                            		ExternCSSCommand("+jump");
                            	}		
                            }

                            Comment


                              #15
                              Re: Updating a basehook

                              Originally posted by moyo View Post
                              @eightysix
                              1. learn c++
                              2. learn c++ better
                              3. look in msdn @ other sourcecodes for examples and try to lern with them.

                              if you did this -> you can update a basehook btw my release

                              Code:
                              #include <BaseHook> // This is the windows defined header file for css cheats
                              
                              void cheat()
                              {
                              	If (ISPLAYERTHERE && IN_FOV)
                              	{
                              		GiveUberSickFlickShotOfDoom();
                              		return true;
                              	}
                              	else
                              	{
                              		ScanForPlayer();
                              		return false;
                              	}
                              	
                              	/* now the esp */
                              	If ( Player == Rendered )
                              	{	
                              		DrawCoolBoxToIt();
                              		return penis;
                              	}
                              	else
                              	{
                              		SearchPlayer();
                              	}
                              
                              	/* Bunnyhop */
                              	If ( CurrentPlayer == InJump)
                              	{
                              		ExternCSSCommand("+jump");
                              	}		
                              }
                              PFF noob sourcecode

                              Use the codes DeluxeFag and I posted!

                              Comment


                                #16
                                Re: Updating a basehook

                                jokes appart, do you guys have a link to a post explaining the ways to update Vtables?

                                it wouldn't be bad to have a look at it...
                                :)

                                Comment


                                  #17
                                  Re: Updating a basehook

                                  Originally posted by moyo View Post
                                  @eightysix
                                  1. learn c++
                                  2. learn c++ better
                                  3. look in msdn @ other sourcecodes for examples and try to lern with them.

                                  if you did this -> you can update a basehook btw my release

                                  Code:
                                  #include <BaseHook> // This is the windows defined header file for css cheats
                                  
                                  void cheat()
                                  {
                                  	If (ISPLAYERTHERE && IN_FOV)
                                  	{
                                  		GiveUberSickFlickShotOfDoom();
                                  		return true;
                                  	}
                                  	else
                                  	{
                                  		ScanForPlayer();
                                  		return false;
                                  	}
                                  	
                                  	/* now the esp */
                                  	If ( Player == Rendered )
                                  	{	
                                  		DrawCoolBoxToIt();
                                  		return penis;
                                  	}
                                  	else
                                  	{
                                  		SearchPlayer();
                                  	}
                                  
                                  	/* Bunnyhop */
                                  	If ( CurrentPlayer == InJump)
                                  	{
                                  		ExternCSSCommand("+jump");
                                  	}		
                                  }
                                  Returning true and false in a void function? Ok I understand your post was meant as a joke but ninjaplz.
                                  However this thread has exceeded it's lulz-limit so I just close it.
                                  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