| View previous topic :: View next topic |
| Author |
Message |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
| Code: |
//////////////////////////////////////////////////////////////////////////////////////////
// ___ ___ __ //
// /\_ \ /\_ \ /\ \__ //
// ___ ___ __ \//\ \ \//\ \ __ \ \ ,_\ ___ //
// /' __` __`\ /'__`\ \ \ \ \ \ \ /'__`\ \ \ \/ / __`\ //
// /\ \/\ \/\ \/\ \_\.\_ \_\ \_ \_\ \_/\ \_\.\_\ \ \_/\ \_\ \ //
// \ \_\ \_\ \_\ \__/.\_\/\____\/\____\ \__/.\_\\ \__\ \____/ //
// \/_/\/_/\/_/\/__/\/_/\/____/\/____/\/__/\/_/ \/__/\/___/ //
// ..::Scripts::.. //
// //
//////////////////////////////////////////////////////////////////////////////////////////
//_____________________________________No Recoil________________________________________//
// Scripted by : Mallato //
// Website : elxdraco.net //
// E-mail : DASH.none@gmail.com //
//--------------------------------------------------------------------------------------//
// This script gives you less recoil in game. //
// Hold J to Enable/Disable the script //
// //
//////////////////////////////////////////////////////////////////////////////////////////
//______________________________________Edit here:______________________________________//
// //
//; alias "eK9.mlt.bob" "cl_bob 0" //
//; alias "eK9.mlt.bobup" "cl_bobup 0" //
//; alias "eK9.mlt.bobon" "eK9.mlt.bob;eK9.mlt.bobup" //
//; alias "eK9.mlt.boboff" "cl_bob 0.01;cl_bobup 0.5" //
//; alias "eK9.mlt.pitchon" "cl_pitchspeed 3" //
//; alias "eK9.mlt.pitchoff" "cl_pitchspeed 225" //
//; alias "+eK9.mlt.nr" "+lookdown;+attack" //
//; alias "-eK9.mlt.nr" "-attack;-lookdown" //
//; alias "eK9.mlt.on" "eK9.mlt.bobon;eK9.mlt.pitchon" //
//; alias "eK9.mlt.off "eK9.mlt.boboff;eK9.mlt.pitchoff" //
//; alias "eK9.mlt.nr.on" "eK9.mlt.on;bind mouse1 +eK9.mlt.nr; alias eK9.mlt.nr.toggle eK9.mlt.nr.off" //
//; alias "eK9.mlt.nr.off" "eK9.mlt.off;bind mouse1 +attack; alias eK9.mlt.nr.toggle eK9.mlt.nr.on" //
//; alias "eK9.mlt.nr.toggle" "eK9.mlt.nr.on" //
//; bind "j" "eK9.mlt.nr.toggle" //
// //
//////////////////////////////////////////////////////////////////////////////////////////
|
|
|
| Posted on Thu Apr 14, 2005 2:08 am |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
|
| Posted on Thu Apr 14, 2005 11:08 am |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
|
| Posted on Thu Apr 14, 2005 11:18 am |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
wow nice thing :D now lets get ontopic again
|
|
| Posted on Thu Apr 14, 2005 11:28 am |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
I just tried this in an HL-Guard server, and it isn't detected but the HLG enforces the pitch speed to be 225. So, if anyone knows how to get around that tell me.
|
|
| Posted on Thu Apr 14, 2005 12:58 pm |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
I converted into a batch file, just put this in notepad and save it as a *.bat file
| Code: | @echo off
rem // Scripted by : Mallato
rem // Website : elxdraco.net
rem // E-mail : DASH.none@gmail.com
echo Give three random characters
set /p m=
echo Make sure that you're in the cstrike folder
pause
echo //////////////////////////////////////////////////////////////////////// > mlt-nr.cfg
echo // ___ ___ __ // >> mlt-nr.cfg
echo // /\_ \ /\_ \ /\ \__ // >> mlt-nr.cfg
echo // ___ ___ __ \//\ \ \//\ \ __ \ \ ,_\ ___ // >> mlt-nr.cfg
echo // /' __` __`\ /'__`\ \ \ \ \ \ \ /'__`\ \ \ \/ / __`\ // >> mlt-nr.cfg
echo // /\ \/\ \/\ \/\ \_\.\_ \_\ \_ \_\ \_/\ \_\.\_\ \ \_/\ \_\ \ // >> mlt-nr.cfg
echo // \ \_\ \_\ \_\ \__/.\_\/\____\/\____\ \__/.\_\\ \__\ \____/ // >> mlt-nr.cfg
echo // \/_/\/_/\/_/\/__/\/_/\/____/\/____/\/__/\/_/ \/__/\/___/ // >> mlt-nr.cfg
echo // ..::Scripts::.. // >> mlt-nr.cfg
echo // // >> mlt-nr.cfg
echo //////////////////////////////////////////////////////////////////////// >> mlt-nr.cfg
echo //_____________________________No Recoil______________________________// >> mlt-nr.cfg
echo // Scripted by : Mallato // >> mlt-nr.cfg
echo // Website : elxdraco.net // >> mlt-nr.cfg
echo // E-mail : DASH.none@gmail.com // >> mlt-nr.cfg
echo //--------------------------------------------------------------------// >> mlt-nr.cfg
echo // This script gives you less recoil in game. // >> mlt-nr.cfg
echo // Type "%m%-nr.on" to turn on // >> mlt-nr.cfg
echo // Type "%m%-nr.off" to turn off. // >> mlt-nr.cfg
echo // // >> mlt-nr.cfg
echo //////////////////////////////////////////////////////////////////////// >> mlt-nr.cfg
echo //_____________________________Edit here:_____________________________// >> mlt-nr.cfg
echo // // >> mlt-nr.cfg
echo //; alias "%m%-bob" "cl_bob 0" // >> mlt-nr.cfg
echo //; alias "%m%-bobcycle" "cl_bobcycle 0" // >> mlt-nr.cfg
echo //; alias "%m%-bobup" "cl_bobup 0" // >> mlt-nr.cfg
echo //; alias "%m%-bobon" "%m%-bob;%m%-bobcycle;%m%-bobup" // >> mlt-nr.cfg
echo //; alias "%m%-boboff" "cl_bob 0.01;cl_bobcycle 0.8;cl_bobup 0.5" // >> mlt-nr.cfg
echo //; alias "%m%-pitchon" "cl_pitchspeed 3" // >> mlt-nr.cfg
echo //; alias "%m%-pitchoff" "cl_pitchspeed 225" // >> mlt-nr.cfg
echo //; alias "+%m%-nr" "+lookdown;+attack" // >> mlt-nr.cfg
echo //; alias "-%m%-nr" "-attack;-lookdown" // >> mlt-nr.cfg
echo //; alias "%m%-nr.on" "%m%-bobon;%m%-pitchon;bind mouse1 +%m%-nr" // >> mlt-nr.cfg
echo //; alias "%m%-nr.off" "%m%-boboff;%m%-pitchoff;bind mouse1 +attack" // >> mlt-nr.cfg
echo // // >> mlt-nr.cfg
echo //////////////////////////////////////////////////////////////////////// >> mlt-nr.cfg
cls
echo Created mlt-nr.cfg, press any key to exit
pause
start mlt-nr.cfg |
|
|
| Posted on Thu Apr 14, 2005 3:37 pm |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
|
| Posted on Thu Apr 14, 2005 6:54 pm |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
|
| Posted on Thu Apr 14, 2005 7:51 pm |
 |
