PDA

View Full Version : Yet Another AWP scripter...


Dissolution
5th April 2003, 00:21
Hi All.
I know this is possible i just dont have the technical ability to pull it off. Im looking for a script where u look at someone in cs with a pistol, press a button and u pull out an awp, zoom in twice and shoot them, then let go to go back to pistol. I know it can be done, if anyone can help me make the script i will be extremely grateful. Thanks

4star
5th April 2003, 07:14
Uhm...

That would have to work REALLY fast to accomplish anything...



I dont know why you would want it.

DarkCloud
5th April 2003, 09:49
//DarkCloud's Awptimus Script
alias DCw1 "wait; wait"
alias DCas "+attack2; -attack2; DCw1; +attack2; -attack2"
alias DC_awp "slot1; DCw1; DCas; DCw1 +attack; -attack; DCw1; lastinv"
bind "key" "DC_awp"
//end of DarkCloud's Awptimus Script


that should work.

Dissolution
5th April 2003, 20:19
That doesnt work mate :(
Any other ideas anyone?
And yes it would have to be fast to be useful, and im hoping it will be :D
Thanks

NightNinja
6th April 2003, 01:18
hmmm, i think u would be killed by the time u try that out so i don't suggest it, i'm surprised that DarkCloud's script doesnt' work, are u sure? did u bind it to mouse1 ?

o({})o
6th April 2003, 03:07
Needs waits after the +attack2's otherwise, it turns off zoom before it gets started......

DarkCloud
6th April 2003, 11:15
//DarkCloud's Awptimus Script
alias DCw1 "wait; wait"
alias DCas "+attack2; DCw1; -attack2; DCw1; +attack2; DCw1; -attack2"
alias DC_awp "slot1; DCw1; DCas; DCw1 +attack; wait; -attack; DCw1; lastinv"
bind "key" "DC_awp"
//end of DarkCloud's Awptimus Script

[MPC]MeTwoWhat
6th April 2003, 21:52
look, try and switch from pistol to awp and zoom in a split second manually, ITS NOT POSSIBLE! u'd have to add about 50 waits b4 u can zoom. no script can pull it off, even if u did have one that could do it u would die executing it because u freeze.

DarkCloud
7th April 2003, 04:25
I don't think two zooms is possible. One zoom is possible. But I would that it wouldn't be any help unless you are at a stand still position.

one zoom yes, two zoom no

o({})o
7th April 2003, 21:13
It is possible if you have 5 ping :). I can do it sometimes with 50 ping, but even then, it has to be done by hand because even a little lag difference can mean it just sits there frozen for a bit.....

DarkCloud
7th April 2003, 21:17
Yeah so the script would probably work if you're lanning but not if net gaming.


//DarkCloud's Awptimus Script
alias DCw1 "wait; wait; wait"
alias DCas "+attack2; DCw1; -attack2"
alias DC_awp "slot1; DCw1; DCas; DCw1 +attack; wait; -attack; DCw1; lastinv"
bind "key" "DC_awp"
//end of DarkCloud's Awptimus Script


that should work better, or is there need for more waits?

how long is a wait anyways?

o({})o
7th April 2003, 22:59
One wait is one frame usually. I generally put 2 waits between anything. If it is a lan script, sometimes one.

[MPC]MeTwoWhat
19th April 2003, 19:56
won't work.. trsut me.. if u try holding pistola nd pulling out awp then zooming straight away u still have to wait, it plays ome animations... theres a time delay... it does let u.. maybe if u put 30 waits between the weapon switch and zoom then ok.