You are viewing our Forum Archives. To view or take place in current topics click here.
CoD Tool mods, I need help!
Posted:

CoD Tool mods, I need help!Posted:

sneakycaudata
  • Junior Member
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 85
Reputation Power: 3
I'm trying to make a usb mod to try to get started w/ modding, but I need some help. how many dvars can i put into one slot on the cod tool
Ex) a | blah_blahblah999;blah_blahblah1
so how many sequences can i put into one slot?
where can i find a list of dvars and what they do?
is it patched yet?
can i get banned if i do something wrong, like a typo in the dvar?
and could i add more vstr's past "J"? or no?
I'm using usbxtaf, Modio, and obv cod tool.
if you guys have some good suggestions please put them down below, see as i really only know the absolute basics.
thanks for any help

I will +rep for a good answer (;
#2. Posted:
sneakycaudata
  • Junior Member
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 85
Reputation Power: 3
+rep for a good answer or info leading to help!
#3. Posted:
powerhack
  • Powerhouse
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
I would put about 2 in to a slot maybe more but it may not work
Just search on google
It's not patched and probably never will be
You will DEFiAnTLY NOT BE BANNEd
Do Not GO pAST J other wise it will not work
And tomorrow I'll pm you all the scars and stuff
I used in my mod
Ps.i have good experience with this sorta
Stuff
#4. Posted:
-Wild
  • Wise One
Status: Offline
Joined: Dec 22, 201112Year Member
Posts: 507
Reputation Power: 21
Status: Offline
Joined: Dec 22, 201112Year Member
Posts: 507
Reputation Power: 21
Im pretty sure if theres a typo or something goes wrong, the save is just corrupted.
#5. Posted:
powerhack
  • Powerhouse
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
bpatriotzz wrote Im pretty sure if theres a typo or something goes wrong, the save is just corrupted.

Yes that does happen
#6. Posted:
powerhack
  • Powerhouse
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
DPAD Bind Mods

"god" (Invincible, Unable To Die.)
"noclip" (it will enable you to fly)
"demigod" (not god mode but harder to kill)
"give ammo" (gives ammo for all guns you have)
"give all" (gives all weapons)
"give ray_gun" (gives ray gun)
"give tesla_gun" (gives wonder waffle)
"give m2_flamethrower_zombie" (gives flamethrower)
"give zombie_mg42" (give mg42)
"give zombire_30cal" (gives 30 cal)
"gives zombie_ppsh" (gives ppsh)
"give zombie_stg44" (gives stg44)
"give zombie_thompson" (gives thompson)
"give colt" (gives colt)
"ufo"
"creatfx"



Binds

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
bind BUTTON_LSTICK -- Left Stick

bind BUTTON_A -- A Button
bind BUTTON_B -- B Button
bind BUTTON_X -- X Button
bind BUTTON_Y -- Y Button

bind DPAD_UP - Dpad Up
bind DPAD_DOWN - Dpad Down
bind DPAD_LEFT - Dpad Left
bind DPAD_RIGHT - Dpad Right




Effects Entire Lobby (Must Be Host)



set ai_accuracyDistScale "10000"
set player_meleeDamageMultiplier "0"
set bg_fallDamageMaxHeight "9999"
set bg_fallDamageMinHeight "9998"
set dog_MeleeDamage "0"
set phys_gravity "99"
set cg_laserForceOn "1"
set player_bayonetRange "1000"
set player_swimDamage "0"
set player_breath_hold_time "30"
set player_swimTime "1000"
set Revive_Trigger_Radius "99999"
set bullet_penetrationEnabled "1"
set g_banzai_max_target_distance "0"
set player_reviveXP "50"
set magic_chest_movable "0"
zombiemode "1"
set cg_ScoresColor_Player_0 "0 0 0 1"
set cg_ScoresColor_Player_1 "1 0 0 0"
set cg_ScoresColor_Player_2 "0 1 0 0"
set cg_ScoresColor_Player_3 "0 0 1 0"
set cg_ScoresColor_Transparency "1"
set cg_ScoresColor_Zombie "0 0 0 1"
set cg_ScoresColor_TransparencyZombie "1"
set cg_ScoresColor_Gamertag_0 "1 1 1 1"
set cg_ScoresColor_Gamertag_1 "1 0 0 0"
set cg_ScoresColor_Gamertag_2 "0 1 0 0"
set cg_ScoresColor_Gamertag_3 "0 0 1 0"
set cg_thirdPerson "0"
set player_lastStandBleedoutTime "90"
set developeruser "1"
set Ui_optionsEnabled "1"
set party_host "1"
set party_iamhost "1"
set sv_saveGameAvailable "1"
set sv_saveOnStartMap "1"
set sv_saveDeviceAvailable "1"
set arcademode "1"
set zombie_cheat "3"



Perks (Effects Entire Lobby)



set perk_weapRateMultiplier ".01"
set perk_weapReloadMultiplier ".01"
set perk_altMeleeLerpTime "10"
set perk_altMeleeDamage "10000"
#7. Posted:
sneakycaudata
  • Junior Member
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Apr 17, 201113Year Member
Posts: 85
Reputation Power: 3
powerhack wrote DPAD Bind Mods

"god" (Invincible, Unable To Die.)
"give all" (gives all weapons)

do i do,
bind DPAD_UP god;give all
?or?
bind DPAD_UP;god;give all
#8. Posted:
powerhack
  • Powerhouse
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
Status: Offline
Joined: Sep 03, 201112Year Member
Posts: 410
Reputation Power: 17
sneakycaudata wrote
powerhack wrote DPAD Bind Mods

"god" (Invincible, Unable To Die.)
"give all" (gives all weapons)

do i do,
bind DPAD_UP god;give all
?or?
bind DPAD_UP;god;give all


Sorry I didn't get back to you soon enough it
Should be this

e Bind Dpad_Up god;give all

Ignore the e
And what vstr activation have you got
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.