jump.tf Forums
Welcome B)

Stock pencil ctap script

rellort

  • Newbie
  • *
    • Posts: 36
    • Frags: +0/-0
    • View Profile
Hey (stock) wallshotters,
Ive created a script that will recreate the original pencil ctaps horizontal speed (hold w + look straight down) with stock, (-20 u/s vertically). In general to recreate the ori pencil with stock you need to press d on the same tick you shoot, and thats all the script does.

To use it bind any key to "enablepencil" and the next ctap will use the setup. If you want a dedicated button for it remove all the mouse1 bindings and just bind any key to +pencil.
- If you use the Ultimate Ctap Scripttm add "+duck 1;-duck 1" to the penciljump alias
- If you use a jumpbug script for ctaps replace the +jump inputs with whatever your jumpbugjump alias is

some caveats are: if you don't jump you will be holding right until you release mouse1/your +pencil bind, but pressing jump or releasing mouse1 will end the right input.

Code: [Select]
alias +pencil "+attack 1; +moveright 1; bind space penciljump"
alias -pencil "-attack 1; -moveright 1; bind mouse1 +attack; bind space +jump"
alias enablepencil "bind mouse1 +pencil"
alias penciljump "+jump 1; -jump 1; -moveright 1"
bind "key" "enablepencil"

« Last Edit: July 17, 2023, 12:38:19 AM by rellort »