google-site-verification: googlebaca44933768a824.html [HL2/ep1] s1mpleX pub base - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

[HL2/ep1] s1mpleX pub base

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

    [HL2/ep1] s1mpleX pub base

    i already posted this basic base in another thread but i thought it'd be better to post also here...

    features:
    "advanced" obtaining of the factories
    simple vmt hooking of PaintTraverse and CreateMove

    so here it is...


    have fun
    Attached Files
    I 0x90 you!

    #2
    Ok, I had to post. I said thanks but w/e. This just seems like deja vu to me. Not a clue why. Anyway, code looks good. Good Job aVitamin.
    <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

    See a Star? Add a Zero, now you can know him.

    Comment


      #3
      Oh shit, this is neat shit. Now a question, is this where i put my name and remove credits so it's ready to sell?

      Code:
      /*
              ____               .__         ____  ___
        _____/_   | _____ ______ |  |   ____ \   \/  /
       /  ___/|   |/     \\____ \|  | _/ __ \ \     / 
       \___ \ |   |  Y Y  \  |_> >  |_\  ___/ /     \ 
      /____  >|___|__|_|  /   __/|____/\___  >___/\  \
           \/           \/|__|             \/      \_/
      
      	            a simple css base
      				       by
      			        aVitamin
      
      					Credits:
      					P47R1CK
      */
      like, replace ascii-logo with my sites name, second part with a 31337 VIP HACK by myname, Credits: None ?????
      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


        #4
        Originally posted by mencore View Post
        Oh shit, this is neat shit. Now a question, is this where i put my name and remove credits so it's ready to sell?

        like, replace ascii-logo with my sites name, second part with a 31337 VIP HACK by myname, Credits: None ?????
        Already done.
        GO BUY MA UB3R L33T HVH BHOP H4X ON WWW.HURRICANE-PURE-SELFCODE-HAX.COM PLZ!!1111
        Last edited by HuЯЯ1cΛиΞ; 09-21-2009, 09:56 PM.

        Comment


          #5
          Originally posted by HuЯЯ1cΛиΞ? View Post
          Already done.
          GO BUY MA UB3R L33T HVH BHOP H4X ON WWW.HURRICANE-PURE-SELFCODE-HAX.COM PLZ!!1111
          Kaspersky
          Internet Security 2010
          Access denied
          The requested URL could not be retrieved

          While trying to retrieve the URL:

          YOU GOT RICK ROLLED

          The following threat was encountered:

          The requested object is INFECTED with the following viruses: Hoax.HTML.BadJoke.Ketok.a
          Generated:
          21.9.2009 23:59:22
          Kaspersky Internet Security 2010
          Thanks, i buy one.
          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
            nice release.
            /* fibre */

            Comment


              #7
              The requested object is INFECTED with the following viruses: Hoax.HTML.BadJoke.Ketok.a
              GEEZ YOU GOT THE BADJOKE VIRUS!! :o

              Comment


                #8
                lol badjoke your infected lol nah it's a joke






                gibs coins @
                1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

                Comment


                  #9
                  Originally posted by czkb View Post
                  lol badjoke your infected lol nah it's a joke
                  Is it a BAD JOKE?
                  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
                    Is it a BAD JOKE?
                    No way, would be too obvious lol. :D

                    Comment


                      #11
                      Originally posted by mencore View Post
                      Is it a BAD JOKE?
                      have you laught?

                      kyky






                      gibs coins @
                      1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

                      Comment


                        #12
                        Originally posted by czkb View Post
                        have you laught?

                        kyky
                        I rifk'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


                          #13
                          Hoax.HTML.BadJoke.Ketok.a :(

                          Comment


                            #14
                            i <3 this base...

                            Comment


                              #15
                              is that correct ?

                              Code:
                              if(VirtualProtect((LPVOID)((DWORD)pdwPanelVMT + 0xA0/*40 * 0x4*/), 4, PAGE_EXECUTE_READWRITE, &dwOldProtect))
                              	
                              .
                              .
                              .
                              
                              if(VirtualProtect((LPVOID)((DWORD)pdwClientVMT + 0x60/*18 * 0x4*/), 4, PAGE_EXECUTE_READWRITE, &dwOldProtect))

                              40 * 0x4 = 160 = 0xA0 <- ok.

                              18 * 0x4 = 72 = 0x48 <- ?? Why 0x60 ??


                              Greetz :D

                              Comment


                                #16
                                Originally posted by lolwurst View Post
                                is that correct ?

                                Code:
                                if(VirtualProtect((LPVOID)((DWORD)pdwPanelVMT + 0xA0/*40 * 0x4*/), 4, PAGE_EXECUTE_READWRITE, &dwOldProtect))
                                	
                                .
                                .
                                .
                                
                                if(VirtualProtect((LPVOID)((DWORD)pdwClientVMT + 0x60/*18 * 0x4*/), 4, PAGE_EXECUTE_READWRITE, &dwOldProtect))

                                40 * 0x4 = 160 = 0xA0 <- ok.

                                18 * 0x4 = 72 = 0x48 <- ?? Why 0x60 ??


                                Greetz :D
                                0x18 x 0x4 = 0x60...

                                Comment


                                  #17
                                  Originally posted by Impulse View Post
                                  0x18 x 0x4 = 0x60...

                                  but 0x40 x 0x4 equals 100.

                                  I mean 0xA0 = 160

                                  Greetz

                                  Comment


                                    #18
                                    0x18 TIMES 0x04 EQUALS 0x60 DAMNIT.

                                    -WaRPiG
                                    <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

                                    See a Star? Add a Zero, now you can know him.

                                    Comment


                                      #19
                                      Originally posted by WaRPiG View Post
                                      0x18 TIMES 0x04 EQUALS 0x60 DAMNIT.

                                      -WaRPiG

                                      Yes, of course, but look at the first VirtualProtect Funktion.

                                      0x40 * 0x4 equals 0x100 But the Result there is 0xA0.

                                      Greetz :D

                                      Comment


                                        #20
                                        Originally posted by lolwurst View Post
                                        Yes, of course, but look at the first VirtualProtect Funktion.

                                        0x40 * 0x4 equals 0x100 But the Result there is 0xA0.

                                        Greetz :D
                                        Its not 0x40 * 0x4 but 40 * 0x4

                                        Comment


                                          #21
                                          Re: [HL2/ep1] s1mpleX pub base

                                          1: when i try to compile, i get alotta SDK errors
                                          2: when i at last found out how to compile without errors , it crashed my game lol
                                          3: i wanna start from a simple basehook, and the way i see it, this looks very nice
                                          4: the funcs are nice, but i dont understand shit of asembly :S so if any1 is gonna upload a fixed version of this, could they (if they have time) replace the asembly with c++ thanks
                                          could some1 please upload a fixed version of this basehook?
                                          [Ĺ.Ğ.Ś] 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


                                            #22
                                            Re: [HL2/ep1] s1mpleX pub base

                                            idk whats your problem
                                            i just included my sdk and it works

                                            I dont even know why i uploaded this for a guy like you
                                            but seems that you have a lucky day
                                            RapidShare: 1-CLICK Web hosting - Easy Filehosting

                                            Comment

                                            Working...
                                            X