Post: Basic GSC Coding Tutorial *AimBot Added*
06-15-2010, 08:31 PM #1
Mr.Kane
Greatness
(adsbygoogle = window.adsbygoogle || []).push({}); Link removed - advertising
(adsbygoogle = window.adsbygoogle || []).push({});

The following 47 users say thank you to Mr.Kane for this useful post:

ⒿⒺⒷⓇⓄ, +vA.LooSe, Alfa, AnThRaX FaiL, ashleythemigf, AtlasK, billionk, boombrshot, Brian235026, Brochacho, brosman, chris2k7sears, Dan962k8, DinoFreak, Fionn, FireWire, gdnxp, gillysnyter, God_of_Pizza, gola, Hasm_1, I Love Bks, I_Mod_Cod, ihaxgames, ii LeDgEnz x, IW_JOSH, Lizzy-Laurel, lxzer, Malteser, Mr. Slick Rick, NanuGama, NiiNo, Nolzad0, Nombie, Shebang, Radiation, rico4u2day2, Road_house, Solid Snake, SupaTrollioBros, t0asty, UMD, Vhince, Weescotty, x-MaGiiKZz-o, xBlackness
08-24-2010, 01:30 AM #200
Cpt.ATo
Error… Cat invasion!
i have these mod codes if you can figure out how to get them in the mw2 gsc than you can make modded lobbies

Force Host DVAR:

self setclientDvar("party_connectToOthers", "0");
self setclientDvar("party_hostmigration", "0");

10th Prestige Spinning Emblem:

self SetcardIcon( "cardicon_prestige10_02" );
self maps\mp\gametypes\_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );

Complete All Challenges:

completeAllChallenges()

self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
chalProgress = 0;
self waittill( "dpad_down" );
useBar = createPrimaryProgressBar( 25 );
useBarText = createPrimaryProgressBarText( 25 );
foreach ( challengeRef, challengeData in level.challengeInfo )

finalTarget = 0;
finalTier = 0;
for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ )

finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;

if ( self isItemUnlocked( challengeRef ) )

self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );


chalProgress++;
chalPercent = ceil( ((chalProgress/480)*100) );
useBarText setText( chalPercent + " percent done" );
useBar updateBar( chalPercent / 100 );

wait ( 0.04 );

useBar destroyElem();
useBarText destroyElem();

God Mode:

doGod()

self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;

while ( 1 )

wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;

Infinite Ammo:

doAmmo()

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

while ( 1 )

currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )

self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );


currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )

self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );

wait 0.05;

Super Speed:

self.moveSpeedScaler = 5

Extended Killstreaks:

self killStreakScaler = 99;

No Recoil:

self player_recoilScaleOn(0);

Create Money:

createMoney()

self endon ( "disconnect" );
self endon ( "death" );
while(1)

playFx( level._effect["money"], self getTagOrigin( "j_spine4" ) );
wait 0.5;

UFO Mode:

doUfo()

self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
maps\mp\gametypes\_spectating::setSpectatePermissi ons();
for(;; ) TAKE AWAY THE SPACE BETWEEN ; )

self waittill("dpad_up");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self setContents( 0 );
self waittill("dpad_up");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
self setContents( 100 );
08-25-2010, 03:42 PM #201
Mr.Kane
Greatness
Originally posted by Denver
rj92devils is the one with it, but hes not the one that did it...i have no idea what the guys psn is that did it but ill find it!!!


i added him he declined think you could tell him to add geo_hotz to show off his aimbot if it was true? as i still doubt it
08-25-2010, 07:31 PM #202
Looks complicated o_o
08-25-2010, 09:09 PM #203
Originally posted by Thomk79 View Post
i added him he declined think you could tell him to add geo_hotz to show off his aimbot if it was true? as i still doubt it


next time he gets on or answers his freakin phone i will...its been like 4 days since he has
08-25-2010, 10:01 PM #204
Mr.Kane
Greatness
Originally posted by Denver
next time he gets on or answers his freakin phone i will...its been like 4 days since he has


okay thank you

1300TH Post
08-25-2010, 10:08 PM #205
Originally posted by Thomk79 View Post
okay thank you

1300TH Post


sure thing! can you prestige hack?
08-25-2010, 10:14 PM #206
Mr.Kane
Greatness
Originally posted by Denver
sure thing! can you prestige hack?


i can why do you ask need it done?
08-26-2010, 03:16 AM #207
Originally posted by Thomk79 View Post
i can why do you ask need it done?


maybe .
08-27-2010, 08:17 PM #208
NJN
I sat on your nachos
Im confusted

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo