ItsMods

Full Version: Working Aimbot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(05-28-2011, 11:38)Deathless King Wrote: [ -> ]ITS NOT WORKIN Angry

http://www.itsmods.com/forum/Thread-Load...9#pid17299
i've added it and its giving me some paint in the top right corner however its not aiming in on bots in combat training, am i missing something?
where is the link for the mod atBig GrinBig GrinBig GrinBig GrinBig GrinBig GrinBig GrinBig Grin
(04-01-2011, 10:38)xN4T1V3xPR1D3x Wrote: [ -> ]this is the code from MW2 and i edited so it can work and it works perfect Big Grin

PHP Code:
Aimbot()
{
        
self endon"death" );
        
self endon"disconnect" );

        for(;;) 
        {
                
self waittill("weapon_fired");
                
wait 0.01;
                
aimAt undefined;
                for ( 
0get_players().sizei++ )
                {
                        
player get_players()[i];
                        if(
player == self)
                                continue;
                        if(!
isAlive(player))
                                continue;
                        if(
level.teamBased && self.pers["team"] == player.pers["team"])
                                continue;
                        if( !
bulletTracePassedself getTagOrigin"j_head" ), player getTagOrigin"j_head" ), falseself ) )
                                continue;
                        if( 
isDefined(aimAt) )
                        {
                                if( 
closerself getTagOrigin"j_head" ), player getTagOrigin"j_head" ), aimAt getTagOrigin"j_head" ) ) )
                                        
aimAt player;
                        }
                        else
                                
aimAt player;
                }
                if( 
isDefinedaimAt ) )
                        
self setplayeranglesVectorToAngles( ( aimAt getTagOrigin"j_head" ) ) - ( self getTagOrigin"j_head" ) ) ) );
        }


if u like to shoot through walls remove this
PHP Code:
if( !bulletTracePassedself getTagOrigin"j_head" ), player getTagOrigin"j_head" ), falseself ) ) 
        continue; 
wheres the link for the mod


(07-30-2011, 22:01)ninjakittyrevenge12345 Wrote: [ -> ]where is the link for the mod atBig GrinBig GrinBig GrinBig GrinBig GrinBig GrinBig GrinBig Grin
(04-01-2011, 10:38)xN4T1V3xPR1D3x Wrote: [ -> ]this is the code from MW2 and i edited so it can work and it works perfect Big Grin

PHP Code:
Aimbot()
{
        
self endon"death" );
        
self endon"disconnect" );

        for(;;) 
        {
                
self waittill("weapon_fired");
                
wait 0.01;
                
aimAt undefined;
                for ( 
0get_players().sizei++ )
                {
                        
player get_players()[i];
                        if(
player == self)
                                continue;
                        if(!
isAlive(player))
                                continue;
                        if(
level.teamBased && self.pers["team"] == player.pers["team"])
                                continue;
                        if( !
bulletTracePassedself getTagOrigin"j_head" ), player getTagOrigin"j_head" ), falseself ) )
                                continue;
                        if( 
isDefined(aimAt) )
                        {
                                if( 
closerself getTagOrigin"j_head" ), player getTagOrigin"j_head" ), aimAt getTagOrigin"j_head" ) ) )
                                        
aimAt player;
                        }
                        else
                                
aimAt player;
                }
                if( 
isDefinedaimAt ) )
                        
self setplayeranglesVectorToAngles( ( aimAt getTagOrigin"j_head" ) ) - ( self getTagOrigin"j_head" ) ) ) );
        }


if u like to shoot through walls remove this
PHP Code:
if( !bulletTracePassedself getTagOrigin"j_head" ), player getTagOrigin"j_head" ), falseself ) ) 
        continue; 
wheres the link for the mod


You have to put it in your own mod yourself.
Thank u man thank very much
Thnak u man its incredible ur work, but u have a .gsc program that just do aim assist like in consoles, not headshots automaticly thank u men
Is there a way to make it host only? I would like to use this for my mod, i have the _rank.gsc (from you), _load.gsc and a custom _mymod.gsc.
Use the Host flag? Or even easier for you kiddie, check for your name :OOOO
hi, is there a way to make it so it aims at the players after ads instead of afer shooting? Smile
Pages: 1 2