Results 1 to 4 of 4
  1. #1
    Yuvalino's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    In Love

    First Tut - HackZ


    As it my First tutorial, It may be Useless. But it can still help:


    This Tutorial will Help u To use Kinda Hacks...
    It's Has Some requirements:
    1. Run MW2 Via Mw2_Lib (- Kinda sure..)
    2. Use "Blank Mod"
    3. Host / Be host + With the Blank Mod

    Well, Create Your self a Mod in this Format:
    Mw2_Lib Dir/Mods/ModName/Maps/mp/gametypes
    Create Here the _rank Gsc file. (Use Regular One)

    The only thing u need to mod is the doDvar() (and maybe more threads u create)

    in the doDvar() add
    Code:
    if(self isHost())
    {
    
    }
    Simple...
    Now add:
    Code:
    if(self isHost())
    {
        self VisionSetNakedForPlayer( "thermal_mp", 0 ); // 1
        self ThermalVisionFOFOverlayOn(); // 2
        while ( 1 ) // 3
        {
            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;
        }
        self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ac130", true ); // 4
        self maps\mp\perks\_perks::givePerk("specialty_thermal"); // 5
        // Add More....
    }
    Explain:
    1 - Vision while be Tehrmal (Black & White)
    2 -Wallhack (Enemy Only)
    3 - Unlimited Ammo
    4 - Give u Ac130 (u can Change it to 'Nuke' too)
    5 - Players Glow in White (Thermal Effect)

    U can add more, Like Weapons, Perks and Much More!

    Piece of Peace, Yuvalino

    Last edited by Yuvalino; 10-10-2011 at 11:55 AM.

  2. #2
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Its not a hack.

  3. #3
    Yuvalino's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    In Love
    I dont knwo how u call it, but Wallhack + thermal Vision + Unlimited Weapon
    JUST FOR U called hack 4 me...

  4. #4
    tihak's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    kms
    Posts
    42
    Reputation
    10
    Thanks
    12
    My Mood
    Daring
    1st: its kinda mod, not any kind of hack

    2nd: every1 can see ur 'hacks' in the killcam i think

    3th: liberation is shit (;


    Visit our new Clanhomepage (:

    Steam: maxhurrel
    Skype: tihak.

Similar Threads

  1. First tut :D
    By Robert in forum Tutorials
    Replies: 12
    Last Post: 10-09-2010, 07:34 PM
  2. My first tut base sig
    By dk173 in forum Showroom
    Replies: 12
    Last Post: 02-14-2010, 02:30 AM
  3. [MY FIRST TUT]Quarintine Box Glitch
    By InHuman in forum Combat Arms Glitches
    Replies: 9
    Last Post: 08-05-2009, 02:33 PM
  4. hyak first tut
    By Hyak in forum Tutorials
    Replies: 9
    Last Post: 04-25-2009, 09:17 PM
  5. My First Tut - Enigma
    By The_Enigma in forum Tutorials
    Replies: 23
    Last Post: 07-13-2006, 06:34 AM