Post: [JTAG] All Jtag Scripts In One Thread
02-24-2010, 05:01 PM #1
Fionn
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); This is Thanks To Xi Chocolate

All codes tested by Chocolate , And tested some myself

(These are the ones I haven't posted before here)

Give Weapons:

    self _giveWeapon("deserteaglegold_mp", 0);//Give the Gold Deagle
self _giveWeapon("defaultweapon_mp", 0);// Give the Default Weapon
self _giveWeapon("fal_akimbo_mp", 0);// Give the FAL Akimbos.
self _giveWeapon("m79_akimbo_mp", 0);// Give the Thumper Akimbos.
self _giveWeapon("flare_mp", 0);// Give The Tac Insertion Tube


This Code is my favourite as if you read the weapons , They're pretty sweet.

Write Text On Screen (small, bold):

    self iPrintlnBold("Text here");// You can color text the same way as you do your gamertag IE: "^1HI!" is HI!


Write Text On Screen (left side or where you see where people are killed):
    
self iPrintln("Text Here");


These next codes disable all kinds of things and can be edited very easily, You can read the code and see what they are:

    allowJump(false);
allowSprint(false);
allowADS(false);
allowStand(false);
allowCrouch(false);


Disable Using Weapons:

    self _disableWeapon();
self _disableOffhandWeapons();


Mabye my second favourite , Any killstreak you want at the start of a game. This is also easily edited

Give Any Killstreak At Spawn:

    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ac130", false );//give AC130
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "sentry", false );// give Sentry Airdrop
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "emp", false );// give EMP
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", false );// give Nuke


MODList© eg. Give the mods to the people you want

    if(self.name == "Gamertag Here")
{

// if you want more then one:

if(self.name == "blah"
|| self.name == "other"
|| self.name == "blah2")
{ // do as many ||'s you want.

// if you want to put mods or commands for people who DONT have the mod:

if(self.name == "GT"
|| self.name == "GT2")
{
//mods here
}
else
{
// people NOT on the list mods/commands here
}


Last but not least , NO Recoil!

    self player_recoilScaleOn(0);


These are NOT all Jesters , Other people can find them too.


Thanks Fionn

The following 4 users say thank you to Fionn for this useful post:

Carbon0x, chris2k7sears, HSx9
03-26-2010, 04:40 AM #29
KiD MaFiA x
Bounty hunter
whats this for and how do you do it???
03-26-2010, 01:35 PM #30
xbrad
Keeper
Originally posted by KiD
whats this for and how do you do it???


If you're asking those two questions, you shouldn't bother using this...lol

These are codes, and their for mw2, but you have to have a jtag
03-26-2010, 01:38 PM #31
shiver
chaos personified
Originally posted by xbrad View Post
If you're asking those two questions, you shouldn't bother using this...lol

These are codes, and their for mw2, but you have to have a jtag


Yes.

Hey I am not ignoring your PM's, just can't reply for like another 4 hours... Something happened during that system update last night so ya. I will reply when I can.
03-26-2010, 02:18 PM #32
xbrad
Keeper
Originally posted by AlphaDenver View Post
Yes.

Hey I am not ignoring your PM's, just can't reply for like another 4 hours... Something happened during that system update last night so ya. I will reply when I can.


Yea I didn't think you were, I had the same problem it was like "you must wait 60 seconds in-between PM's, you have 12 hours till your next PM can be sent"

Hopefully by tonight it'll be working again
03-27-2010, 06:03 AM #33
KiD MaFiA x
Bounty hunter
so u put coded in a jtagged xbox for the games and mods and all tht crap???
07-24-2010, 09:47 PM #34
Default Avatar
ttackk
Guest
so how do your get the php codes from here to my xbox 360 what exactly do i need and is there a how to page ?
07-26-2010, 01:05 AM #35
thanks alot
07-26-2010, 02:16 AM #36
Brochacho
Like a boss
nice thread fionn Smile and in the future will you add more stuff?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo