Jump to content

[Super-Share] CS Scripts


mVecAtoR

Recommended Posts

Counter-Strike Scripts

Some of these scripts are considered code.

 

Scripts

 

Silent defuse

alias "+silentdefuse" "+use;wait;-use;wait;+use;wait;-use;wait;+use;wait;-use;wait;+use;

alias "-silentdefuse" "-use";

bind "e" "+silentdefuse";

 

Silent run

Alias "ducker" "+duck;wait;-duck;wait;wait;wait;wait;wait;wait;+duck;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;-duck"

Bind "TASTA" "ducker"

 

Bunny Hop-legal

=====- Jump Script -=====

alias +sbh "alias _special aubh; aubh"

alias -sbh "alias _special slot10"

alias aubh "+jump; wait; -jump; wait; special"

bind "space" "+sbh"

 

No-Recoil

//ultimate and easy to handle noRecoil script

 

alias activatescript "developer 1; echo noRecoil Script active...; developer 0; alias activetoggle deactivatescript; bind mouse1 +thechosen"

alias deactivatescript "developer 1; echo noRecoil Script not active...; developer 0; alias activetoggle activatescript; bind mouse1 +attack"

alias activetoggle "activatescript"

 

 

//buffer (yeah I know there are other more efficient ways to solve this but... -beep- you ;-/)

 

alias buffer1 "alias more buffer2; alias less buffer1; alias +thechosen +recoilfire1; alias -thechosen -recoilfire1; developer 1; echo noRecoil: [[-]------------------]; developer 0"

alias buffer2 "alias more buffer3; alias less buffer1; alias +thechosen +recoilfire2; alias -thechosen -recoilfire2; developer 1; echo noRecoil: [--[-]----------------]; developer 0"

alias buffer3 "alias more buffer4; alias less buffer2; alias +thechosen +recoilfire3; alias -thechosen -recoilfire3; developer 1; echo noRecoil: [----[-]--------------]; developer 0"

alias buffer4 "alias more buffer5; alias less buffer3; alias +thechosen +recoilfire4; alias -thechosen -recoilfire4; developer 1; echo noRecoil: [------[-]------------]; developer 0"

alias buffer5 "alias more buffer6; alias less buffer4; alias +thechosen +recoilfire5; alias -thechosen -recoilfire5; developer 1; echo noRecoil: [--------[-]----------]; developer 0"

alias buffer6 "alias more buffer7; alias less buffer5; alias +thechosen +recoilfire6; alias -thechosen -recoilfire6; developer 1; echo noRecoil: [----------[-]--------]; developer 0"

alias buffer7 "alias more buffer8; alias less buffer6; alias +thechosen +recoilfire7; alias -thechosen -recoilfire7; developer 1; echo noRecoil: [------------[-]------]; developer 0"

alias buffer8 "alias more buffer9; alias less buffer7; alias +thechosen +recoilfire8; alias -thechosen -recoilfire8; developer 1; echo noRecoil: [--------------[-]----]; developer 0"

alias buffer9 "alias more buffer10; alias less buffer8; alias +thechosen +recoilfire9; alias -thechosen -recoilfire9; developer 1; echo noRecoil: [----------------[-]--]; developer 0"

alias buffer10 "alias more buffer10; alias less buffer9; alias +thechosen +recoilfire10; alias -thechosen -recoilfire10; developer 1; echo noRecoil: [------------------[-]]; developer 0"

 

alias +thechosen "+recoilfire1"

alias -thechosen "-recoilfire1"

 

//recoil step 1 (VERY few **n0th1ng so to speak**)

alias +recoilfire1 "cl_pitchspeed 1; +lookdown; +attack"

alias -recoilfire1 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 2

alias +recoilfire2 "cl_pitchspeed 1.5; +lookdown; +attack"

alias -recoilfire2 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 3

alias +recoilfire3 "cl_pitchspeed 2; +lookdown; +attack"

alias -recoilfire3 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 4

alias +recoilfire4 "cl_pitchspeed 2.5; +lookdown; +attack"

alias -recoilfire4 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 5

alias +recoilfire5 "cl_pitchspeed 3; +lookdown; +attack"

alias -recoilfire5 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 6

alias +recoilfire6 "cl_pitchspeed 3.5; +lookdown; +attack"

alias -recoilfire6 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 7

alias +recoilfire7 "cl_pitchspeed 4; +lookdown; +attack"

alias -recoilfire7 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 8

alias +recoilfire8 "cl_pitchspeed 4.5; +lookdown; +attack"

alias -recoilfire8 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 9

alias +recoilfire9 "cl_pitchspeed 5 +lookdown; +attack"

alias -recoilfire9 "cl_pitchspeed 225; -lookdown; -attack"

 

//recoil step 10 (VERY much **overkill**)

alias +recoilfire10 "cl_pitchspeed 5.5; +lookdown; +attack"

alias -recoilfire10 "cl_pitchspeed 225; -lookdown; -attack"

 

 

alias more buffer2

alias less buffer1

 

bind kp_plus more // increases the effect of noRecoil. the higher the value the more accurate you shoot... depends on weapon...

bind kp_minus less // decreases above explained effect.

bind kp_enter activetoggle // press this button once and you'll receive a notice whether the script is loaded or not

 

Jump Chicken

+back

wait 50

+gostand

wait 50

+gostand

wait 50

-gostand

-back

echo "The script is actived"

 

Advanced Coverme-Reload Script

