Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
You've either moved your mouse wrong, or hit the forward key - that script worksGlo said:yes i tried that too, but i get the same problem
it works every other jump. the other half i get slowed down or the jump fails.
i tired many different timings and none does it right
ComradeBadger said:You've either moved your mouse wrong, or hit the forward key - that script works
alias "temp1" "temp2"
alias "temp2" "say test1; alias temp1 temp3"
alias "temp3" "say test2; alias temp1 temp2"
alias "w2" "wait;wait"
alias "rapjump1" "rapjump2;w2;rapjump2;w2;rapjump2;w2;rapjump2;w2;temp1"
alias "rapjump2" "+jump;w2;-jump"
bind "mwheelup" "rapjump1"
bind "mwheeldown" "rapjump1"
bizzy420 said:GLo what do u mean by 5 waits?? i used to hop insane in cs 1.1 but i never used any scripts.
alias "w5" "wait;wait;wait;wait;wait"
alias "w4" "wait;wait;wait;wait;wait"
alias "rapjump1" "rapjump2;w5;rapjump2"
alias "rapjump2" "+jump;w5;-jump"
bind "mwheelup" "rapjump1;w4"
bind "mwheeldown" "rapjump1;w4"