| View previous topic :: View next topic |
| Author |
Message |
Automatic
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 115
|
|
|
| Code: | alias +reinbo.ch "alias _special reinbo.ch; reinbo.ch;cl_crosshair_translucent 0"
alias -reinbo.ch "alias _special;cl_crosshair_translucent 0"
alias reinbo.ch "special; wait; adjust_crosshair; wait; adjust_crosshair"
alias +reinbo.atk "+attack;+reinbo.ch"
alias -reinbo.atk "-attack;-reinbo.ch"
bind "INSERT YOUR KEY HERE" "+reinbo.atk" |
|
|
| Posted on Wed Apr 27, 2005 8:11 am |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
I love crosshair scripts, this one looks more advanced then a normal one. Good job.
|
|
| Posted on Wed Apr 27, 2005 10:17 am |
 |
Gaboury
Little Pudding Boy
Joined: 15 Apr 2005
Posts: 1602
|
|
|
|
| Posted on Wed Apr 27, 2005 10:54 am |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
When you shoot it changes your crosshair color.
I made one of these back when I first started scripting, it was very basic.
|
|
| Posted on Wed Apr 27, 2005 10:58 am |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
rainbow scripts can be useful now and then...
|
|
| Posted on Wed Apr 27, 2005 12:49 pm |
 |
Automatic
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 115
|
|
|
This isnt like the old boring Crosshair color scripts.
This is a VERY fun script to look at.
|
|
| Posted on Wed Apr 27, 2005 10:47 pm |
 |
Gaboury
Little Pudding Boy
Joined: 15 Apr 2005
Posts: 1602
|
|
|
Does it do like....you start shooting and all the time you are shooting it changes without any stop your crosshair color and when you stop shooting it stops? And then restart changing without stopping each time you shoot?
|
|
| Posted on Wed Apr 27, 2005 10:50 pm |
 |
Automatic
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 115
|
|
|
As soon as you fire
It starts changing REALLY fast NON stop
and when you stop, it stops aswell.
|
|
| Posted on Wed Apr 27, 2005 10:54 pm |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
iamnot wrote:As soon as you fire
It starts changing REALLY fast NON stop
and when you stop, it stops aswell.
That's actually a really cool idea.
|
|
| Posted on Wed Apr 27, 2005 11:28 pm |
 |
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
|
|
|
|
| Posted on Fri Apr 29, 2005 7:34 pm |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
|
| Posted on Fri Apr 29, 2005 9:00 pm |
 |
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
|
|
|
|
| Posted on Sat Apr 30, 2005 1:58 am |
 |
lucthesnak
Little Pudding Boy
Joined: 21 Nov 2005
Posts: 5
|
|
|
WHAT KEY DO U RECOMMEND TO BIND IT TOO?
|
|
| Posted on Mon Nov 21, 2005 6:00 pm |
 |
nake89
Little Pudding Boy
Joined: 19 May 2005
Posts: 5339
Location: Helsinki, Finland
|
|
|
lucthesnak wrote:WHAT KEY DO U RECOMMEND TO BIND IT TOO? Mouse1 Anyway: (Just please learn to type like normal people, ok? No capslock on.)
I made this especcialy for you.
You're welcome. Here: | Code: | // Toggle added by nake89
// Original version by Automatic
// Remember to visit http://nake89.jconserv.net
alias +reinbo.ch "alias _special reinbo.ch; reinbo.ch;cl_crosshair_translucent 0"
alias -reinbo.ch "alias _special;cl_crosshair_translucent 0"
alias reinbo.ch "special; wait; adjust_crosshair; wait; adjust_crosshair"
alias +reinbo.atk "+attack;+reinbo.ch"
alias -reinbo.atk "-attack;-reinbo.ch"
bind end "tog.rb"
alias tog.rb "rb.on"
alias rb.on "bind mouse1 +reinbo.atk;alias tog.rb rb.off;echo_rbon"
alias rb.off "bind mouse1 +attack;alias tog.rb rb.on;echo_rboff"
alias echo_rbon "motd_write Rainbow crosshair on; developer 1; motd; developer 0"
alias echo_rboff "motd_write Rainbow crosshair off; developer 1; motd; developer 0"
|
Press end to toggle the rainbow crosshair on and off.
And press mouse1 to use it. Mouse1 is the left button of the mouse...What's up? :P
|
|
| Posted on Mon Nov 21, 2005 6:59 pm |
 |
mind-friend
Little Pudding Boy
Joined: 15 Jun 2005
Posts: 3962
Location: UK
|
|
|
this topic is so old, even mallato is in it!?(Disclaimer: May not be true)
|
|
| Posted on Mon Nov 21, 2005 7:57 pm |
 |
dispute
Little Pudding Boy
Joined: 19 Sep 2005
Posts: 67
|
|
|
not that theyd care, but no multi alias commands allowed in cal, along with long lists of other gl/commands
|
|
| Posted on Mon Nov 21, 2005 8:59 pm |
 |
BoB
Little Pudding Boy
Joined: 08 Jun 2005
Posts: 716
|
|
|
In CAL you can't have more than 1 key bound to 1 command, else it's considered breaking the rules.
|
|
| Posted on Mon Nov 21, 2005 10:57 pm |
 |
nake89
Little Pudding Boy
Joined: 19 May 2005
Posts: 5339
Location: Helsinki, Finland
|
|
|
BoB wrote:In CAL you can't have more than 1 key bound to 1 command, else it's considered breaking the rules. | Code: | | bind mouse1 "+duck;+attack" |
CAL wrote: OMG WALLHACK!!! What's up? :P
|
|
| Posted on Tue Nov 22, 2005 1:48 pm |
 |
DarkShadow
Little Pudding Boy
Joined: 21 Aug 2005
Posts: 897
Location: www.vacdisabled.net
|
|
|
|
| Posted on Wed Nov 23, 2005 10:36 pm |
 |
Automatic
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 115
|
|
|
Cal has said they allow rainbow crosshair scripts.
search on the forums, some kid asked the other week an an admin said they mean stuff like [antirecoil b-hop]..not color of your crosshair..
|
|
| Posted on Wed Nov 30, 2005 10:14 am |
 |
|