newbie101
Little Pudding Boy
Joined: 13 Apr 2005
Posts: 661
Location: New Zealand
|
|
|
Mallato wrote:I just tried this in an HL-Guard server, and it isn't detected but the HLG enforces the pitch speed to be 225. So, if anyone knows how to get around that tell me.
cl_pitchspeed "3"
alias cl_pitchspeed
|
|
| Posted on Thu Apr 14, 2005 11:41 pm |
 |
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
|
|
|
ok but it won't be cal proof cause of cl_bob 0 :/
|
|
| Posted on Fri Apr 15, 2005 1:56 am |
 |
newbie101
Little Pudding Boy
Joined: 13 Apr 2005
Posts: 661
Location: New Zealand
|
|
|
cl_bob "0"
alias cl_bob
you starting to see a pattern...
I hope so :P
|
|
| Posted on Fri Apr 15, 2005 5:33 am |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
scrubway wrote:ok but it won't be cal proof cause of cl_bob 0 :/
As long as your in CAL-o they won't do shit, they don't watch demos for cal-o people.
|
|
| Posted on Fri Apr 15, 2005 10:32 am |
 |
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
|
|
|
i guess that is true now what the fuck do i do which one do i copy and were do i paste and how do i set up lol :lol: pwned
|
|
| Posted on Fri Apr 15, 2005 9:58 pm |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
| Code: | ////////////////////////////////////////////////////////////////////////
// ___ ___ __ //
// /\_ \ /\_ \ /\ \__ //
// ___ ___ __ \//\ \ \//\ \ __ \ \ ,_\ ___ //
// /' __` __`\ /'__`\ \ \ \ \ \ \ /'__`\ \ \ \/ / __`\ //
// /\ \/\ \/\ \/\ \_\.\_ \_\ \_ \_\ \_/\ \_\.\_\ \ \_/\ \_\ \ //
// \ \_\ \_\ \_\ \__/.\_\/\____\/\____\ \__/.\_\\ \__\ \____/ //
// \/_/\/_/\/_/\/__/\/_/\/____/\/____/\/__/\/_/ \/__/\/___/ //
// ..::Scripts::.. //
// //
////////////////////////////////////////////////////////////////////////
//_____________________________No Recoil______________________________//
// Scripted by : Mallato //
// Website : elxdraco.net //
// E-mail : DASH.none@gmail.com //
//--------------------------------------------------------------------//
// This script gives you less recoil in game. //
// Type "mlt-nr.on" to turn on //
// Type "mlt-nr.off" to turn off. //
// //
////////////////////////////////////////////////////////////////////////
//_____________________________Edit here:_____________________________//
// //
//; alias "mlt-bob" "cl_bob 0" //
//; alias "mlt-bobcycle" "cl_bobcycle 0" //
//; alias "mlt-bobup" "cl_bobup 0" //
//; alias "mlt-bobon" "mlt-bob;mlt-bobcycle;mlt-bobup" //
//; alias "mlt-boboff" "cl_bob 0.01;cl_bobcycle 0.8;cl_bobup 0.5" //
//; alias "mlt-pitchon" "cl_pitchspeed 3" //
//; alias "mlt-pitchoff" "cl_pitchspeed 225" //
//; alias "+mlt-nr" "+lookdown;+attack" //
//; alias "-mlt-nr" "-attack;-lookdown" //
//; alias "mlt-nr.on" "mlt-bobon;mlt-pitchon;bind mouse1 +mlt-nr" //
//; alias "mlt-nr.off" "mlt-boboff;mlt-pitchoff;bind mouse1 +attack" //
// //
//////////////////////////////////////////////////////////////////////// |
C+P that into a new notepad file, then save taht as "mlt-nr.cfg"
Put it into your C....\Steam\steamapps\YOU@YOU.YOU\counter-strike\cstrike
folder
then in game, type in the console:
| Code: | exec "mlt-nr.cfg"
"mlt-nr.on" |
|
|
| Posted on Fri Apr 15, 2005 10:49 pm |
 |
