• 8 Vote(s) - 2.63 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Working Aimbot
#1
this is the code from MW2 and i edited so it can work and it works perfect :D

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; 
Away
  Reply
#2
Where do I add the code to? I'm new to this D:
Steam- iHeartNoobs
Facebook- Ask me (:

Become a known member [o]
Get 100 posts [o]
Make a mod [o]
  Reply
#3
(04-03-2011, 09:09)iHeartNoobs Wrote: Where do I add the code to? I'm new to this D:

here learn first: http://www.itsmods.com/forum/Thread-Basi...orial.html
Away
  Reply
#4
That's nice, will be useful to host only features. Big Grin
[Image: lQDUjba.jpg]
  Reply
#5
(04-03-2011, 23:15)xN4T1V3xPR1D3x Wrote:
(04-03-2011, 09:09)iHeartNoobs Wrote: Where do I add the code to? I'm new to this D:

here learn first: http://www.itsmods.com/forum/Thread-Basi...orial.html

Thanks for that! Wait I still don't get it. Do I put the script in the mod that I'm making?
Steam- iHeartNoobs
Facebook- Ask me (:

Become a known member [o]
Get 100 posts [o]
Make a mod [o]
  Reply
#6
Yes, copy and paste that into you rank, then write self thread Aimbot(); and put it as written in the tut.
[Image: lQDUjba.jpg]
  Reply
#7
I can't get it right! It's so confusing Sad
Anyone wanna help me on msn? Might be easier
Steam- iHeartNoobs
Facebook- Ask me (:

Become a known member [o]
Get 100 posts [o]
Make a mod [o]
  Reply
#8
After for(;Wink
add
{
self thread Aimbot();
}
and copy and paste the code at the bottom of_rank.gsc
[Image: lQDUjba.jpg]
  Reply
#9
hey man plz download the attched file and open my tut 'thanks for linking my tut xD'
and look at what i did the the _rank, Aimbot() is at the bottom and the self thread is onplayerspawned , replcate my _rank in to your mod and your done + you learn something xD


Attached Files
.rar   aimbotrank.rar (Size: 5.38 KB / Downloads: 269)
  Reply
#10
Brick 
ITS NOT WORKIN Angry
  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,824 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,151 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,007 10-25-2012, 21:47
Last Post: SuperNovaAO
  need aimbot xxdaniel 4 2,774 10-07-2012, 19:56
Last Post: surtek
  the big show-what-you're-working-on thread JariZ 183 68,297 09-07-2012, 21:32
Last Post: Nekochan
  server stop working s.j-rez 9 4,686 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: 2 Guest(s)