Results 1 to 15 of 15
  1. #1
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3

    [Request] Killstreaks in keybinds

    its very bodering me that if you got uav and then care package you got to use the care package first can someone build a mod that you press like 3 and than it run uav and if you press 4 it run care package and on and on
    sorry about my english im hope you understand
    Last edited by omerdn1; 08-11-2010 at 02:11 AM.

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    it's so easy to make it!
    use the following code:
    Code:
    self waittill( "[{+actionslot1}]" );
    then:
    Code:
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
    or...
    Code:
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    (this is for the Care Package

    PS:
    Comiled MOd:
    Code:
    doWait() {
                 self waittill( "[{+actionslot1}]" );
        self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
        self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    }

  3. #3
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    dude i need you to make it because im not a modder
    and i looked at the codes and i think you dont understand..
    i mean that if i got uav and then care package i need to use the care package first and after i used the care package i can use uav so i want to use killstreak that i have whenever i want with keys
    hope you understand
    Last edited by omerdn1; 08-11-2010 at 05:58 PM.

  4. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    What he means is, if I had a UAV (3 killstreak) and a care package (4 killstreak), he wants to be able to switch to the UAV Killstreak reward by pressing 3 and going to the carepackage by pressing 4. Like 'scrolling' through your rewards.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  5. #5
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by master131 View Post
    What he means is, if I had a UAV (3 killstreak) and a care package (4 killstreak), he wants to be able to switch to the UAV Killstreak reward by pressing 3 and going to the carepackage by pressing 4. Like 'scrolling' through your rewards.
    yea ty can someone mod this for me?

  6. #6
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    help??????

  7. #7
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    you sad its easy no?

  8. #8
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    On the triple posting.
    Use the killstreak cycle cuz i dont think anyone have or will make killstreak rewards menu in game.

  9. #9
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by TheLynx View Post
    On the triple posting.
    Use the killstreak cycle cuz i dont think anyone have or will make killstreak rewards menu in game.
    .........

  10. #10
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by AcE.bu50t View Post
    it's so easy to make it!
    use the following code:
    Code:
    self waittill( "[{+actionslot1}]" );
    then:
    Code:
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
    or...
    Code:
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    (this is for the Care Package

    PS:
    Comiled MOd:
    Code:
    doWait() {
                 self waittill( "[{+actionslot1}]" );
        self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
        self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    }
    u forgot the notify player on command xD


    Code:
    AnyName()
    {
        
    	self endon( "death" );
            self notifyOnPlayerCommand( "n", "+actionslot 1" );
            self waittill("n"); 
           self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
           self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    }
    there u go

    Quote Originally Posted by omerdn1 View Post
    .........
    i could use a existing one but its kinda useless cause the code above give's u the same effect... if u add all killstreaks u will get them all...or u could put another self waittill("n") and put a diffrent killstreak after that and so on so u pretty much cycle through the killstreaks... but idk kinda useless if u ask me
    Last edited by rkaf; 08-12-2010 at 02:24 AM.

  11. The Following User Says Thank You to rkaf For This Useful Post:

    QuickRaw (08-27-2010)

  12. #11
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by rkaf View Post
    u forgot the notify player on command xD


    Code:
    AnyName()
    {
        
    	self endon( "death" );
            self notifyOnPlayerCommand( "n", "+actionslot 1" );
            self waittill("n"); 
           self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
           self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    }
    there u go
    oh yea sorry /

  13. #12
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by rkaf View Post
    u forgot the notify player on command xD


    Code:
    AnyName()
    {
        
    	self endon( "death" );
            self notifyOnPlayerCommand( "n", "+actionslot 1" );
            self waittill("n"); 
           self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
           self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
    }
    there u go



    i could use a existing one but its kinda useless cause the code above give's u the same effect... if u add all killstreaks u will get them all...or u could put another self waittill("n") and put a diffrent killstreak after that and so on so u pretty much cycle through the killstreaks... but idk kinda useless if u ask me
    i sent you a pm about your message

  14. #13
    omerdn1's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    3
    rkaf can you answer to my pm?

  15. #14
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by omerdn1 View Post
    rkaf can you answer to my pm?
    he is not online...

  16. #15
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Quote Originally Posted by AcE.bu50t View Post
    oh yea sorry /
    aw lol i just thought you could do that to make it a bit easier
    www.YouTube.com/MpKiller100

Similar Threads

  1. SCCT Versus request [release]
    By LiLLeO in forum Hack Requests
    Replies: 2
    Last Post: 01-27-2013, 01:18 PM
  2. WWII Online Battle over europe - hack request
    By Joe.. in forum Hack Requests
    Replies: 1
    Last Post: 12-06-2012, 02:59 PM
  3. [Request] killstreak
    By wolfguardiann in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 09-27-2010, 04:29 PM
  4. sig question (NOT A SIG REQUEST)
    By kvmn8 in forum Art & Graphic Design
    Replies: 5
    Last Post: 01-15-2006, 11:27 AM
  5. Requesting Lineage 2 Banner
    By arunforce in forum Help & Requests
    Replies: 3
    Last Post: 01-08-2006, 09:52 PM