google-site-verification: googlebaca44933768a824.html CoD4 GenocideHack [SRC] - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

CoD4 GenocideHack [SRC]

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

    CoD4 GenocideHack [SRC]



    Code:
    Settings.AimEnabled					= Bot_AddConfig( "Aimbot Settings", "Aimbot_Enabled", false );
    	Settings.AimSpot					= Bot_AddConfig( "Aimbot Settings", "Aimbot_AimBone", 0, 0, 4 );
    	Settings.AimShoot					= Bot_AddConfig( "Aimbot Settings", "Aimbot_AutoShoot", false );
    	Settings.AimPredict					= Bot_AddConfig( "Aimbot Settings", "Aimbot_AimPrediction", false );
    	Settings.AimKey						= Bot_AddConfig( "Aimbot Settings", "Aimbot_AimKey", 0, 0, 61 );
    	Settings.AimSort					= Bot_AddConfig( "Aimbot Settings", "Aimbot_TargetSort", 0, 0, 1 );
    	Settings.AimLock					= Bot_AddConfig( "Aimbot Settings", "Aimbot_FreezeMouse", false );
    	Settings.AimZoom					= Bot_AddConfig( "Aimbot Settings", "Aimbot_AutoZoom", false );
    	Settings.AimMultiBone				= Bot_AddConfig( "Aimbot Settings", "Aimbot_MultiBone", false );
    	Settings.AimSelfPrediction			= Bot_AddConfig( "Aimbot Settings", "Aimbot_SelfPrediction", false );
    	Settings.AimSelfPredictionValue		= Bot_AddConfig( "Aimbot Settings", "Aimbot_SelfPredictValue", 0.25f, 0.000f, 1.000f );
    	Settings.AimTraceReturn				= Bot_AddConfig( "Aimbot Settings", "Aimbot_TraceFraction", 0.970f, 0.000f, 1.000f );
    	Settings.AimVector					= Bot_AddConfig3f( "Aimbot Settings", "Aimbot_Vectors", DefAimVecs, -99.000f, 99.000f );
    	
    	Settings.EspEnabled					= Bot_AddConfig( "Esp Settings", "Esp_Enabled", false );
    	Settings.EspEnemy					= Bot_AddConfig( "Esp Settings", "Esp_DrawEnemies", false );
    	Settings.EspFriendly				= Bot_AddConfig( "Esp Settings", "Esp_DrawFriendlies", false );
    	Settings.EspName					= Bot_AddConfig( "Esp Settings", "Esp_NameTags", false );
    	Settings.EspDistance				= Bot_AddConfig( "Esp Settings", "Esp_DistanceTags", false );
    	Settings.EspWeapon					= Bot_AddConfig( "Esp Settings", "Esp_WeaponTags", 0, 0, 2 );
    	Settings.EspBox						= Bot_AddConfig( "Esp Settings", "Esp_BoundingBox", false );
    	Settings.EspShadow					= Bot_AddConfig( "Esp Settings", "Esp_Shadow", 0, 0, 2 );
    	Settings.EspEntity					= Bot_AddConfig( "Esp Settings", "Esp_Entity", false );
    	Settings.EspGrenade					= Bot_AddConfig( "Esp Settings", "Esp_Grenades", false );
    	Settings.EspHeli					= Bot_AddConfig( "Esp Settings", "Esp_Helictopers", false );
    	Settings.EspAirstrike				= Bot_AddConfig( "Esp Settings", "Esp_Airstrikes", false );
    	Settings.EspTargetInfo				= Bot_AddConfig( "Esp Settings", "Esp_TargetInfo", false );
    	Settings.EspFont					= Bot_AddConfig( "Esp Settings", "Esp_Font", 0, 0, 4 );
    
    	Settings.VisualsEnabled				= Bot_AddConfig( "Visual Settings", "Visual_Enabled", false );
    	Settings.Radar						= Bot_AddConfig( "Visual Settings", "Visual_Radar", false );
    	Settings.RadarCross					= Bot_AddConfig( "Visual Settings", "Visual_RadarCross", false );
    	Settings.RadarDot					= Bot_AddConfig( "Visual Settings", "Visual_RadarDot", 0, 0, 2 );
    	Settings.Killstats					= Bot_AddConfig( "Visual Settings", "Visual_Killstats", false );
    	Settings.Crosshair					= Bot_AddConfig( "Visual Settings", "Visual_Crosshair", false );
    	Settings.CrosshairSize				= Bot_AddConfig( "Visual Settings", "Visual_CrosshairSize", 20.000f, 1.000f, 9999.000f );
    
    	Settings.HackEnabled				= Bot_AddConfig( "Hack Settings", "Hack_Enabled", false );
    	Settings.NoRecoil					= Bot_AddConfig( "Hack Settings", "Hack_NoRecoil", false );
    	Settings.Killsounds					= Bot_AddConfig( "Hack Settings", "Hack_KillSounds", false );
    	Settings.Killspam					= Bot_AddConfig( "Hack Settings", "Hack_KillSpam", false );
    	Settings.Laser						= Bot_AddConfig( "Hack Settings", "Hack_Lasersight", false );
    	Settings.Namestealer				= Bot_AddConfig( "Hack Settings", "Hack_Namesteal", false );
    	Settings.Autovote					= Bot_AddConfig( "Hack Settings", "Hack_Autovote", false );
    	Settings.Autothrow					= Bot_AddConfig( "Hack Settings", "Hack_AutoThrowBack", false );
    	Settings.Autoweapons				= Bot_AddConfig( "Hack Settings", "Hack_AutoWeapons", false );
    
    	Settings.EnemyVisible				= Bot_AddConfig4f( "Color Settings", "Color_EnemyVisible", DefEnemyVis, 0.000f, 1.000f );
    	Settings.EnemyInvisible				= Bot_AddConfig4f( "Color Settings", "Color_EnemyInvisible", DefEnemyHid, 0.000f, 1.000f );
    	Settings.FriendVisible				= Bot_AddConfig4f( "Color Settings", "Color_FriendVisible", DefFriendVis, 0.000f, 1.000f );
    	Settings.FriendInvisible			= Bot_AddConfig4f( "Color Settings", "Color_FriendInvisible", DefFriendHid, 0.000f, 1.000f );
    	Settings.GrenadeVisible				= Bot_AddConfig4f( "Color Settings", "Color_GrenadeVisible", DefGrenadeVis, 0.000f, 1.000f );
    	Settings.GrenadeInvisible			= Bot_AddConfig4f( "Color Settings", "Color_GrenadeInvisible", DefGrenadeHid, 0.000f, 1.000f );
    
    	Settings.StatsBack					= Bot_AddConfig4f( "Color Settings", "Color_KillStats_Background", DefStatsBack, 0.000f, 1.000f );
    	Settings.StatsBorder				= Bot_AddConfig4f( "Color Settings", "Color_KillStats_Border", DefStatsBorder, 0.000f, 1.000f );
    	Settings.RadarBack					= Bot_AddConfig4f( "Color Settings", "Color_Radar_Background", DefRadarBack, 0.000f, 1.000f );
    	Settings.RadarBorder				= Bot_AddConfig4f( "Color Settings", "Color_Radar_Border", DefRadarBorder, 0.000f, 1.000f );
    	Settings.MenuBack					= Bot_AddConfig4f( "Color Settings", "Color_Menu_Background", DefMenuBack, 0.000f, 1.000f );
    	Settings.MenuBorder					= Bot_AddConfig4f( "Color Settings", "Color_Menu_Border", DefMenuBorder, 0.000f, 1.000f );


    note!
    the hack cant be compiled correctly just grap stuff from it

    ps:
    thanks chaser for sending it to pb also


    and yes i am to lazy to post the settings without code...

    #2
    Re: CoD4 GenocideHack [SRC]

    Idea time.
    Last edited by Guest; 07-18-2011, 06:19 AM.

    Comment


      #3
      Re: CoD4 GenocideHack [SRC]

      "File not found. It has been either deleted, or it never existed at all." can you reupload the file its possible plz?

      Comment


        #4
        Re: CoD4 GenocideHack [SRC]

        So you're crying with some false DMCA threats when your shit gets leaked here but afterwards you leak here too? Fucking underage immature prick, try to get over it that your copypastedump got leaked.
        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


          #5
          Re: CoD4 GenocideHack [SRC]

          too bad, link is dead. Mencore, relax man, don't get mad.

          Comment


            #6
            Re: CoD4 GenocideHack [SRC]

            Originally posted by mencore View Post
            So you're crying with some false DMCA threats when your shit gets leaked here but afterwards you leak here too? Fucking underage immature prick, try to get over it that your copypastedump got leaked.
            w00ooo0t u mad?
            http://aimbots.net/basehooks-sources...hook-cod4.html <- updated hack + new stuff added and public :)

            @ jim123

            Comment


              #7
              Re: CoD4 GenocideHack [SRC]

              I'm glad you're still trying to play off my source as yours :)

              EDIT: That link will also be dead soon. I'll take down every one of them kid :)
              Last edited by Guest; 07-20-2011, 08:38 AM.

              Comment


                #8
                Re: CoD4 GenocideHack [SRC]

                Originally posted by Chaser343 View Post
                EDIT: That link will also be dead soon. I'll take down every one of them kid :)
                wish to see that :) you come to germany go with me into the datacenter where my hardware is located to destroy it? since i dont use any shared hosting's ;)

                or what u gonna do? ddos it? :D no problem il just nullroute your subnet over and over again.

                Comment


                  #9
                  Re: CoD4 GenocideHack [SRC]

                  I'm masturbating to this thread.
                  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
                    Re: CoD4 GenocideHack [SRC]

                    Originally posted by mencore View Post
                    I'm masturbating to this thread.
                    I'm glad to hear

                    Comment


                      #11
                      Re: CoD4 GenocideHack [SRC]

                      Originally posted by wessie View Post
                      wish to see that :) you come to germany go with me into the datacenter where my hardware is located to destroy it? since i dont use any shared hosting's ;)

                      or what u gonna do? ddos it? :D no problem il just nullroute your subnet over and over again.
                      Nah, don't need to. Much simpler and easier ways. Doesn't require script kiddie actions nor paying someone to hack the site. Open your eyes kid :)

                      Comment


                        #12
                        Re: CoD4 GenocideHack [SRC]

                        i wouldnt ever sent my src or either .dll to PB like chaser does and leaks my dll now after I DID personally download the source code off hes pc by using CyberGate RAT wich i did on purpose use to him ( my backup if would turn against me or scam me at VA ) . . . and hacked ( together with one guy ) hes and CyberDwaks VA website ( from where i got kicked because some unknown threated chaser to take down site because i use public hook wich was bs but anyways ).

                        so credit me lol, that source code is pretty leet i dont believe Chaser ever made it really.

                        VA = Virtual-Advantage ( wich is now in better hands not in some 15 year old kids ).

                        Comment


                          #13
                          Re: CoD4 GenocideHack [SRC]

                          Can't believe someone who's banned, sir. :P

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

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

                          Comment


                            #14
                            Re: CoD4 GenocideHack [SRC]

                            Originally posted by Sfab View Post
                            i wouldnt ever sent my src or either .dll to PB like chaser does and leaks my dll now after I DID personally download the source code off hes pc by using CyberGate RAT wich i did on purpose use to him ( my backup if would turn against me or scam me at VA ) . . . and hacked ( together with one guy ) hes and CyberDwaks VA website ( from where i got kicked because some unknown threated chaser to take down site because i use public hook wich was bs but anyways ).

                            so credit me lol, that source code is pretty leet i dont believe Chaser ever made it really.

                            VA = Virtual-Advantage ( wich is now in better hands not in some 15 year old kids ).
                            Says the 21[close enough ?] yr old who likes to sell code to anyone with the money. You must be pretty desperate for cash, or greedy. If you were as "leet" as you think you were, you would have respect for any work that you may come across, and would not allow people like wesley or robbin to get it without understanding it completely. So, let's go over the outcome of this. CoD4 punkbuster now detects hardware breakpoints. If you wouldn't of supported c+p'rs, this wouldn't of happened or atleast could have been delayed. For example, in that post of yours in UC where you found offsets for Chod's cod6 nospread in cod4. You made it very clear that you wanted to help people who didn't have knowledge to code things their own.

                            Comment

                            Working...
                            X