Author Topic: DJ script  (Read 2360 times)

Joker

  • PGP
  • Posts: 1
DJ script
« on: October 28, 2006, 09:21:11 PM »
Can somebody please post the DJ script?
Ty.  ;D

toM|vendettA

  • 68 Carbine
  • Posts: 335
Re: DJ script
« Reply #1 on: October 28, 2006, 09:24:11 PM »
Code: [Select]
alias +dj "+moveup;10waits;-moveup;10waits;+moveup;10waits"
alias -dj "-moveup"
alias 10waits "wait;wait;wait;wait"

Thats the original double jump script that I made. Copy and paste that into your console and bind a key to +dj. If it does not work properly add or delete "wait;"'s in the 10waits alias.

If you need any other scripting help just hollar.

Vandir

  • PGP
  • Posts: 28
Re: DJ script
« Reply #2 on: October 29, 2006, 08:59:42 AM »
how do you bind a key to +dj?

Smokey

  • Autococker
  • Posts: 1172
Re: DJ script
« Reply #3 on: October 29, 2006, 09:08:48 AM »
lmao.....

bind KEY +dj


Vandir

  • PGP
  • Posts: 28
Re: DJ script
« Reply #4 on: October 29, 2006, 09:20:25 AM »
thought so...  :D

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: DJ script
« Reply #5 on: October 30, 2006, 01:00:00 PM »
Quote
alias 10waits "wait;wait;wait;wait"

Wouldn't that be... 4waits?

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: DJ script
« Reply #6 on: October 30, 2006, 01:02:20 PM »
so he cant count that far yet, but we're working on it.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: DJ script
« Reply #7 on: October 30, 2006, 01:05:11 PM »
Must be base 4...

0
1
2
3
10
11
12
13
20
21
22
23
30
...

RaWrR

  • PGP
  • Posts: 8
Re: DJ script
« Reply #8 on: November 05, 2006, 02:06:18 PM »
thanks tom.