Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    this is not solved the code the guy gave me a wallhack code not of thermal vision overlay....???

    The dark side is to strong even Yoda can't resist.

  2. #17
    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
    Rip it off Roll the Dice v3 like everyone else does -.-
    www.YouTube.com/MpKiller100

  3. #18
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    I finnally found the correct code for doing thermal vision for your mod that you can pres a key to activate and you will get thermal like zombie

    here it is.

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

    self notifyOnPlayerCommand( "5", "+actionslot 2" );

    while( 1 )
    {
    self waittill("5");
    self playSound("claymore_activated");
    self iPrintlnBold("^1Thermal vision is ^0Activated");
    self _setperk("specialty_thermal");

    self waittill("5");
    self playSound("claymore_activated");
    self iPrintlnBold("^1Thermal Vision is ^0Deactivated");
    self _unsetperk("specialty_thermal");
    wait 0.05;
    }
    }
    the sound is just added so you know it is off or on

    and i also did text because i liked it for my mod but you can take that away if you dislike.

    prees the thanks button if yu know no how. dont know were to put it in the code just pm me.

    The dark side is to strong even Yoda can't resist.

  4. #19
    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
    ( "5", "+actionslot 2" );
    ( "N", "+actionslot 1" );
    ( "4", "+actionslot 3" );
    ( "R", "+reload" );

    google it nexttime

    Example
    ( "5", "+actionslot 2" );
    Could also be since "5" doesnt do anything
    ( "+actionslot 2" );

    Quote Originally Posted by gam60v6r View Post
    yes just change n in
    self waittill("N");
    self ThermalVisionOn();

    self waittill("N");
    self ThermalVisionOff();
    to anything you want
    u fail

    Quote Originally Posted by wassup40 View Post
    Lol change "N" to the key you want...
    u fail 2

    Quote Originally Posted by candyface View Post
    Change the N to what you want. :Đ
    OMFG
    Last edited by rkaf; 10-09-2010 at 11:23 AM.

  5. #20
    Don't be a prick, let me suck your dick.
    MPGH Member
    Paranormal's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Bel Air
    Posts
    2,117
    Reputation
    14
    Thanks
    187
    My Mood
    Amused
    OMG ROFL
    Change to N
    Last edited by Paranormal; 10-09-2010 at 11:27 AM. Reason: Messed up

  6. #21
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    lo ldude you can make it whatever you want i doesnt have to be actionslot but that is the smartest to do.

    The dark side is to strong even Yoda can't resist.

  7. #22
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    Code:
    doThermalVision()
    {
    	self endon("disconnect");
    	self endon("death");
    	
    	self notifyOnPlayerCommand( "N", "+actionslot 1" );
    
    	while( 1 )
    	{
    		self waittill("N");
    		self ThermalVisionOn();
    		
    		self waittill("N");
    		self ThermalVisionOff();
    	
    	wait 0.05;
    	}
    }
    dude, this works for me
    Last edited by candyface; 10-12-2010 at 08:05 AM.

  8. The Following 2 Users Say Thank You to candyface For This Useful Post:

    GAG123 (10-15-2010),GeCCo (10-12-2010)

  9. #23
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    yhea xD the badst thing to do.. giving new guys advice....! if u dont know it urself



    change the slot !!!!!!\\not only the key!



    Bring a Ding Ding Baby!

  10. #24
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    haha candyface that one isn't normal that is wallhack i needed the thermalvision that you can put on sniper and that is the one i gave

    The dark side is to strong even Yoda can't resist.

  11. #25
    GeCCo's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    What's the command for pressing "L" to activate

  12. #26
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    you can't really change the button to L that wont work you will just have to do actionslot 1 till 5 and then find out what yours is and change it to L

    The dark side is to strong even Yoda can't resist.

  13. The Following User Says Thank You to gam60v6r For This Useful Post:

    GeCCo (10-12-2010)

  14. #27
    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
    [php]
    self notifyonplayercommand("n", "+actionslot 1");
    for(;{
    self waittill("N");
    self _setPerk("specialty_thermal");
    self waittill("N");
    self_unsetPerk("specialty_thermal");}[/php]
    www.YouTube.com/MpKiller100

  15. #28
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    yep thats the correct code i added allot of dif stuff but thats because i wanted sound and a text on activation and deactivation

    The dark side is to strong even Yoda can't resist.

  16. #29
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    Quote Originally Posted by gam60v6r View Post
    haha candyface that one isn't normal that is wallhack i needed the thermalvision that you can put on sniper and that is the one i gave
    dunno works for me fine ( no wallhack>.<)

  17. #30
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    strange i tried that one and it gave me wallhack but well who cares. if it workds for you and i got a different one working thats just good because then if soemone needs their are more ways then 1 haha

    The dark side is to strong even Yoda can't resist.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Solved]Thermal vision code?
    By ~Just IN~ in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 10-31-2010, 04:51 AM
  2. [SOLVED] Chaming color stuck problem
    By raladin3d in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 08-15-2010, 06:37 AM
  3. [Help]BG and FG Color Dialog[Solved]
    By Invidus in forum Visual Basic Programming
    Replies: 7
    Last Post: 03-18-2010, 07:05 AM
  4. [Help]Random Color Background[Solved]
    By zmansquared in forum Visual Basic Programming
    Replies: 19
    Last Post: 03-18-2010, 03:47 AM
  5. [Help]Form Background Color[Solved]
    By Shark23 in forum Visual Basic Programming
    Replies: 5
    Last Post: 03-08-2010, 10:34 PM

Tags for this Thread