unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Counter Strike

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 12-24-2006, 08:02 AM
zero_tolerance zero_tolerance is offline
Senior Member
 
Join Date: Dec 2006
Posts: 289
Default make scripts undetectable

By m00hacker^

This was my old tutorial i posted like 2 years ago here, i just saw it and at that time they say i should post, Im late, Dont worry


NOTE: I was 9 So dont count my spelling faults

--------------------------------------------------------------------------------



Hello u guys, i would explain how to make your own No-Recoil Module, and how to make scripts undetectable!.


Lets start with the basically Commands u need to know.

cl_pitchspeed # - The pitch how fast u look down or up.
+mlook - Ables to look with mouse
-mlook - Disables looking with mouse
+lookup - Looks up
-lookup - Stops looking up.
+lookdown - Looks down
-lookdown - Stop looking up
wait - 0.1 second wait.
The most cl_ commands has value's like 100 50 or 0

and let me tell you about aliasses.

Aliasses make commands Also known as... : alias "cl_pitchspeed 10" "kak 10"
Now you just need to see it simple.
see it as alias "cl_pitchspeed 10" (aka) "kak 10"

alias "real command" "aka command"

alias "the command" "the keys or the alias"

the 2nd word around the " sings is the Aka(also known as)

lets start.
Code:
alias "pit2" "cl_pitchspeed 2"
now high value makes the speed of the pitch high, but we dont want to look down in 1 sec, no we want the recoil beiging stopped.

Code:
alias "rec1" "pit2;+lookdown"
now i putted 2 commands in rec1 the pit2 command and the +lookdown command.
pitch speed 2 is too high. lets make another pitchspeed.

Code:
alias "poit" "cl_pitchspeed 0.67"
alias "rec1" "poit;+lookdown"
now the pitch is lower. Congratz.. but wait this pitch is qualified for mp5 or a softer gun. the Ak-47 recoil wont really work succses full.

but wait there...
i aint starting good. i want perfect lets make it good then.
i want if i shoot it goes down everytime i shoot! not when i press the button,
lets go to the + and - command for the mp5 accuracy!

(the method above is for not that advanced scrippers)

Code:
alias "+rec1" "poit;+lookdown"
i have to make a stop command (a - (minus command))
alias "-rec1"
but what i have to change???!!!
well the recoil needs to stay normal, only the lookdown need to stop, okay lets fill -lookdown in then,
alias "-rec1" "-lookdown"
Done. Script maked.
Dont forget to bin +rec to ur fire button and copy. (note if u remove the aliasses the +rec1 command wont works either because it needs the alias.

but im a nooby, i use my mouse toomuch so i wont shoot right. no point.

i told yu about the mouselook aint i?
yes i did. so lets make work of it

lets edit the +rec1 and -rec1 commands!

Code:
alias "+rec1" "-mlook;poit;+lookdown"
alias "-rec1" "+mlook;-lookdown;"
now, the script would be ended here.
Now if u want it HL Guard and WWCL proof, then the script is under here.

alias "the command to block"

huh? why is alias now the blocking command.Because if u dont put a aka in it, it blocks it.

Code:
The whole script

alias "poit" "cl_pitchspeed 0.67"
alias "+rec1" "-mlook;poit;+lookdown"
alias "-rec1" "+mlook;-lookdown;"
bind mouse1 "+rec1"

wait;
alias cl_pitchspeed
wait;
wait;
wait;
Happy fragging.

This was my tutorial i explained how to make a recoil shit.

P.S. All the weapons have a other pitchspeed needed because they have more or lower recoil

i hope u learned something because i aint good at making tut's
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
make, scripts, undetectable

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 01:38 PM.