Jump to content

[Share] Scripts by Rh0x


luxter

Recommended Posts

1. Bunny Hop:

Code:

 

;alias +Rhox.1 "alias _special Rhox.1; Rhox.1"

;alias -Rhox.1 "alias _special; Rhox.2"

;alias Rhox.1 "Rhox.3; wait; Rhox.2; wait; special"  

;alias Rhox.2 "-jump"

;alias Rhox.3 "+jump"

bind "space" "+Rhox.1"

 

de: Making bunny hop

Turn off script: not needed

Script use: space

 

 

2. duck when shot:

Code:

 

;alias +Rhox.7 "+attack; +duck"

;alias -Rhox.7 "-attack; -duck"

;alias Rhox.20 "Rhox.21"

;alias Rhox.21 "bind mouse1 +Rhox.7;alias Rhox.20 Rhox.22"

;alias Rhox.22 "bind mouse1 +attack;alias Rhox.20 Rhox.21"

bind "F2" "Rhox.20"

 

Description: When shoting auto duck.

Turn off script: F2

Script use: mouse1

 

 

3. Rapid Fire:

Code:

 

;alias +Rhox.11 "alias _special Rhox.11; Rhox.11"

;alias -Rhox.11 "alias _special; Rhox.12"

;alias Rhox.11 "Rhox.13; wait; Rhox.12; wait; special"  

;alias Rhox.12 "-attack"

;alias Rhox.13 "+attack"

;alias Rhox.15 "Rhox.16"

;alias Rhox.16 "bind mouse1 +Rhox.11;alias Rhox.15 Rhox.17"

;alias Rhox.17 "bind mouse1 +attack;alias Rhox.15 Rhox.16"

bind F1 "Rhox.15"

 

Description: Very fast pistols.

Turn off script: F1

Script use: mouse1

 

 

4. AWP fast zoom:

Code:

 

;alias w "wait"

;alias w2 "w; w"

;alias w4 "w2; w2"

;alias Rhox.30 "+attack2; w4; -attack2"

;alias Rhox.31 "+attack; w4; -attack"

;alias Rhox.32 "slot3; slot1"

;alias Rhox.33 "Rhox.30; w2; Rhox.31; w2; Rhox.32"

alias Rhox.34 "Rhox.35"

alias Rhox.35 "bind mouse1 Rhox.33;alias Rhox.34 Rhox.36"

alias Rhox.36 "bind mouse1 +attack;alias Rhox.34 Rhox.35"

bind "F3" "Rhox.34"

 

Description: fast zoom.

Turn off script: F3

Script use: mouse1

 

 

5. Awp / Shoot / Knife / Awp:

Code:

 

;alias w "wait"

;alias w2 "w; w"

;alias w3 "w2; w"

;alias Rhox.37 "+attack"

;alias Rhox.38 "slot3"

;alias Rhox.39 "slot1"

;alias Rhox.40 "-attack"

;alias Rhox.41 "Rhox.37; w3; Rhox.38; Rhox.39; Rhox.40"

alias Rhox.45 "Rhox.46"

alias Rhox.46 "bind mouse1 Rhox.41;alias Rhox.45 Rhox.47"

alias Rhox.47 "bind mouse1 +attack;alias Rhox.45 Rhox.46"

bind "F4" "Rhox.45"

 

Description: Awp / Shoot / Knife / Awp

Turn off script: F4

Script use: mouse1

 

 

6. Flashlight

Code:

 

;alias +Rhox.60 "alias _special Rhox.60; Rhox.60"

;alias -Rhox.60 "alias _special; Rhox.61"

;alias Rhox.60 "Rhox.61; Rhox.61; wait; special"  

;alias Rhox.61 "impulse 100"

bind "e" "+Rhox.60"

 

Description: use flashlight 60 times per second.

Turn off script: not needed

Script use: mouse1

 

 

7. 4 shot burst:

Code:

 

alias +Rhox.70 "alias _special Rhox.70; Rhox.70"

;alias -Rhox.70 "alias _special; Rhox.71; Rhox.72"

;alias Rhox.70 "Rhox.74; Rhox.73; wait; Rhox.71; Rhox.72; wait; special"

;alias Rhox.71 "-attack2"

;alias Rhox.72 "-attack"

;alias Rhox.73 "+attack2"

;alias Rhox.74 "+attack"

;alias Rhox.75 "Rhox.76"

;alias Rhox.76 "bind mouse1 +Rhox.70;alias Rhox.75 Rhox.77"

;alias Rhox.77 "bind mouse1 +attack;alias Rhox.75 Rhox.76"

bind "F6" "Rhox.75"

 

Description: Glock with burst 4 shots.

Turn off script: F6

Script use: mouse1

 

 

8. Silent shoting:

Code:

 

alias +Rhox.90 "alias _special Rhox.90; Rhox.90"

;alias -Rhox.90 "alias _special; Rhox.93"

;alias Rhox.90 "Rhox.91; Rhox.92; wait; Rhox.92; wait; special"

;alias Rhox.92 "impulse 100"

;alias Rhox.91 "+attack"

;alias Rhox.93 "-attack"

;alias Rhox.94 "Rhox.95"

;alias Rhox.95 "bind mouse1 +Rhox.90;alias Rhox.94 Rhox.96"

;alias Rhox.96 "bind mouse1 +attack;alias Rhox.94 Rhox.95"

bind F8 "Rhox.94"

 

Description: Silent shoting

Turn off script: F8

Script use: mouse1

 

 

9. Silent shoting + Rapid Fire:

Code:

 

alias +Rhox.80 "alias _special Rhox.80; Rhox.80"

;alias -Rhox.80 "alias _special; Rhox.83"

;alias Rhox.80 "Rhox.82; Rhox.81; wait; Rhox.81; Rhox.83; wait; special"

;alias Rhox.81 "impulse 100"

;alias Rhox.82 "+attack"

;alias Rhox.83 "-attack"

;alias Rhox.85 "Rhox.86"

;alias Rhox.86 "bind mouse1 +Rhox.80;alias Rhox.85 Rhox.87"

;alias Rhox.87 "bind mouse1 +attack;alias Rhox.85 Rhox.86"

bind F7 "Rhox.85"

 

Description: Silent shoting + Rapid Fire

Turn off script: F7

Script use: mouse1

 

 

10. AWP Shot:

Code:

 

;alias Rhox.103 "+attack"

;alias Rhox.104 "slot2"

;alias Rhox.105 "-attack"

;alias Rhox.106 "Rhox.103; wait; Rhox.104; Rhox.105"

;alias Rhox.100 "Rhox.101"

;alias Rhox.101 "bind mouse1 Rhox.106;alias Rhox.100 Rhox.102"

;alias Rhox.102 "bind mouse1 +attack;alias Rhox.100 Rhox.101"

bind F9 "Rhox.100"

 

Description: After awp shoot changing for AWP.

Turn off script: F9

Script use: mouse1

 

 

11. Zoom x2:

Code:

 

;alias w5 "wait; wait; wait; wait; wait"

;alias Rhox.105 "+attack2; w5; -attack2"

;alias +Rhox.106 "Rhox.105;"

;alias -Rhox.106 "Rhox.105"

bind "KP_END" "+Rhox.106"

 

Description: fast double zoom

Turn off script: not needed

Script use: KP_END

 

 

12. Reload Abort:

Code:

 

;alias +Rhox.110 "Rhox.111"

;alias -Rhox.110 "Rhox.112; -reload"

;alias Rhox.111 "+reload"

;alias Rhox.112 "weapon_knife; wait; wait; lastinv"

bind "r" "+Rhox.110"

 

Description: when stop pushing "reload" stop reloading

Turn off script: not needed

Script use: r

 

 

13. Fast knife attack:

Code:

 

alias +Rhox.221 "slot3; wait; +attack2"

alias -Rhox.221 "-attack2; lastinv"

bind "v" "+Rhox.221"

 

Description: Fast knife change and attack

Turn off script: not needed

Script use: v

 

 

14. Walking without holding button just capslock and go

Code:

 

;alias Rhox.240 "+speed;bind capslock Rhox.241"

;alias Rhox.241 "-speed;bind capslock Rhox.240"

bind "CAPSLOCK" "Rhox.240"

 

Description:

Turn off script: not needed

Script use: CAPSLOCK

 

 

15. Silent Run/Russian walk:

Code:

 

;alias +Rhox.505 "alias _special Rhox.505; Rhox.505"

;alias -Rhox.505 "alias _special; -duck"

;alias Rhox.505 "Rhox.500; w50w; Rhox.501; wait; special"

;alias Rhox.500 "+duck; w50; -duck"

;alias Rhox.501 "+duck; w50; -duck"

;alias w "wait"

;alias w5 "w; w; w; w; w"

;alias w10 "w5; w5"

;alias w50 "w10; w10; w5"

;alias w50w "w10; w10"

bind "mouse3" "+Rhox.505"

 

Description: Silent run

Turn off script: not needed

Script use: mouse3

 

 

 

Scripts add to userconfig.cfg in:

 

Steam\SteamApps\xXx\counter-strike\cstrike

or

\cstrike

 

Credit: cscenter.pl

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...