What's new

Discussion Walkerneo's WaW SVG

  • Thread starter walkerneo
  • Start date
  • Views 3,920
walkerneo

walkerneo

Member
Messages
2,814
Reaction score
1,069
Points
425
Sin$
0
Download V 2.0

Status: Online


Features:

  • [*]Unlimited ammo
    [*]Triple Tap (when double tap is bought)
    [*]Instant Reload (when speed cola bought) (unnecessary considering infinite ammo )
    [*]God mode
    [*]noclip (RB)
    [*]cartoon mode (dpad up)
    [*]Give all weapons (dpad right)
    [*]drop weapon (dpad down)
    [*]toggle game speed (LB)
    [*]Force host? (not sure if it's working right)
    [*]Long knife range
    [*]Far revive range
    [*]long bleedout time
    [*]Laser
    [*]Ton of points for revives.
    [*]
    [*]
    [*]
    [*]


You're going to have to rehash and resign this to your account to get it to work.


The codes I used in the gamesave, more or less. If you change "walkerneo" to whatever your gamertag is, you'll also spawn with triple tap and perfect steady aim.
activeaction
bind button_start vstr a

a
vstr b;vstr c;vstr d;vstr e;vstr f;vstr g;vstr h;vstr i;vstr j

b
vstr k;vstr l;vstr m;vstr n;vstr o;vstr p;vstr q;vstr r;vstr s

c
vstr t;vstr u;vstr v;vstr w;vstr x;vstr y;vstr z

d
bind button_rshldr vstr rb;bind button_lshldr vstr lb

rb
give ammo;noclip

lb
toggle timescale 1 2 .2

e
player_burstFireCooldown 0;magic_chest_movable 0

f
perk_weapratemultiplier 0;player_clipSizeMultiplier 999

g
player_meleeRange 999;g_speed 300;perk_weapReloadMultiplier 0

h
perk_weapspreadMultiplier 0;player_sustainammo 1;

i
Revive_Trigger_Radius 99999;player_lastStandBleedoutTime 400

j
setperk walkerneo specialty_fastreload;

k
setperk walkerneo specialty_rof;onlinegameandhost 1

l
setperk walkerneo specialty_bulletaccuracy

o
god;bind dpad_right give all;bind dpad_down dropweapon;

p
bind dpad_up toggle r_fullbright;

q
party_host 1;party_iamhost 1;cg_laserforceon 1;arcademode 1

r
arcademode_score_revive 1000000;set arcademode_score_melee 1000000;party_hostname walkerneo

s
collectible_add collectible_morphine;vstr t

t
arcademode_score_revive 1000000
Crappy quality vid:
 
Pistyl

Swizzle

If you don't want to die, think.
10th Anniversary Seasoned Veteran
Messages
676
Reaction score
139
Points
135
Sin$
7
Looks like your Black Ops .gpd to me (The stuff you can do). Hope this gets updated. +Rep
 
M

Mike

Contributor
Forum Addict
Messages
3,475
Reaction score
639
Points
375
Sin$
7
Looks like it's time for me to make a script to block this in my game... :tongue:
 
walkerneo

walkerneo

Member
Messages
2,814
Reaction score
1,069
Points
425
Sin$
0
for force host did you use:
Code:
 party_iamhost
?
I used so many... and it still doesn't always make me host..

I used:

party_iamhost 1
party_host 1
party_hostname walkerneo
onlinegameandhost 1
 
M

Mike

Contributor
Forum Addict
Messages
3,475
Reaction score
639
Points
375
Sin$
7
And how would you do it?

Code:
if (player==modfag)
{
kick modfag;
}

Something like that?
No, that is not how I would do it.

If my way does work, it will infect the player, and then they would have to dashboard before they can mod again.
 
walkerneo

walkerneo

Member
Messages
2,814
Reaction score
1,069
Points
425
Sin$
0
No, that is not how I would do it.

If my way does work, it will infect the player, and then they would have to dashboard before they can mod again.

But it would be an "if" statement right? I'm learning c++, so I'm trying to absorb every bit of information possible.
 
A

Afatassninja

Chris farley
Hardened Veteran Chatty Kathy Forum Addict
Messages
4,823
Reaction score
1,717
Points
505
Sin$
0
It says
"insufficient free disk space.
Please free at least 5mb of free space on game drive."
Idk what I did wrong lol.
 
ihatecompvir

ihatecompvir

Enthusiast
Messages
505
Reaction score
260
Points
135
Sin$
7
No, that is not how I would do it.

If my way does work, it will infect the player, and then they would have to dashboard before they can mod again.
FYI think before you block "set", that disables many many things in normal gameplay. Visions, changing game settings, etc.
 
M

Mike

Contributor
Forum Addict
Messages
3,475
Reaction score
639
Points
375
Sin$
7
FYI think before you block "set", that disables many many things in normal gameplay. Visions, changing game settings, etc.
Yeah, I'll remove that now actually. It didn't seem to effect my game on PC though. :huh:
 
Top Bottom
Login
Register