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-16-2010, 11:13 AM #65
hmm how do u use this for pc are u running the 1.1.195 patch?
06-16-2010, 02:13 PM #66
pwningnoobs
Gives Me Gas
Originally posted by AlphaDenver View Post
Full GSC code is NOT infectable.


:( Thats would be sick if it were.
06-16-2010, 02:24 PM #67
mitchell865
███Awesome faceUBSTEP███
nice he said this works for ps3 to so if you get in the hdd you could do this scary huh
06-18-2010, 03:52 AM #68
3RIC
Climbing up the ladder
does this still work? this is sick wish i could do it
06-18-2010, 04:44 AM #69
blaize 9
Trustworthy level 1- Woot
How do i use this for PC???
06-18-2010, 04:57 AM #70
Polo v2
Formerly chandlerrain
EPIC AWESOMENESS...nuff said
06-18-2010, 05:25 AM #71
sorry im a noob what do i do with this code to make it work ?
06-18-2010, 06:47 PM #72
blaize 9
Trustworthy level 1- Woot
Where do i put this in pc?
06-19-2010, 02:30 AM #73
For all of you asking how to use it...maybe that is a clue to you, if you don't know how to use the code then it obviously isn't for you so stop asking. Just play the game right...

The following user thanked Hondarydr for this useful post:

Mikesike

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo