This is a longjump script..
It's tested and have done 248 units, not very good but for newbies who cant even do 200 this is good.
*Removed prestrafe.
*Made strafes quicker and shorter.
*Made script duck and jump at the same time.
*Made the script release duck and jump after usage.
Add the script to "userconfig.cfg" if you dont have that file create it in "/cstrike/" folder!
Код:
// Waits fps_max "101" cl_yawspeed "210" alias wait5 "wait; wait; wait; wait; wait" alias wait10 "wait5; wait5" alias wait20 "wait10; wait10" alias wait40 "wait20; wait20" alias wait7 "wait5; wait;" // Multi-Strafe alias strafe.pW1_4 "+jump; +left; +moveleft; wait7; -moveleft; -jump; -left; strafe.pW1_right; strafe.pW1_left; strafe.pW1_right; strafe.pW1_left; strafe.pW1_right; strafe.pW1_left; strafe.pW1_right; strafe.pW1_left; strafe.pW1_right; strafe.pW1_left; strafe.pW1_right; strafe.pW1_left; +right; +moveright; wait7; -moveright; -right; -duck" alias strafe.pW1_left "+left; +moveleft; wait7; -moveleft; -left;" alias strafe.pW1_right "+right; +moveright; wait7; -moveright; -right;" alias _jump "+jump; wait; -jump // Pre-Strafe alias s.pW1_run "+forward; wait40; wait10; wait10; -forward" alias s.pW1_pre "+jump; +duck; cl_yawspeed 135; -moveleft; -forward; -left; cl_yawspeed 210" alias run_pW1.LJ4 "s.pW1_run; -jump; wait5; -duck; strafe.pW1_4" alias pre_pW1.LJ4 "s.pW1_pre; -jump; strafe.pW1_4" // Bind [4-Strafe] ; bind space "pre_pW1.LJ4" // Pre-Strafe Runup (Further)