TruOwnage
Little Pudding Boy
Joined: 28 Apr 2005
Posts: 2
|
|
|
I <3 Mallato he is da bomb!!!
FANKS!!
|
|
| Posted on Thu Apr 28, 2005 11:32 am |
 |
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
|
|
|
is teh new one legal or illegal to use in cal?
|
|
| Posted on Fri Apr 29, 2005 7:31 pm |
 |
Mallato
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 161
|
|
|
Illegal, CAL doesn't allow the cl_bob settings I put in.
|
|
| Posted on Fri Apr 29, 2005 9:00 pm |
 |
scrubway
Little Pudding Boy
Joined: 14 Apr 2005
Posts: 7
|
|
|
yea i thought so thanks :o
|
|
| Posted on Sat Apr 30, 2005 1:57 am |
 |
hEat
Little Pudding Boy
Joined: 17 Apr 2005
Posts: 4
|
|
|
the batchfile is just 4 creating the cfg-file with different aliases mmh?
took a long time till i understand :x
|
|
| Posted on Mon May 02, 2005 8:04 am |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
hEat wrote:the batchfile is just 4 creating the cfg-file with different aliases mmh?
took a long time till i understand :x
yep, very easy solution...
|
|
| Posted on Mon May 02, 2005 9:57 am |
 |
|