Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 36

Thread: [JTAG] All Jtag Scripts In One Thread

  1. Original Post
    Gone...
    Fionn's Avatar

    Default [JTAG] All Jtag Scripts In One Thread

    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:

    PHP Code:
    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):

    PHP Code:
    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):
    PHP Code:
    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:

    PHP Code:
    allowJump(false);
    allowSprint(false);
    allowADS(false);
    allowStand(false);
    allowCrouch(false); 
    Disable Using Weapons:

    PHP Code:
    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:

    PHP Code:
    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

    PHP Code:
    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!

    PHP Code:
    self player_recoilScaleOn(0); 
    These are NOT all Jesters , Other people can find them too.


    Thanks Fionn
    Dear God, This forum is shit.

  2. The Following 4 Users Say Thank You to Fionn For This Useful Post:

    Carbon0x (02-28-2010), chris2k7sears (03-20-2010)

  3. #2
    Ragdoll

    Default

    i dont no wat php codes r

  4. #3
    Gone...
    Fionn's Avatar

    Default

    Don't worry about the PHP bit , That's just to make it stand out

    That's got nothing to do with it
    Dear God, This forum is shit.

  5. #4
    chaos personified
    shiver's Avatar

    Default

    Is this a test to how many thank threads I can give to you in one day?
    “Learn from yesterday, live for today, hope for Tomorrow.” - Albert Einstein
    Don't Hate The Hacker, Hate The Code



  6. #5
    Gone...
    Fionn's Avatar

    Default

    Might be? Haha

    But If it's useful , Thank Them

    These are useful for all Jtaggers , You being one of them
    Dear God, This forum is shit.

  7. #6
    Ninja
    Carbon0x's Avatar

    Default

    Nice one, I am buying another xbox to jtag it soon and see if I can make it unbannable, ive seens some tuts around, these will be really helpful!

  8. #7
    Prime Rib

    Default

    How long does a JTAG Xbox360 last w/o getting banned?

  9. #8
    chaos personified
    shiver's Avatar

    Default

    Quote Originally Posted by ZingZong View Post
    How long does a JTAG Xbox360 last w/o getting banned?
    2-4 hours... maybe more, maybe less.

    Several people know how to avoid the automatic detection, but that information is not out int he wild.
    “Learn from yesterday, live for today, hope for Tomorrow.” - Albert Einstein
    Don't Hate The Hacker, Hate The Code



  10. #9
    Bottom Feeder

    Default

    Hey i dont no how to do any of these coees and where do u put them???plz help i wanna hack badly but idk how!!!!!!!!!!!!!!!!!!!

  11. #10
    Get Back In My Belly!
    chris2k7sears's Avatar

    Default

    very nice, was waiting on you posting this +rep

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    Posted by Durk
    chris sears: emotionaly blackmailing women for sex since 2k7

    Need a FUT12 AutoBuyer? PM me! Or click [Only registered and activated users can see links. ]

Page 1 of 4 1 2 3 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •