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

    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices https://campsite.bio/utchihaamkt
    • Both "MMO genre" AND "forums" are greatly deprecated those days. MMO genre, except very few games (TESO, WOW, BDO, FF14), is mostly "eaten" by fast paced games (aka games with 15-30min game parties, they are numerous). See Twitch best games, I doubt the top 10 are MMOs. Adding more MMOs categories, while MMOs themselves got less population, isn't a bright idea. Also, in the past, there was multiple games categories - none actually worked out, so far. Forums type were replaced by Discord, mostly. You communicate faster, you got voice, you can group up and it's already thematized (by server, by guild, by game,...)... Unfortunately, there is nothing you can do about. You already did it multiple times without success (3 or 4 times at least ?). It's not due to staff. MMO forum is just "niche" nowadays, while 20 years ago it was "dope" and the thing to do. Your main problem is MxC is a community based on "nothing". It was first cheater dedicated, then mostly L2 development dedicated,... With a mix of random things here and there. The formula is lightly-themed as "community" (that's actually why you still have some ppl posting), and in same time community never was expanded to retain ppl (notably through MxC servers - no matter the game : L2, GTA, Conan Exiles, Lost Ark, whatever else). In the end, you end with "nothing", since people comes and goes (and mostly goes, since MMO isn't a thing anymore), but both MMO genre is greatly endangered by other types of games AND forums isn't the proper way to communicate in 2024. Actually, the only use of a forums compared to Discord is to search through archives, and the main point is it's a better "showcase" than Discord (a static website would end with the same output). The proposed formula will never work, or at best will attract greedy ppl.
    • Welcome to my store :https://ultrasstore11.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord :@ultrasstore11 Telegram : https://t.me/ultrastore11  
    • Hello everyone,    As you can see lately, the L2 community is decreasing, especially on private servers, its been 21 years since Lineage2 release date (1st October 2003). MaxCheaters.com was created in 2005 (with different names) and till today we are basically focused on Lineage 2. We made several attempts to add other games, but everyone still knew us as an L2 based forum. MaxCheaters has a long history and is one of the few forums that have survived to this day,It would be a shame to let the site die.   So I came up with a few ideas to improve it and follow the trends.   1. Create a utility token, (evm or solana), that will be used for several things such as: Staffers/moderators payment. Content creators reward system. (influencers/advertising/topic creators) Paid forum support. Exchanges and marketplaces . Lineage 2 utility token for private servers. Other MMO utility token for buying/selling accounts/gold etc. Maxcheaters fixed expenses/improvements/development/expansion/design/topsite   2. Reduce l2 sections, (we done this before) , and add more games on main page Less l2 sections More MMO games Focus on marketplaces    3. Rebuild staffers team/more events. Add one staffer per MMO game. More active staffers on our team.   4. Social media activity / streaming Twtter / TikTok content for gaming.  Streaming platforms (create official channel) Moderators/content creators for this content specifically.
  • Topics

×
×
  • Create New...