alias +reloadScript "+reload; coverme; say_team Reloading, cover me"

alias reloadOFF ""

alias teamChat "bind r reloadOFF; messagemode2"

alias pubChat "bind r reloadOFF; messagemode"

alias +enter "+attack"

alias -enter "-attack; bind r +reloadScript"

 

bind "r" "+reloadScript"

bind "Enter" "+enter"

bind "u" "teamChat"

bind "y" pubChat"

 

Bomb

alias w2 "wait; wait"

alias w3 "w2; wait"

alias w4 "w2; w2"

alias w5 "w3; w2"

alias qpist "slot2; w2; +attack; w2; -attack"

 

alias +bombjump "qpist; w5; +attack; w5; w5; +reload; w5; w5; w5; weapon_c4; w5; w5; +jump"

alias -bombjump "-attack; w5; w5; w5; w5;-reload; w5; w5; w5; w5; w5; w5; w5; -jump"

 

bind "x" "+bombjump"

 


 

CFG

 

Ace

]Ahl

Akujji

AlekseyK

Alin

Archie

BdS

Bishop

Brunk

Bullen

BulletProof

Calc

Calipoo

CbZ

Ciungu

Crypt

Da_Bears

Damien

Digital

Drally

E1ectric

eGene

Element

Fisker

Forest

Frod

G

GoodFella

GudeN

HeatoN

Hyber

Hyper

IsKall

Magix

Merlin

Neo

Night

NiP-HeatoN

NiP-Fisker

NiP-Potti

NiP-SpawN

NIRee

Noa-Methodso

Raos

Scorpio

SnaJdan

SpawN

Spx

Whimp

XeqtR

Zattara

Zet

Zonic

 


 

Anti-AdminMOD

 

ACTION :  A script which prevents Admins being so harsh to us

How to use : Copy antiadmin.cfg file in / cstrike after entering the game console and type exec antiadmin.cfg. For on / off using F1/F2

 

Download

 

Silent Walk

 

ACTION : Silent Walk Script - says it all

How to use : Open the file with notepad and move the desired key where it says "key".

 

Similarly to Enable Anti-Admin

 

Download

 

OGC-Script

 

ACTION : Script with AIM / wall + more

b]How to use[/b] : Copy the file in / cstrike write in the console exec ogc.cfg, join a server and you activate the keys F5 ... F9

 

Download

 

 

Credits

 

 

 

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.



  • Posts

    • For upcoming changes, You should consider making those 3 tabs (or whatever more You will have with new games) more visible and standing out, because right it looks like all topics hidden under those 3 tabs.
    • While not particularly active over the years, I've been around for as long as I could remember, so here are my 2 cents too. On top of what has already been said, I'd like to touch on a few thing that might be improved upon. While it is easy to notice and say "there's lack of engagement" or "community has outgrown the ganre", I've seen numerous forums get forgotten and die while others continue to thrive to this day. The main issue, in my humble opinion, is that the sector has been commercialised to an unsustainable extent. When nobody is willing to share anything, even if it is just a rework of an open-sourced or already-shared resource, the sense of "community" gets deminished. Now back on the pressing matter. From what I've seen, the lack of engagement could be circumvented with a redesign and functionality expansion that would/could/should include: - a built-in chat functionality. - incentives for engagement/interaction, ideas of which I'll list as separate pointers, as not to limit your creativity. But just as an example, from a more user/human perspective, having an easily identifiable way to get into "the club of the cool kids on the block", figuratively speaking, is an incentive on its own. - separation of the reputation into reactions and reputation. One to be used to posts, such as up-vote and what not, while the other to be awarded as means of appreciation. - automated ranks with actual benefits/perks, not like the current ones providing nothing. - the ability to hide text for user/group of users, not just premium/no premium. - increased visibility of the HOT topics and the RECENTLY ACTIVE threads/posts. Can be also expanded to most liked posts, etc. ps.: I'll update my post when I have some free time on my hands.
    • There was no way I didn't refunded or delivered files. I don't see You on my conrtact list on Discord, can You send me a message or at least tell me for what project was this updater? I always resolve if I can't deliver on time or customer bailes.
    • @rlfem123  I’m a web developer, and I work with technologies like Next.js and React. In the last 10 years, L2 Rankzone is the only one I’ve seen that actually did something different. All the others seem to have the same source code with different templates. L2 Hopzone also did an upgrade and, for the front end, is using Vue.js. Regarding web development, we have reached a point where you can easily create websites using libraries or frameworks. Simply pick one and start working. You will learn as you go. Personally, I prefer to build my back-end APIs in Laravel if it’s a big project since the ecosystem offers everything. For smaller projects, I choose Go. Then I use either React or Next.js to call my APIs, depending on the case. Next.js also supports Server-Side Rendering (SSR) if you want to hide some things from the client. Additionally, CSS libraries have almost everything you need nowadays to start building quickly with browser compatibility. You can seriously build an L2 website with ranks, a good design, and even a simple login/register system in just 3 days. Here are some CSS libraries I personally work with: https://tailwindui.com/components   https://ui.shadcn.com/   https://mui.com/material-ui/ Regarding the top websites i dont thing its worth the time and effort.  Its pretty simple to build one and the market is already bloated. In addition l2 is dying so i suggest to build top sites for many games.  THe main problem is not the build process rather the marketing one. You can build the most awesome website iin terms of functionality but if you marketing is week you wont exceed 10 concurrent users. 
  • Topics

×
×
  • Create New...