You are viewing our Forum Archives. To view or take place in current topics click here.
How to Make Basic CoD4 Nitram Patch {TuT} With Some Dvars
Posted:

How to Make Basic CoD4 Nitram Patch {TuT} With Some DvarsPosted:

Vaporized
  • Powerhouse
Status: Offline
Joined: Aug 16, 201112Year Member
Posts: 402
Reputation Power: 20
Status: Offline
Joined: Aug 16, 201112Year Member
Posts: 402
Reputation Power: 20
[ Register or Signin to view external links. ]

1. Download Clean Patch_mp.ff file
[ Register or Signin to view external links. ]

2. If you do not have .ff viewer, get it
Downloads/id=702/ff-viewer.html#dldetails


3. in .ff viewer, open up the NITRAM.gsc at the top

4. where is says to add text, put in this code
self setClientDvar( "ui_mapname", "mp_shipment;


5. Choose what buttons you want to use to activate mods


bind BUTTON_RTRIG (Right Trigger)
bind BUTTON_LTRIG (Left Trigger)
bind BUTTON_RSHLDR (Right Bumper)
bind BUTTON_LSHLDR (Left Bumper)
bind BUTTON_RSTICK (Right Stick Press)
bind BUTTON_LSTICK (Left Stick Press)
bind BUTTON_A (A)
bind BUTTON_B (B)
bind BUTTON_X (X)
bind BUTTON_Y (Y)
bind DPAD_UP (DPAD Up)
bind DPAD_DOWN (DPAD Down)
bind DPAD_LEFT (DPAD Left)
bind DPAD_RIGHT (DPAD Right)
bind APAD_UP (Left Stick Up)
bind APAD_DOWN (Left Stick Down)
bind APAD_LEFT (Left Stick Left)
bind APAD_RIGHT (Left Stick Right)
bind BUTTON_BACK (Back)
bind BUTTON_START (Start)


6. once you do that, after the ; after mp_shipment, you are going to and the
word "bind" then your button of your choice

example: self setClientDvar( "ui_mapname", "mp_shipment;bind dpad_up


7. If you want it to say your name on the screen when your playing, add this text
after your button choice

self setClientDvar( "ui_mapname", "mp_shipment;bind dpad_up say ^1your text here;
the ^1 just changes the color


NOTE:Remember to always put a ; after every mod you put in

8. these are the color codes you can put in to change text color

^1 - red
^2 - green
^3 - yellow
^4 - blue
^5 - cyan
^6 - pink
^7 - white
^8 - default map color
^9 - Maroon
^0 - black


9.Add the mods you want

Aimbot - aim_automelee_range 255;aim_automelee_region_height 480;aim_automelee_region_width 640;aim_autoaim_enabled 1;aim_autoaim_lerp 100;aim_autoaim_region_height 480;aim_autoaim_region_width 640;aim_autoAimRangeScale 2;aim_lockon_debug 1;aim_lockon_enabled 1;aim_lockon_region_height 0 ;aim_lockon_region_width 640;aim_lockon_strength 1;aim_lockon_deflection 0.05;aim_input_graph_debug 0 ;aim_input_graph_enabled 1;

Wall Hack - r_znear 35;

Constant Uav - cg_enemyNameFadeOut 900000;cg_enemyNameFadeIn 0;cg_drawThroughWalls 1 ;compassSize 1.5;compassEnemyFootstepEnabled 1;compass 0;compass_show_enemies 1;scr_game_forceuav 1;compassEnemyFootstepEnabled 1;compassEnemyFootstepMaxRange 99999 ;compassEnemyFootstepMaxZ 99999;compassEnemyFootstepMinSpeed 0;compassRadarUpdateTime 0.001;compassFastRadarUpdateTime 2;cg_footsteps 1;

Force Host - party_iamhost 1;party_hostmigration 0;party_connectToOthers 0;

Laser Force ON - cg_laserForceOn 1;

Unlimited Ammo - player_sustainAmmo 1;

Fall Damage - bg_fallDamageMinHeight 9999;

Super Jump - jump_height 999

chrome mod - r_specularmap 2

Pro Mod - cg_gun_x 5 <<INCREASE THE NUMBER FOR EXTENDED PROMOD

Small Crosshairs - cg_crosshairAlpha 1;cg_crosshairAlphaMin 0.5;cg_crosshairDynamic 0;cg_crosshairEnemyColor 1;cg_crosshairVerticalOffset;

MORE BIND CODES!



THESE ARE STAT CODES!
statset 252 = Ranks
statset 2301 = XP
statset 2302 = Score
statset 2303 = Kills
statset 2304 = Kill Streak
statset 2305 = Deaths
statset 2307 = Assists
statset 2308 = Headshots
statset 2314 = Time Played
statset 2315 = K/D Ratio
statset 2316 = Wins
statset 2317 = Losses
statset 2318 = Ties
statset 2319 = Win Streak
statset 2322 = Hits
statset 2323 = Misses
statset 2325 = Accuracy
statset 2326 = Prestige
EXAMPLE statset 2326 10; = 10th prestige
NOTE:Add your desired numbers after the number


MESSAGE OF THE DAY - set motd YOUR TEXT HERE;
NOTE:For this to work it must have updategamerprofile;

10. this is how to add a teleport ;setviewpos 2661.05 -1544.74 605;
you could also assign another button to this like so
;bind dpad_down setviewpos 2661.05 -1544.74 605;


Teleport list below just remove the , from the numbers dont
take out the decimal points


97.7, 227.2, 0
-40.8, 479.1, 69.1
1097.3, -5873.3, -23.8
3953, 1311.9, -13.9
-43.2, 179.2, -23.8
414.9, 31.8, 188.8
4911,1, -2536.6, -45.1
4179.8, -314, 15
541.1, 1269.83, 257.5
180 4, -2282.7, -355
354.8, 901.5, 2
0, 66.3, 192
0, 0, -7
-89.4, -391, 16.1
-74.8, 192.8, -47.8
66.1, -2.4, 16.1


11. to end the bind codes just put this at the very end of the binds
");


NOTE:this is a Nitram patch so it can be no longer than 1 line/1250 charcters for it to work.

Dont Forget to say thanks and +Rep if this helped

Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.