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

    • Implemented ingame drop database, craft database, shop database, best farm for desired item
    • Since theres no reaction on MXC anymore, im giving you a downvote for what you’re selling or doing. Honestly, I think you people have lost your minds. What are these prices? Show someone popular who actually uses your services.
    • Adventure returns!! Are you ready to experience the ultimate Improved Classic Lineage II adventure? Our server combines the authentic Classic 2.5 atmosphere with modern gameplay improvements, balanced systems, and long-term progression designed for both hardcore and casual players!  Key Features: - Opening Date: 3rd July 2026 - Time: 20:00 GMT+3 - Mid Rate x3 - Adena x3 - 100% Drop Rate - Quest Reward Adena x3 - Vitality System - Classic Zaken 2.5 Based - Improved Classic Gameplay - Improved Buff System - No Dual Box - No Pay to Win - 7 Members Party System - Dynamic Stages Progression - Reworked Support Classes - Reworked Skills & New Skills - New Skill Visual Effects - Improved Quests & Better Rewards - Daily Missions & Daily Quests - Weekly Solo Instances - In-Game Wiki with .wiki Command - Olympiad Rework - Castle Siege Improvements - Grand Boss & Raid Boss Progression - Low Rate x1 planned around November *Working on Battle Royale Event!* ⚔ Designed to deliver a competitive, rewarding, and long-term Classic experience without destroying the original Lineage II feeling.   Don't forget to check the in-game wiki and discover all the unique features and gameplay improvements we prepared for you! Website: https://l2einhovant.net/en Discord: https://discord.gg/VfNngPrzaf Facebook: https://www.facebook.com/L2EinhovantClassic
    • L2 Editor is a desktop tool for editing Lineage 2 server and client data side by side. It opens L2J Mobius server XML (NPCs, skills, classes, zones, drops, experience), reads and writes the encrypted client data files for skills, NPC names, hunting zones, the minimap, and more, and renders the world map by stitching the client's radar textures and overlaying real zone polygons and NPC spawn points — both of which you can edit by dragging on the map. The NPC editor exposes every field as a structured form with enum dropdowns and includes a 3D point-cloud viewer of the NPC's model decoded straight from the client. The editor is chronicle-aware across 42 builds from Prelude to Orc Village: it decrypts every supported client format, derives which client files exist per chronicle at runtime, and shows a structured drift indicator that names exactly which fields disagree when server and client data drift apart. Built with Tauri, Rust, and React.   I am open to adding support for other server packs as well, if you are interested, send me a message on discord and send me the xml & xsd files   https://github.com/RumDum3/l2-editor    
  • 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..