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, 08:29 PM #47
Pro Killer
Level 1 Trustworthy
Originally posted by Grodusk View Post
lol just add it to the patch & add it to onplayerspawned


on ps3 and pc??
06-15-2010, 08:29 PM #48
wErE do you put this .. Upside Down Happy
06-15-2010, 08:39 PM #49
DEREKTROTTER
You're Goddamn Right
Originally posted by Pro
on ps3 and pc??


FFS don't you even know what GSC means?
06-15-2010, 09:00 PM #50
Oc
****ING NINJA SHIT
PC got this for years, nothing great about it.
punkbuster will probably get you too with those crappy coded "cheats"
06-15-2010, 09:31 PM #51
Pro Killer
Level 1 Trustworthy
Originally posted by Derek
FFS don't you even know what GSC means?


nahh i have no idea what that means
06-15-2010, 09:34 PM #52
shiver
chaos personified
I advise for offline usage only.

*Thats my disclaimer* Smile
06-15-2010, 09:34 PM #53
DEREKTROTTER
You're Goddamn Right
Originally posted by Pro
nahh i have no idea what that means


well reading the OP would help i suppose
06-15-2010, 10:01 PM #54
RAPE.......Nuf said Lol Hahahah ice Work
06-15-2010, 10:05 PM #55
Fionn
Banned
Originally posted by BIGBUDST4R View Post
PC got this for years, nothing great about it.
punkbuster will probably get you too with those crappy coded "cheats"


Yes PC Has had this for a while.
But On xbox , You know your getting banned within a few hours when you go online with a Jtag. And this isn't crappily coded. This is probably one of the big breakthroughs Platforms has had since Challenges and 10th Prestige codes. The rest are just shitty visions and lasers.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo