31 Aug 10, 06:06AM
(This post was last modified: 01 Sep 10, 02:58AM by Ronald_Reagan.)
Ok, fun had.
Does anyone want AKIMBO Assault rifles? Or even AKIMBO SMG's?
Now you can!
Just input this, and hit this!
If you really want this to look good, you have to change the sleep number to coincide with your display refresh rate (speaking of display refresh rate, you might want to have v-sync enabled!). I found that 11 worked well for me. An easy way to do this is with binds.
Here is the easily modified code.
Hit P&O to change the output
Especially for you RK :)
Note, if you run AC on a slower machine, you may want to increase the sleep values.
Does anyone want AKIMBO Assault rifles? Or even AKIMBO SMG's?
Now you can!
[SELECT ALL] Code:
alias ambi [righthanded 0; sleep 1 [righthanded 1; sleep 1 [ambi]]]
[SELECT ALL] Code:
/ambi
Here is the easily modified code.
[SELECT ALL] Code:
alias ambi [righthanded 0; sleep $slpnum [righthanded 1; sleep $slpnum [ambi]]]
bind P [+= slpnum 1; sleep 10 [echo $slpnum]]
bind O [-= slpnum 1; sleep 10 [echo $slpnum]]
slpnum = 1
Especially for you RK :)
Note, if you run AC on a slower machine, you may want to increase the sleep values.