google-site-verification: googlebaca44933768a824.html simple clock - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

simple clock

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

    simple clock

    hi all :D, exist any code simple for add to my cheat a simple clock in screen using a cvar systime for example?

    Thanks

    #2
    for what engine because you could use d3d which will work for most games....
    unless its opengl
    Buy
    _______________________________________________

    Comment


      #3
      easy way is

      char szTime[9];
      _strtime(szTime);
      CheatVar.m_pControll->DrawString(460, 5, CHEAT_RED, szTime );
      CheatVar.m_pControll->DrawString(425, 5, CHEAT_RED, "Time:" );

      Comment


        #4
        Originally posted by Punisher View Post
        easy way is

        char szTime[9];
        _strtime(szTime);
        CheatVar.m_pControll->DrawString(460, 5, CHEAT_RED, szTime );
        CheatVar.m_pControll->DrawString(425, 5, CHEAT_RED, "Time:" );

        i use VacSux code, this code no work for my base, ERROR!!!!!!! :(

        Comment


          #5
          ....change Cvar !

          Comment


            #6
            Originally posted by Punisher View Post
            ....change Cvar !
            char szTime[9];
            _strtime(szTime);
            rbaseA.m_pControll->DrawString(460, 5, CHEAT_RED, szTime );
            rbaseA.m_pControll->DrawString(425, 5, CHEAT_RED, "Time:" );

            rbaseA my Cvar.

            im no avanced user in programation, ok i change cvars name for my cvars code, now, this code cpp file that I must put?, thanks man.

            Another problem:

            if(MisCvars.aim_shoot==1)///////////////////////////////AUTOSHOOT
            cmd->buttons |= IN_ATTACK;

            Autoshoot no work

            Comment


              #7
              look at some old hlh code or some new sources that are running about
              Buy
              _______________________________________________

              Comment


                #8
                Originally posted by Lrrpdude View Post
                look at some old hlh code or some new sources that are running about
                yer i think hlh has it in
                FUHRERS G0T HIS SWAGGA BACK

                Comment


                  #9
                  Originally posted by Aknglock View Post
                  yer i think hlh has it in

                  is posible update the cheat hlh for run?, i compile the code of this cheat, but, hl2 crash in load cheat.

                  any solucion or help?

                  Comment


                    #10
                    if(base.m_psCvar->misc_autopistol){
                    static bool bInAttack = false;
                    if ( bInAttack )
                    c->buttons |= IN_ATTACK;
                    else
                    c->buttons &= ~IN_ATTACK;
                    bInAttack = !bInAttack;
                    }
                    theres the autoshoot i used got it off Fum1n esp src just change the cvars and u should b ok

                    Comment


                      #11
                      Originally posted by xblade View Post
                      is posible update the cheat hlh for run?, i compile the code of this cheat, but, hl2 crash in load cheat.

                      any solucion or help?
                      yes learn how to code ;/
                      I 0x90 you!

                      Comment


                        #12
                        Originally posted by aVitamin View Post
                        yes learn how to code ;/

                        any help for me :D

                        thanks

                        Comment


                          #13
                          update hooking functions for HLH pointers and other goodies that i know knothing about ;/
                          Buy
                          _______________________________________________

                          Comment


                            #14
                            Originally posted by Lrrpdude View Post
                            update hooking functions for HLH pointers and other goodies that i know knothing about ;/
                            mmm i looking source code and no see nothig hooking functions for HLH pointers, can you help me to Identify this pointers or funtions?

                            Thanks

                            Comment


                              #15
                              what about?(yep change your print)

                              Code:
                                       
                              if( m_pCvars.clock.GetBool() ) 
                                      {
                                          SYSTEMTIME SysTime; 
                                          GetLocalTime(&SysTime);
                              m_pDrawing.Draw_String(m_pCvars.clock_x.Getfloat(),m_pCvars.clock_y.Getfloat(),"%02d:%02d:%02d",SysTime.wHour,SysTime.wMinute,SysTime.wSecond);
                                      }






                              gibs coins @
                              1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

                              Comment


                                #16
                                Originally posted by xblade View Post
                                mmm i looking source code and no see nothig hooking functions for HLH pointers, can you help me to Identify this pointers or funtions?

                                Thanks
                                ask v3n0m4 about these things i know nothing of hooking :(
                                and in the old day that i remember he also got old hlh to work ^^
                                Buy
                                _______________________________________________

                                Comment


                                  #17
                                  Originally posted by Lrrpdude View Post
                                  ask v3n0m4 about these things i know nothing of hooking :(
                                  and in the old day that i remember he also got old hlh to work ^^
                                  lol nope im not gonna help for stuff like that...
                                  he just need to know what he do .
                                  :o






                                  gibs coins @
                                  1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

                                  Comment


                                    #18
                                    lol.....

                                    Comment

                                    Working...
                                    X