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, 10:30 PM #56
GrayFoxDie
Prime Rib
How can I use this on PC? Like How can I patch it...

& Will this be on PS3.
06-15-2010, 11:34 PM #57
o NICK o
My M16 is broke
Can this only be used in an actual modded lobby? If not, and it's infeectable, do you need to be host of the lobby?
06-16-2010, 12:09 AM #58
DEREKTROTTER
You're Goddamn Right
Originally posted by o
Can this only be used in an actual modded lobby? If not, and it's infeectable, do you need to be host of the lobby?


its not a dvar so its not infectable. But the host can use it even in ranked games :evil:
06-16-2010, 12:22 AM #59
Canada
Ottawa
I want to try this.
06-16-2010, 02:07 AM #60
pwningnoobs
Gives Me Gas
So I take it their is no way to infect this onto yourself and play online with it?
06-16-2010, 03:17 AM #61
shiver
chaos personified
Full GSC code is NOT infectable.
06-16-2010, 03:43 AM #62
blaize 9
Trustworthy level 1- Woot
How do i use this on PC??
06-16-2010, 04:47 AM #63
CHuRCHYx
Offering Free Sex
That is soo Cool! lucky i havnt come across anyone with it yet...
06-16-2010, 06:09 AM #64
420
Kush Friendly
does this still work?? and is it for ps3?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo