Post: [GSC] Real Aimbot.
06-15-2010, 01:56 PM #1
shiver
chaos personified
(adsbygoogle = window.adsbygoogle || []).push({}); This was NOT coded by me. All credit goes to Lost4468 and CraigChrist

I should make this more clear.

GSC CODE IS PLATFORM INDEPENDENT.

All MW2, PC, PS3, Xbox (Jtag) All were written in this proprietary language, GSC.

    autoAim()
{
self endon( "death" );
self endon( "disconnect" );

for(;Winky Winky
{
wait 0.01;
aimAt = undefined;
foreach(player in level.players)
{
if(player == self)
continue;
if(!isAlive(player))
continue;
if(level.teamBased && self.pers["team"] == player.pers["team"])
continue;
if( !bulletTracePassed( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), false, self ) ) //Remove this and the next line to use it through walls Winky Winky
continue;
if( isDefined(aimAt) )
{
if( closer( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), aimAt getTagOrigin( "j_head" ) ) )
aimAt = player;
}
else
aimAt = player;
}
if( isDefined( aimAt ) )
self setplayerangles( VectorToAngles( ( aimAt getTagOrigin( "j_head" ) ) - ( self getTagOrigin( "j_head" ) ) ) );
}
}


This is a slightly shorter version. If you are running short on patch space it can be optimized further.
    autoAim()
{
self endon( "death" );
self endon( "disconnect" );

for(;Winky Winky
{
wait 0.01;
aimAt = undefined;
foreach(player in level.players)
{
if((player == self) || (!isAlive(player)) || (level.teamBased && self.pers["team"] == player.pers["team"]) || ( !bulletTracePassed( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), false, self ) ) )
continue;
if( isDefined(aimAt) )
{
if( closer( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), aimAt getTagOrigin( "j_head" ) ) )
aimAt = player;
}
else
aimAt = player;
}
if( isDefined( aimAt ) )
self setplayerangles( VectorToAngles( ( aimAt getTagOrigin( "j_head" ) ) - ( self getTagOrigin( "j_head" ) ) ) );
}
}


Video of it:
[ame=https://www.youtube.com/watch?v=N2GZsSOEQLY]YouTube - Modern warfare 2 GSC aimbot, pc/360[/ame]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 26 users say thank you to shiver for this useful post:

.::MiZz-Tee::., .NINK., +vA.LooSe, Alfa, AndyBwv2, BigFudge, BlowJobsFor5k, CamelToe, champs, CHuRCHYx, Convivium, DEREKTROTTER, Fionn, Hairowyn, icmac3, iTz Christy, Killakk, Kinetic, M40A3, maxiime05, MikalMirkas, Night Wolf, NLP_Legacy, Priiime, psychobe@n, XxprokillahxX
06-15-2010, 02:59 PM #20
Convivium
Dieu et les Dames
This is so bad ass.
06-15-2010, 02:59 PM #21
T-Icey
Samurai Poster
lol imagine something like this to boost on domination? lol
06-15-2010, 03:03 PM #22
Killakk
Former Staff
Thanks for this hack Alpha, finally a hack only for premiums
06-15-2010, 03:24 PM #23
FuzzaMuzza
NGU Master
ok...i have this game for PC...where do i put these codeS?
06-15-2010, 03:25 PM #24
Webby
Samurai Poster
if some 1 could find out how to use this on xbox it would be sweet
Nice work
06-15-2010, 03:26 PM #25
Quantum_
Como is my GOD!
That's sick, too bad it's not for PS3.
06-15-2010, 04:06 PM #26
Adkins
Banned
Haha just think of the LMG's! Or S&Awesome face spawn sniping haha this would own.
06-15-2010, 04:10 PM #27
margison
Ninja Turtle
Holy ****ing shit dicks, i think i love the people who coded it.
06-15-2010, 04:25 PM #28
ZinRaaZ
GeT oN My LeVeL
how do you do it then, and whats with all the codes or do you need a JTag

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo