Jump to content

Recommended Posts

Posted

// -- Common Aliases --

 

alias clear1 "w; w; w; w; slot10; w; w; w; slot10; w; w; w; w; slot10; w; w; w; slot10"

// -- Weapon Aliases --

 

// Buy Ammo

 

alias +primary "buy; ms6"

alias -primary "slot10"

 

alias +secondary "buy; ms7"

alias -secondary "slot10"

 

alias +bothammo "+primary; +secondary"

alias -bothammo "-primary; -secondary; slot10"

 

// Buy Items

 

alias +vest "buyequip; ms1"

alias -vest "clear1"

alias +vestfull "buyequip; ms2"

alias -vestfull "clear1"

 

alias +flashgren "buyequip; ms3"

alias -flashgren "clear1"

 

alias +hegren "buyequip; ms4"

alias -hegren "clear1"

 

alias +smokegren "buyequip; ms5"

alias -smokegren "clear1"

 

alias +defuser "buyequip; ms6; clear1"

alias -defuser "clear1"

 

alias +nvg "buyequip; ms7; w3; nightvision"

alias -nvg "clear1"

 

// Pistols

 

alias +usp "buy; ms1; ms1; +secondary"

alias -usp "-secondary; clear1"

 

alias +glock18 "buy; ms1; ms2; +secondary"

alias -glock18 "-secondary; clear1"

 

alias +deagle "buy; ms1; ms3; +secondary"

alias -deagle "-secondary; clear1"

 

alias +p228 "buy; ms1; ms4; +secondary"

alias -p228 "-secondary; clear1"

 

// Five-Seven Or Dual Berettas

alias +teampistol "buy; ms1; ms6; buy; ms1; ms5; +secondary"

alias -teampistol "-seondary; clear1"

 

// Shotguns

 

alias +m3 "buy; ms2; ms1; +primary"

alias -m3 "-primary; clear1"

 

alias +xm1014 "buy; ms2; ms2; +primary"

alias -xm1014 "-primary; clear1"

 

// Sub-Machine Guns

 

alias +mp5 "buy; ms3; ms1; +primary"

alias -mp5 "-primary; clear1"

 

alias +p90 "buy; ms3; ms3; +primary"

alias -p90 "-primary; clear1"

 

alias +ump45 "buy; ms3; ms5; +primary"

alias -ump45 "-primary; clear1"

 

// MAC-10 Or Steyr Machine Pistol

 

alias +teamsmg "buy; ms3; ms4; buy; ms3; ms2; +primary"

alias -teamsmg "-primary; clear1"

 

// Rifles

 

alias +scout "buy; ms4; ms5; +primary"

alias -scout "-primary; clear1"

 

alias +awp "buy; ms4; ms6; +primary"

alias -awp "-primary; clear1"

 

// G3 SG1 Or SG 550

 

alias +teamsniper "buy; ms4; ms7; buy; ms4; ms8; +primary"

alias -teamsniper "-primary; clear1"

 

// M4A1 Or AK-47

 

alias +teamrifile1 "buy; ms4; ms1; buy; ms4; ms3; +primary"

alias -teamrifile1 "-primary; clear1"

 

// Aug Or SG Commando

 

alias +teamrifile2 "buy; ms4; ms2; buy; ms4; ms4; +primary"

alias -teamrifile2 "-primary; clear1"

 

// Machine Guns

 

alias +m249 "buy; ms5; ms1; +primary"

alias -m249 "-primary; clear1"

 

// Combos

 

alias +allgren "flash; flash; hegren; smoke"

alias -allgren "clear1"

alias flash "buyequip; ms3"

alias hegren "buyequip; ms4"

alias smoke "buyequip; ms5"

 

alias +basiccombo "+defuser; +vestfull; +bothammo"

alias -basiccombo "-defuser; -vestfull; -bothammo; clear1"

 

alias +awpcombo "+awp; +deagle; +bothammo; +hegren"

alias -awpcombo "-awp; -deagle; -bothammo; -hegren; clear1"

 

// End Of Weapon Buy File

 

Better FPS

 

Put this in a file called "cs.cfg" or something.

 

developer 1

fps_max 150

fps_modem 0

mat_dxlevel -70

 

Then while in-game type "exec cs.cfg" and you should start noticing some increased FPS shortly. Not sure if it works with everyone though :P

 

Note: It'll say unknown command mat_dxlevel, but it'll still work.

 

 

 

 

//===- -===//

// Chat's color changer //

//===- -===//

 

alias black "con_color 0+0+0"

alias darkergrey "con_color 51+51+51"

alias darkgrey "con_color 66+66+66"

alias lightergrey "con_color 90+90+90"

alias evenlightergrey "con_color 150+150+150"

alias lightiergrey "con_color 190+190+190"

alias lightestgrey "con_color 220+220+220"

alias white "con_color 255+255+255"

alias red "con_color 255+51+51"

alias darkred "con_color 204+0+0"

alias lightred "con_color 255+0+0"

alias green "con_color 0+204+51"

alias darkgreen "con_color 0+102+0"

alias lightgreen "con_color 0+255+0"

alias blue "con_color 0+102+102"

alias darkblue "con_color 0+0+153"

alias lightblue "con_color 0+0+255"

alias purple "con_color 204+0+153"

alias darkpurple "con_color 204+0+255"

alias lightpurple "con_color 255+0+255"

alias brown "con_color 153+153+102"

alias yellow "con_color 255+255+0"

alias orange "con_color 255+102+51"

alias pink "con_color 255+0+204"

alias darkpink "con_color 204+102+153"

alias color "cl1"

alias cl1 "black; alias color cl2"

alias cl2 "darkergrey; alias color cl3"

alias cl3 "darkgrey; alias color cl4"

alias cl4 "lightergrey; alias color cl5"

alias cl5 "evenlightergrey; alias color cl6"

alias cl6 "lightiergrey; alias color cl7"

alias cl7 "lightestgrey; alias color cl8"

alias cl8 "white;alias color cl9"

alias cl9 "red;alias color cl10"

alias cl10 "darkred;alias color cl11"

alias cl11 "lightred;alias color cl12"

alias cl12 "green;alias color cl13"

alias cl13 "darkgreen;alias color cl14"

alias cl14 "lightgreen;alias color cl15"

alias cl15 "blue;alias color cl16"

alias cl16 "darkblue;alias color cl17"

alias cl17 "lightblue;alias color cl18"

alias cl18 "purple;alias color cl19"

alias cl19 "darkpurple;alias color cl20"

alias cl20 "lightpurple;alias color cl21"

alias cl21 "brown;alias color cl22"

alias cl22 "yellow;alias color cl23"

alias cl23 "orange;alias color cl24"

alias cl24 "pink;alias color cl25"

alias cl25 "darkpink;alias color cl1"

 

Bind "f5" "color"

 

echo ".:[Chat's color change]:."

echo " F5 - change chat's color"

 

 

 

Accuracy Enhancement

 

 

 

Gives eXtremely enhanced accuracy while walking..

Insert the following code into your server/autoexec.cfg

 

The Codealias +mp.own sensitivity 1

alias -mp.own sensitivity x

alias pwn.tog pwn1

alias pwn1 "+mp.own; +speed; alias pwn.tog pwn2"

alias pwn2 "-mp.own; -speed; alias pwn.tog pwn1"

bind "shift" pwn.tog

 

Instructions:

 

This script makes "shift" a walk-toggle button,

which means; tap once for walking and

accuracy, tap again to return to normal speed

and accuracy..

Replace the x in the script with the sensitivity

that you usually use..

 

 

 

 

 

 

Awp / Shoot / Knife / Awp

 

 

 

Simple script 4 AWP.

 

...................... [AWP] ......................

 

;alias w "wait";alias w2 "w;wait";alias w3 "w2;wait";alias w4 "w3;wait";alias w5 "w4;wait";alias +F.23 "+attack;F.23.1";alias -F.23 "-attack";alias F.23.1 "w;w;F.23.2";alias F.23.2 "weapon_knife;F.23.3";alias F.23.3 "weapon_awp";alias F.23.4 "F.23.5";alias F.23.5 "bind mouse1 +F.23;alias F.23.4 F.23.6";alias F.23.6 "bind mouse1 +attack;alias F.23.4 F.23.5"

bind mouse3 "F.23.4"

 

@ FeniXs 2007

 

...................... [AWP] ......................

 

In game press mouse3 (Mouse wheel) to get script working.

 

 

 

 

 

 

B-hop Script.

 

 

 

Not sure if this is allowed anymore, if it is please delete.

 

 

 

//Bhop

 

alias +newbh "alias _special jump; jump"

alias -newbh "alias _special"

alias newbhtoggle "bhopon"

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

alias bhopon "bind space +newbh; speak on; alias newbhtoggle bhopoff"

alias bhopoff "unbind space; bind space +jump; speak off; alias newbhtoggle bhopon"

bind space +newbh

bind mouse3 +newbh

 

 

 

Just put this in autoexec.cfg

This is detected by HLGuard! It wont ban you, but it will change your name and make you jump like 4 times, and change your mouse1 bind.

 

 

 

Hope i helped

 

HaCkz0r.

  • 1 month later...
  • 1 month later...
  • 2 months later...
Posted

Omg. Look at the dates. Do not res old threads.

 

I won't punish you because of the rules. But please do not undig that much.

 

*TOPIC LOCKED*

Guest
This topic is now closed to further replies.


  • Posts

    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • Thank you for your feedback. To help me improve the system, please leave your comments or report any bugs. I will try to release weekly updates. 
    • Thank you for your feedback, SkyLord — even the negative kind.   Let me give you some context on who we actually are, since you asked. L2-Scripts has been around for nearly 20 years. Over that time, we've worked with a large number of developers — I've personally seen probably half of every serious (and not-so-serious) developer in this scene. The most significant figure in our studio's history was Bonux. Together with a small team of assistants, he was essentially the backbone of our old codebase, and we were the ones who brought virtually every chronicle to the community — Essence, Classic, Main — all of it came through us.   Back then, we worked at scale. That era is over. Today, L2-Scripts is no longer a studio in the traditional sense. It's more of a developer collective. I work alongside the best developers I've encountered in 20 years. Bonux is still with us on Classic. A new developer named Den has joined — in just 3 years he became one of the top Essence developers in the world. Every one of us works independently, but we're united by long-standing friendships and shared projects.   We no longer chase every chronicle or every client. For the past several years, we've been focused exclusively on specific long-term projects where we're paid a proper salary — and when you focus like that, with 20 years of experience behind you, the quality of what you produce is on a completely different level. Our code is currently running on nearly all top Essence and Classic servers. We're now bringing Main (Last Protocol) up to that same standard.   You mentioned Nexvil. Yes, he worked with us. That was a difficult period — the lead developer at the time was not up to the standard we hold ourselves to. It was a short period, and it's long behind us.   As for the prices — I'd ask you not to judge a product by whether you personally can afford it. That's not a fair measure of value. The people running top-tier servers understand what they're paying for. If our pricing doesn't fit your budget, that's completely fine — but downvoting a service simply because it feels expensive to you doesn't reflect well, and it certainly doesn't make the product worse.   A special thank you to eMommy and Zenith for the honest and fair words — it genuinely means a lot. It's good to know there are people in this community who judge things as they are.
    • Just because someone does professional sales doesn’t mean everything is overpriced. If the products he provides are stable and good quality, then I see nothing wrong with it, and those prices aren’t even bad. Remember, we’re living in 2026, not 10 years in the past. Your mindset is probably stuck on buying the cheapest products because maybe you can’t afford better ones. And of course, there’s always someone who likes blaming others. I think you should mind your own business instead of blaming someone for how they run theirs. If you really think his prices are too expensive, then do better than him.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..