Posted January 26, 200619 yr This may be easy, bind i want a script so once i hit the binded button it keeps doing +attack, not so i can have something full auto, i want to use it with the fly glitch and freeze an entire sever. Anyone?
January 26, 200619 yr alias atk.spm_t "atk.spm_on" alias atk.spm_on "+attack; alias atk.spm_t atk.spm_off" alias atk.spm_off "-attack; alias atk.spm_t atk.spm_on" Save that into a config file, or your autoexec.cfg, then bind a key to "atk.spm_t" to toggle +attack on and off. I guess thats what you wanted?
January 28, 200619 yr I actually just re-read your first post and you asked for something "not fullauto, but spammed +attack"? Could you elaborate a little please?
January 28, 200619 yr Author ok, i want it so it uses +attack, the -attack, but over and over so that i can continuosly switch between locked camera veiws, using this witht the spec freeze glitch i wanted to freeze an entire server. /edit first one dosent work.
January 28, 200619 yr Alight, I guess I'll just learn some more about scripting for Source (I don't have it). I'll get back to you with a script later if I can.
January 28, 200619 yr Alright, from what I learned, It's apperently next to impossible to make an infinite loop (Like the old bunny hop for instance) in Source. So the only options I can think of in my sleep depraved state are, just mashing a button a little or freezing yourself. The only way to get out of the "freezing yourself" method is to end the HL2 process.
January 28, 200619 yr Author Damn, that sucks, while i'll work on me button mashing skillz. :hitit: /edit Ok, dont know if this would work, but I just thought, could you make two different cfgs, calling upon eachother? I could think of the specifics in each one, but i dont want to right now, but could that work?