|


Below
are a few pre-written binds which you may find useful. Simply copy the scripts
and paste them into your Autoexec file located in "Program Files/Kingpin/Main".
The binds are currently set to the scrolling mouse wheel but these can be
changed as desired (See Console
commands).
The Zoom feature zooms in/out to the three set levels of Magnification and is currently also set to the scrolling mousewheel.
//
Rocketjump Script //
alias
mj "mj0;mj1;mj2;mj3"
alias
mj0 "use bazooka;megawait;echo MegaJump..."
alias
mj1 "set mj_cl_pitchspeed $cl_pitchspeed;set cl_pitchspeed 100000;+lookdown;set
mj_hand $hand;hand 2"
alias
mj2 "+moveup;+attack;megawait;megawait;megawait;megawait;megawait;megawait;megawait;megawait;megawait"alias
mj3 "-attack;-moveup;-lookdown;megawait;centerview;set hand $mj_hand;set
cl_pitchspeed $mj_cl_pitchspeed"
bind
mwheel_d "mj"
//Wait Macro
alias
xtrawait "wait;wait;wait;wait"
alias
megawait "wait;wait;wait;wait;wait;wait;wait;wait"
//
End Rocketjump Script //
//
Super Rocket Jump //
alias
LW0 "wait;wait;wait;wait;wait"
alias
LW1 "LW0;LW0;LW0;LW0;LW0;LW0"
alias
LW2 "LW1;LW1;LW1;LW1;LW1;LW1"
alias
LW3 "LW2;LW2;LW2;LW2;LW2;LW2"
alias
+freeze "set clmfps1 $cl_maxfps;cl_maxfps 0"
alias
-freeze "set cl_maxfps $clmfps1"
alias
+ldown "set origpspeed $cl_pitchspeed;set cl_pitchspeed 100000;+lookdown"
alias
-ldown "set cl_pitchspeed $origpspeed;-lookdown;lw0;centerview"
alias
+smj "use bazooka;+ldown;lw0;+moveup;+attack;lw1;+freeze;lw3"
alias
-smj "-freeze;-ldown;-attack;-moveup;echo SuperMegaJump..."
bind
mwheel_u "+smj"
// End Super Rocket Jump //
//Intellimouse
Scroll Wheel Zoom/unzoom
bind mouse3 "fov 90"
bind
"mwheel_u" "wheelzoomu"
bind
"mwheel_d" "wheelzoomd"
alias
"wheelzoomd" "fov 45;wait;bind mwheel_d wheelzoomd2;wait;bind
mwheel_u wheelzoomu3"
alias
"wheelzoomd2" "fov 60;wait;bind mwheel_d wheelzoomd3;wait;bind
mwheel_u wheelzoomu2"
alias
"wheelzoomd3" "fov 90;wait;bind mwheel_u wheelzoomu"
alias
"wheelzoomu" "fov 60;wait;bind mwheel_u wheelzoomu2;wait;bind
mwheel_d wheelzoomd3"
alias
"wheelzoomu2" "fov 45;wait;bind mwheel_u wheelzoomu3;wait;bind
mwheel_d wheelzoomd2"
alias "wheelzoomu3" "fov 30;wait;bind mwheel_d wheelzoomd"
//End of Intellimouse Scroll Wheel Zoom/unzoom
If youve collected any funny pics that you would like to share, then please send them to me in a jpg format, and ill construct a rogues gallery of funny pics with them.
Hitmen MOD Hook Script
// do not modify this section unless you want to modify the behavior of the keys go to the bottom to customise your keys
alias +hook "hook action; hook shrink"
alias -hook "hook stop"
alias +shrink "hook shrink"
alias -shrink "hook stop"
alias +grow "hook grow"
alias -grow "hook stop"
// here is where you set your keys only change them to whatever key you desire
bind MOUSE2 +hook // hook on/off toggle
bind SHIFT +grow // for sliding down the chain
bind CTRL +shrink // for climbing up the chain

Enable youre player to spin round rapidly with this dancing script
// Dance Alias //
bind b "+dance" alias +dance "cl_yawspeed 1300; +left; use tommygun; +attack; +movedown"
// Now your spinning
alias -dance "-movedown; weaplast; -left; -attack; echo Beware Dead Man Ahead"
// End Dance Alias //
// Just paste into your auto exec file,swap bind b for your choice of key and alter the rext anfter echo for your taunt

