Log in to check your private messages

The cat is #1!! (Dooku.net approved)

WORLD'S FATTEST CAT SAVES BABIES FROM BURNING BUILDING

?
Super Rainbow crosshair
Goto page 1, 2  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The cat is #1!! Forum Index -> Hall of Legends
View previous topic :: View next topic  
Author Message
Automatic
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 115
View user's profile Send private message
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message MSN Messenger
Reply with quote

What does it do?
Posted on Wed Apr 27, 2005 10:54 am
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
View user's profile Send private message
Reply with quote

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
View user's profile Send private message Visit poster's website
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message MSN Messenger
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message
Reply with quote

is it legal in cal?
Posted on Fri Apr 29, 2005 7:34 pm
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
View user's profile Send private message
Reply with quote

Yes.
Posted on Fri Apr 29, 2005 9:00 pm
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
View user's profile Send private message
Reply with quote

sweet :O
Posted on Sat Apr 30, 2005 1:58 am
lucthesnak
Little Pudding Boy
Joined: 21 Nov 2005
Posts: 5
View user's profile Send private message
Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message
Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Reply with quote

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
View user's profile Send private message Visit poster's website
Reply with quote

ahhaahhaah nice
Posted on Wed Nov 23, 2005 10:36 pm
Automatic
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 115
View user's profile Send private message
Reply with quote

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
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The cat is #1!! Forum Index -> Hall of Legends All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: