Jump to content

Recommended Posts

Posted

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

 

 

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.



  • Posts

    • ElmoreLab Harbor - Eternal C1 x1: ✅ https://harbor.elmorelab.com ElmoreLab Harbor - Eternal C1 x1 - is an exclusive server of the Eternal C1 chronicles from the top project ElmoreLab Harbor.   A unique server of its kind, on which everyone will have maximum pleasure, such as oldschool players who dream of nostalgia and to feel the warmest and classic C1 chronicles, as well as experienced players who are tired of thousands unbalanced servers of late chronicles. Due to the professional corrections of the balance system and the HONEST gameplay system - on this server, EVERY player will feel like in their own, warm and cozy Harbor C1. Let's return to the origins of L2 - back to 2004 in C1! ❤️   ⭐ Server characteristics:   STRICTLY 1 window, NO BOXES Bans for RMT and bots/cheats No donations with benefits Unique and high-quality PTS-build from Master Toma Professional corrections and full class-balance Reworked economy and closed all abuses Improved animations and all aspects of the game Exclusive HD-client with high-quality textures Experienced administration and management Fixed all bugs, geodata, exploits and holes Maximum sociality due to the 1-box system Discovering, exploring and researching Big online International server Nostalgia and oldschool-feelings   Rates: x1 Server start: 14.02.2025   The server is at the final stages of development and preparation for release. Information on the server will be updated, soon the patchnotes and changes/edits will be posted. Don't miss the legendary and epic experience on the best server in the last 20 years! ❤️ Join our C1-forum with a lot of information about server and active discussions.   ⭐ Website: https://harbor.elmorelab.com   ✅ Forum: https://forum-harbor.elmorelab.com   💥 Telegram: https://t.me/l2harbor https://t.me/l2harbor_chat   ⚡ Discord: https://discord.gg/harborelmorelab
    • yeah ok, if you say what is fuctional 100% i can't say something different 😛  but if someone find hard to compile it or get vs and all that things i have here one more simple way here to put overlay in your own server or to change your window name with few money.
    • I've been using this for 2 years now with no issues from Discord. I don't use ogg.dll either. This one works with any l2.exe too; I don’t see any difference between them.
    • hmm.. ok i just see that, is different code first of all. My sources is totally different based in other way, with else libraries.  I have access to modify everything even to make the clock to stop show how many time users play in server. 1) so maybe keep some personal info more hide. 2) i dont use ogg.dll 3) i create it and give it ready + support to install it. Plus what is mine can working with what ever .exe you want not just l2 with same simple method. And i am sure if you try this source to compile it, after 3 hours discord will like shadowban your API too thats my source
  • Topics

×
×
  • Create New...