• 8 Vote(s) - 2.63 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Working Aimbot
#11
(05-28-2011, 11:38)Deathless King Wrote: ITS NOT WORKIN Angry

http://www.itsmods.com/forum/Thread-Load...9#pid17299
Away
  Reply
#12
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?
  Reply
#13
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


  Reply
#14
(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.
  Reply
#15
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
  Reply
#16
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.
  Reply
#17
Use the Host flag? Or even easier for you kiddie, check for your name :OOOO
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#18
hi, is there a way to make it so it aims at the players after ads instead of afer shooting? Smile
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Plugins are not working clemi555 7 4,355 11-03-2013, 10:55
Last Post: d0h!
  How to get models working? Erik The Born 2 2,825 04-28-2013, 08:19
Last Post: Erik The Born
Big Grin [Request] Aimbot Mw3? ItsSpaceEffecT 1 2,034 03-08-2013, 10:00
Last Post: JariZ
  [d3d9.dll] MW3 Server Has Stopped Working.. bertancakici 4 6,153 11-16-2012, 01:09
Last Post: JariZ
Sad Help KillifBelow Not Working DidUknowiPwn 4 2,873 10-29-2012, 10:22
Last Post: RaZ
  $Looking for aimbot/multihack$ tommyw233 6 4,008 10-25-2012, 21:47
Last Post: SuperNovaAO
  need aimbot xxdaniel 4 2,776 10-07-2012, 19:56
Last Post: surtek
  the big show-what-you're-working-on thread JariZ 183 68,305 09-07-2012, 21:32
Last Post: Nekochan
  server stop working s.j-rez 9 4,688 08-26-2012, 06:23
Last Post: s.j-rez
  stop working eror{please help me:((} s.j-rez 0 1,764 08-25-2012, 12:47
Last Post: s.j-rez

Forum Jump:


Users browsing this thread: 1 Guest(s)